Searched refs:SetUnion (Results 1 – 12 of 12) sorted by relevance
/external/google-fruit/include/fruit/impl/meta/ |
D | set.h | 149 struct SetUnion { 152 using type = If(GreaterThan(SetSize(S1), SetSize(S2)), SetUnion(S2, S1),
|
/external/google-fruit/include/fruit/impl/ |
D | component_functors.defn.h | 688 using new_RsSuperset = SetUnion(typename OtherComp::RsSuperset, typename Comp::RsSuperset); 690 … using new_NonConstRsPs = SetUnion(typename OtherComp::NonConstRsPs, typename Comp::NonConstRsPs); 797 using ToRegister = SetUnion( 799 SetDifference(SetUnion(DestPs, SourceRs), SetUnion(DestRs, SourcePs)), 801 …SetIntersection(SetUnion(NonConstDestPs, NonConstSourceRs), SetUnion(ConstDestRs, ConstSourcePs))); 802 …using NonConstTypesToRegister = SetIntersection(ToRegister, SetUnion(typename SourceComp::NonConst…
|
/external/tensorflow/tensorflow/core/kernels/ |
D | set_kernels.cc | 392 void SetUnion(const absl::flat_hash_set<T>& set1, in SetUnion() function 413 SetUnion<T>(set1, set2, result); in ApplySetOperation()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1021 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1021 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1021 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/cronet/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1024 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/angle/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1024 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1024 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container_test.cc | 1021 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container_test.cc | 1021 TEST_F(SetOperationsTest, SetUnion) { in TEST_F() argument
|
/external/cronet/base/ranges/ |
D | algorithm_unittest.cc | 1216 TEST(RangesTest, SetUnion) { in TEST() argument
|