/external/tensorflow/third_party/absl/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 569 struct BigType { struct 570 BigType() : BigType(0) {} in BigType() argument 571 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function 573 void Copy(const BigType& other) { in Copy() 583 BigType(const BigType& other) { Copy(other); } in BigType() function 584 BigType& operator=(const BigType& other) { in operator =() 590 bool operator<(const BigType& other) const { in operator <() 595 bool operator==(const BigType& other) const { in operator ==() 608 std::array<int64_t, Size> values;
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 531 struct BigType { struct 532 BigType() : BigType(0) {} in BigType() function 533 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function 535 void Copy(const BigType& other) { in Copy() 545 BigType(const BigType& other) { Copy(other); } in BigType() function 546 BigType& operator=(const BigType& other) { in operator =() 552 bool operator<(const BigType& other) const { in operator <() 557 bool operator==(const BigType& other) const { in operator ==() 570 std::array<int64_t, Size> values;
|
/external/libtextclassifier/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 565 struct BigType { struct 566 BigType() : BigType(0) {} in BigType() argument 567 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() argument 569 void Copy(const BigType& other) { in Copy() 579 BigType(const BigType& other) { Copy(other); } in BigType() argument 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;
|
/external/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 569 struct BigType { struct 570 BigType() : BigType(0) {} in BigType() function 571 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() function 573 void Copy(const BigType& other) { in Copy() 583 BigType(const BigType& other) { Copy(other); } in BigType() function 584 BigType& operator=(const BigType& other) { in operator =() 590 bool operator<(const BigType& other) const { in operator <() 595 bool operator==(const BigType& other) const { in operator ==() 608 std::array<int64_t, Size> values;
|
/external/openscreen/third_party/abseil/src/absl/container/ |
D | btree_benchmark.cc | 565 struct BigType { struct 566 BigType() : BigType(0) {} in BigType() function 567 explicit BigType(int x) { std::iota(values.begin(), values.end(), x); } in BigType() argument 569 void Copy(const BigType& other) { in Copy() 579 BigType(const BigType& other) { Copy(other); } in BigType() argument 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;
|
/external/webrtc/third_party/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 571 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() 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;
|
/external/cronet/third_party/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 571 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;
|
/external/angle/third_party/abseil-cpp/absl/container/ |
D | btree_benchmark.cc | 571 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;
|
/external/llvm/include/llvm/IR/ |
D | PassManagerInternal.h | 102 struct BigType { struct 110 template <typename T> static BigType f(...); argument
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.factories/range.single.view/ |
D | ctor.default.pass.cpp | 18 struct BigType { char buffer[64] = {10}; }; argument
|
D | begin.pass.cpp | 20 struct BigType { char buffer[64] = {10}; }; struct
|
D | end.pass.cpp | 20 struct BigType { char buffer[64] = {10}; }; struct
|
D | data.pass.cpp | 20 struct BigType { char buffer[64] = {10}; }; argument
|
D | ctor.value.pass.cpp | 21 struct BigType { char buffer[64] = {10}; }; argument
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.empty/ |
D | views.empty.pass.cpp | 29 struct BigType { struct 40 testType<BigType>(); in test() argument
|
D | empty_view.pass.cpp | 41 struct BigType { char buff[8]; }; argument
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.factories/range.iota.view/iterator/ |
D | member_typedefs.compile.pass.cpp | 41 struct BigType { struct 46 auto operator<=>(const BigType&) const = default; argument
|