Searched refs:SubstringLess (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | btree_test.cc | 1069 struct SubstringLess { struct 1070 SubstringLess() = delete; 1071 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function 1080 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1081 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 1082 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 1104 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1105 SubstringSet my_set(SubstringLess(3)); in TEST()
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 951 struct SubstringLess { struct 952 SubstringLess() = delete; 953 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument 962 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 963 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 964 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 986 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 987 SubstringSet my_set(SubstringLess(3)); in TEST()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 951 struct SubstringLess { struct 952 SubstringLess() = delete; 953 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function 962 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 963 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 964 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 986 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 987 SubstringSet my_set(SubstringLess(3)); in TEST()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 951 struct SubstringLess { struct 952 SubstringLess() = delete; 953 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function 962 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 963 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 964 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 986 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 987 SubstringSet my_set(SubstringLess(3)); in TEST()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | btree_test.cc | 1086 struct SubstringLess { struct 1087 SubstringLess() = delete; 1088 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument 1097 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1098 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 1099 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 1121 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1122 SubstringSet my_set(SubstringLess(3)); in TEST()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | btree_test.cc | 1076 struct SubstringLess { struct 1077 SubstringLess() = delete; 1078 explicit SubstringLess(int length) : n(length) {} in SubstringLess() argument 1087 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1088 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 1089 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 1111 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1112 SubstringSet my_set(SubstringLess(3)); in TEST()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | btree_test.cc | 1086 struct SubstringLess { struct 1087 SubstringLess() = delete; 1088 explicit SubstringLess(int length) : n(length) {} in SubstringLess() function 1097 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1098 SubstringSet s1(SubstringLess(1), SubstringSet::allocator_type()); in TEST() 1099 SubstringSet s2(SubstringLess(2), SubstringSet::allocator_type()); in TEST() 1121 using SubstringSet = absl::btree_set<std::string, SubstringLess>; in TEST() 1122 SubstringSet my_set(SubstringLess(3)); in TEST()
|