Searched defs:compare_function (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Dsample_tree.h118 return compare_function(*sample1, *sample2) < 0;
120 SampleComparator(compare_sample_func_t compare_function) : compare_function(compare_function) { argument
123 compare_sample_func_t compare_function; member in struct:SampleTree::SampleComparator
133 return compare_function(*sample1, *sample2) < 0;
135 SortedSampleComparator(compare_sample_func_t compare_function) argument
136 : compare_function(compare_function) {
139 compare_sample_func_t compare_function; member in struct:SampleTree::SortedSampleComparator
[all...]

Completed in 30 milliseconds