Home
last modified time | relevance | path

Searched defs:ConstructorCounted (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dbtree_test.cc2522 struct ConstructorCounted { struct
2523 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() argument
2524 bool operator==(int other) const { return i == other; } in operator ==()
2526 int i;
2527 static int constructor_calls;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc2618 struct ConstructorCounted { struct
2619 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() argument
2620 bool operator==(int other) const { return i == other; } in operator ==()
2622 int i;
2623 static int constructor_calls;
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_test.cc2550 struct ConstructorCounted { struct
2551 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() function
2552 bool operator==(int other) const { return i == other; } in operator ==()
2554 int i;
2555 static int constructor_calls;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc2550 struct ConstructorCounted { struct
2551 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() function
2552 bool operator==(int other) const { return i == other; } in operator ==()
2554 int i;
2555 static int constructor_calls;
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc2550 struct ConstructorCounted { struct
2551 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() function
2552 bool operator==(int other) const { return i == other; } in operator ==()
2554 int i;
2555 static int constructor_calls;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_test.cc2701 struct ConstructorCounted { struct
2702 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() function
2703 bool operator==(int other) const { return i == other; } in operator ==()
2705 int i;
2706 static int constructor_calls;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dbtree_test.cc2701 struct ConstructorCounted { struct
2702 explicit ConstructorCounted(int i) : i(i) { ++constructor_calls; } in ConstructorCounted() function
2703 bool operator==(int other) const { return i == other; } in operator ==()
2705 int i;
2706 static int constructor_calls;