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. */
200 virtual WriteResult WriteHeapStatsChunk(HeapStatsUpdate* data, int count) {
621 /** Returns child nodes count of the node. */
643 /** Returns total nodes count in the snapshot. */
723 unsigned int count;
800 unsigned int count;
1186 HeapStatsUpdate(uint32_t index, uint32_t count, uint32_t size)
1187 : index(index), count(count), size(size) { }
1189 uint32_t count; // New value of count field for the interval with this index.