Home
last modified time | relevance | path

Searched defs:BigType (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/
H A Dbtree_benchmark.cc565 struct BigType { struct
566 BigType() : BigType(0) {} in BigType() function
567 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function
569 void Copy(const BigType& other) { in Copy()
579 BigType(const BigType& other) { Copy(other); } in BigType() function
580 BigType& operator=(const BigType& other) { in operator =()
586 bool operator<(const BigType& other) const { in operator <()
591 bool operator==(const BigType& other) const { in operator ==()
604 std::array<int64_t, Size> values;
/aosp_15_r20/external/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc571 struct BigType { struct
572 BigType() : BigType(0) {} in BigType() argument
573 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function
575 void Copy(const BigType& other) { in Copy()
585 BigType(const BigType& other) { Copy(other); } in BigType() argument
586 BigType& operator=(const BigType& other) { in operator =()
592 bool operator<(const BigType& other) const { in operator <()
597 bool operator==(const BigType& other) const { in operator ==()
610 std::array<int64_t, Size> values;
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/
H A Dbtree_benchmark.cc571 struct BigType { struct
572 BigType() : BigType(0) {} in BigType() function
573 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() argument
575 void Copy(const BigType& other) { in Copy()
585 BigType(const BigType& other) { Copy(other); } in BigType() function
586 BigType& operator=(const BigType& other) { in operator =()
592 bool operator<(const BigType& other) const { in operator <()
597 bool operator==(const BigType& other) const { in operator ==()
610 std::array<int64_t, Size> values;
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc571 struct BigType { struct
572 BigType() : BigType(0) {} in BigType() argument
573 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() argument
575 void Copy(const BigType& other) { in Copy()
585 BigType(const BigType& other) { Copy(other); } in BigType() argument
586 BigType& operator=(const BigType& other) { in operator =()
592 bool operator<(const BigType& other) const { in operator <()
597 bool operator==(const BigType& other) const { in operator ==()
610 std::array<int64_t, Size> values;
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_benchmark.cc571 struct BigType { struct
572 BigType() : BigType(0) {} in BigType() argument
573 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() argument
575 void Copy(const BigType& other) { in Copy()
585 BigType(const BigType& other) { Copy(other); } in BigType() argument
586 BigType& operator=(const BigType& other) { in operator =()
592 bool operator<(const BigType& other) const { in operator <()
597 bool operator==(const BigType& other) const { in operator ==()
610 std::array<int64_t, Size> values;
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc571 struct BigType { struct
572 BigType() : BigType(0) {} in BigType() argument
573 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function
575 void Copy(const BigType& other) { in Copy()
585 BigType(const BigType& other) { Copy(other); } in BigType() function
586 BigType& operator=(const BigType& other) { in operator =()
592 bool operator<(const BigType& other) const { in operator <()
597 bool operator==(const BigType& other) const { in operator ==()
610 std::array<int64_t, Size> values;
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/
H A Dbtree_benchmark.cc571 struct BigType { struct
572 BigType() : BigType(0) {} in BigType() function
573 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function
575 void Copy(const BigType& other) { in Copy()
585 BigType(const BigType& other) { Copy(other); } in BigType() function
586 BigType& operator=(const BigType& other) { in operator =()
592 bool operator<(const BigType& other) const { in operator <()
597 bool operator==(const BigType& other) const { in operator ==()
610 std::array<int64_t, Size> values;
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DPassManagerInternal.h102 struct BigType { struct
110 template <typename T> static BigType f(...); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/
H A Dmember_typedefs.compile.pass.cpp41 struct BigType { struct
46 auto operator<=>(const BigType&) const = default; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.empty/
H A Dviews.empty.pass.cpp29 struct BigType { struct
40 testType<BigType>(); in test() argument
H A Dempty_view.pass.cpp41 struct BigType { char buff[8]; }; argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.single.view/
H A Dctor.default.pass.cpp18 struct BigType { char buffer[64] = {10}; }; argument
H A Dbegin.pass.cpp20 struct BigType { char buffer[64] = {10}; }; struct
H A Ddata.pass.cpp20 struct BigType { char buffer[64] = {10}; }; struct
H A Dend.pass.cpp20 struct BigType { char buffer[64] = {10}; }; argument
H A Dctor.value.pass.cpp21 struct BigType { char buffer[64] = {10}; }; argument