Home
last modified time | relevance | path

Searched refs:IsGreaterThan (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_records.cc46 bool IsGreaterThan(const Rdata& lhs, const Rdata& rhs) { in IsGreaterThan() function
76 bool IsGreaterThan(DnsType type, const Rdata& lhs, const Rdata& rhs) { in IsGreaterThan() function
79 return IsGreaterThan<ARecordRdata>(lhs, rhs); in IsGreaterThan()
81 return IsGreaterThan<PtrRecordRdata>(lhs, rhs); in IsGreaterThan()
83 return IsGreaterThan<TxtRecordRdata>(lhs, rhs); in IsGreaterThan()
85 return IsGreaterThan<AAAARecordRdata>(lhs, rhs); in IsGreaterThan()
87 return IsGreaterThan<SrvRecordRdata>(lhs, rhs); in IsGreaterThan()
89 return IsGreaterThan<NsecRecordRdata>(lhs, rhs); in IsGreaterThan()
91 return IsGreaterThan<RawRecordRdata>(lhs, rhs); in IsGreaterThan()
640 return IsGreaterThan(dns_type(), rdata(), rhs.rdata()); in operator >()
/external/tensorflow/tensorflow/core/kernels/
Dmaxpooling_op_gpu.cu.cc34 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE bool IsGreaterThan(dtype a, dtype b) { in IsGreaterThan() function
92 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) { in MaxPoolForwardNCHW()
170 if (IsGreaterThan<propagate_nans>(bottom_data_n[idx], maxval)) { in MaxPoolForwardNHWC()
/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-matchers-arithmetic_test.cc824 class IsGreaterThan { class
826 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::__anone90fbfb00111::IsGreaterThan
851 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()
/external/bcc/tests/cc/
Dcatch.hpp1299 IsGreaterThan, enumerator
1308 …template<> struct OperatorTraits<IsGreaterThan> { static const char* getName(){ return ">"… in getName()
1344 struct Evaluator<T1, T2, IsGreaterThan> {
1824 return captureExpression<Internal::IsGreaterThan>( rhs ); in operator >()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2919 class IsGreaterThan { in TEST() class
2921 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::IsGreaterThan
2948 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()