Lines Matching defs:count
73 /** The count of samples associated with the source line. */
150 * Returns the count of samples where the function was currently executing.
162 /** Returns child nodes count of the node. */
203 virtual WriteResult WriteHeapStatsChunk(HeapStatsUpdate* data, int count) {
618 /** Returns child nodes count of the node. */
640 /** Returns total nodes count in the snapshot. */
720 unsigned int count;
797 unsigned int count;
1117 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size)
1118 : index(index), count(count), size(size) { }
1120 uint32_t count; // New value of count field for the interval with this index.