Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dbtree_benchmark.cc667 struct BigTypePtr { struct
668 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument
669 explicit BigTypePtr(int x) { in BigTypePtr() function
672 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() function
676 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
681 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
682 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
684 std::unique_ptr<BigType<Size, Size>> ptr;
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc673 struct BigTypePtr { struct
674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument
675 explicit BigTypePtr(int x) { in BigTypePtr() argument
678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() function
682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
690 std::unique_ptr<BigType<Size, Size>> ptr;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dbtree_benchmark.cc673 struct BigTypePtr { struct
674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() function
675 explicit BigTypePtr(int x) { in BigTypePtr() function
678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() argument
682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
690 std::unique_ptr<BigType<Size, Size>> ptr;
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc673 struct BigTypePtr { struct
674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() function
675 explicit BigTypePtr(int x) { in BigTypePtr() function
678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() argument
682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
690 std::unique_ptr<BigType<Size, Size>> ptr;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_benchmark.cc673 struct BigTypePtr { struct
674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument
675 explicit BigTypePtr(int x) { in BigTypePtr() argument
678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() argument
682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
690 std::unique_ptr<BigType<Size, Size>> ptr;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc673 struct BigTypePtr { struct
674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() argument
675 explicit BigTypePtr(int x) { in BigTypePtr() function
678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() function
682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
690 std::unique_ptr<BigType<Size, Size>> ptr;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc673 struct BigTypePtr { struct
674 BigTypePtr() : BigTypePtr(0) {} in BigTypePtr() function
675 explicit BigTypePtr(int x) { in BigTypePtr() function
678 BigTypePtr(const BigTypePtr& other) { in BigTypePtr() argument
682 BigTypePtr& operator=(const BigTypePtr& other) { in operator =()
687 bool operator<(const BigTypePtr& other) const { return *ptr < *other.ptr; } in operator <()
688 bool operator==(const BigTypePtr& other) const { return *ptr == *other.ptr; } in operator ==()
690 std::unique_ptr<BigType<Size, Size>> ptr;