Searched refs:EightBits (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 33 struct EightBits { struct 34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() function 35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==() argument 117 BENCHMARK_TEMPLATE(BM_absl_equal_benchmark, EightBits) 119 BENCHMARK_TEMPLATE(BM_std_equal_benchmark, EightBits) 121 BENCHMARK_TEMPLATE(BM_memcmp_benchmark, EightBits) 123 BENCHMARK_TEMPLATE(BM_absl_equal_self_benchmark, EightBits)
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | equal_benchmark.cc | 33 struct EightBits { struct 34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() function 35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==() argument 117 BENCHMARK_TEMPLATE(BM_absl_equal_benchmark, EightBits) 119 BENCHMARK_TEMPLATE(BM_std_equal_benchmark, EightBits) 121 BENCHMARK_TEMPLATE(BM_memcmp_benchmark, EightBits) 123 BENCHMARK_TEMPLATE(BM_absl_equal_self_benchmark, EightBits)
|
/external/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 33 struct EightBits { struct 34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() function 35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==() argument 117 BENCHMARK_TEMPLATE(BM_absl_equal_benchmark, EightBits) 119 BENCHMARK_TEMPLATE(BM_std_equal_benchmark, EightBits) 121 BENCHMARK_TEMPLATE(BM_memcmp_benchmark, EightBits) 123 BENCHMARK_TEMPLATE(BM_absl_equal_self_benchmark, EightBits)
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 33 struct EightBits { struct 34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() argument 35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==() argument 117 BENCHMARK_TEMPLATE(BM_absl_equal_benchmark, EightBits) 119 BENCHMARK_TEMPLATE(BM_std_equal_benchmark, EightBits) 121 BENCHMARK_TEMPLATE(BM_memcmp_benchmark, EightBits) 123 BENCHMARK_TEMPLATE(BM_absl_equal_self_benchmark, EightBits)
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 33 struct EightBits { struct 34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() argument 35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==() argument 117 BENCHMARK_TEMPLATE(BM_absl_equal_benchmark, EightBits) 119 BENCHMARK_TEMPLATE(BM_std_equal_benchmark, EightBits) 121 BENCHMARK_TEMPLATE(BM_memcmp_benchmark, EightBits) 123 BENCHMARK_TEMPLATE(BM_absl_equal_self_benchmark, EightBits)
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | equal_benchmark.cc | 33 struct EightBits { struct 34 explicit EightBits(int /* unused */) : data(0) {} in EightBits() function 35 bool operator==(const EightBits& rhs) const { return data == rhs.data; } in operator ==() argument 117 BENCHMARK_TEMPLATE(BM_absl_equal_benchmark, EightBits) 119 BENCHMARK_TEMPLATE(BM_std_equal_benchmark, EightBits) 121 BENCHMARK_TEMPLATE(BM_memcmp_benchmark, EightBits) 123 BENCHMARK_TEMPLATE(BM_absl_equal_self_benchmark, EightBits)
|