Home
last modified time | relevance | path

Searched defs:ConstructorTracker (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/libbase/
H A Dexpected_test.cpp646 struct ConstructorTracker { struct
655 ConstructorTracker(T&& string) : string(string) { in ConstructorTracker() argument
658 ConstructorTracker(const ConstructorTracker& ct) { in ConstructorTracker() function
662 ConstructorTracker(ConstructorTracker&& ct) noexcept { in ConstructorTracker() argument
666 ConstructorTracker& operator=(const ConstructorTracker& ct) { in operator =() argument
671 ConstructorTracker& operator=(ConstructorTracker&& ct) noexcept { in operator =() argument
686 size_t ConstructorTracker::constructor_called = 0; argument
H A Dresult_test.cpp523 struct ConstructorTracker { struct
524 static size_t constructor_called;
525 static size_t copy_constructor_called;
526 static size_t move_constructor_called;
527 static size_t copy_assignment_called;
528 static size_t move_assignment_called;
531 ConstructorTracker(T&& string) : string(string) { in ConstructorTracker() function
535 ConstructorTracker(const ConstructorTracker& ct) { in ConstructorTracker() argument
539 ConstructorTracker(ConstructorTracker&& ct) noexcept { in ConstructorTracker() argument
543 ConstructorTracker& operator=(const ConstructorTracker& ct) { in operator =()
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dexception_safety_testing.h120 explicit ConstructorTracker(int count) : countdown_(count) { in ConstructorTracker() function