Lines Matching refs:EntryT
36 template <typename EntryT> \
37 int function_name(const EntryT* sample1, const EntryT* sample2) { \
42 template <typename EntryT> \
43 int function_name(const EntryT* sample1, const EntryT* sample2) { \
48 template <typename EntryT> \
49 int function_name(const EntryT* sample1, const EntryT* sample2) { \
65 template <typename EntryT>
66 int CompareTotalPeriod(const EntryT* sample1, const EntryT* sample2) { in CompareTotalPeriod()
72 template <typename EntryT>
73 int ComparePeriod(const EntryT* sample1, const EntryT* sample2) { in ComparePeriod()
80 template <typename EntryT>
83 typedef int (*compare_sample_func_t)(const EntryT*, const EntryT*);
89 void AddComparator(const SampleComparator<EntryT>& other) { in AddComparator()
94 bool operator()(const EntryT* sample1, const EntryT* sample2) const { in operator()
104 bool IsSameSample(const EntryT* sample1, const EntryT* sample2) const { in IsSameSample()