/aosp_15_r20/external/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 61 struct OverloadedFunctor { struct 62 OverloadedFunctor() {} in OverloadedFunctor() argument 63 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() function 64 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() argument 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 122 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 61 struct OverloadedFunctor { struct 62 OverloadedFunctor() {} in OverloadedFunctor() function 63 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() function 64 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() function 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 122 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 61 struct OverloadedFunctor { struct 62 OverloadedFunctor() {} in OverloadedFunctor() argument 63 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() argument 64 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() function 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 122 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/utility/ |
H A D | utility_test.cc | 188 struct OverloadedFunctor { struct 189 OverloadedFunctor() {} in OverloadedFunctor() argument 190 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() function 191 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() function 193 std::string operator()(const Args&... args) & { in operator ()() 197 std::string operator()(const Args&... args) const& { in operator ()() 201 std::string operator()(const Args&... args) && { in operator ()() 250 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/utility/ |
H A D | utility_test.cc | 190 struct OverloadedFunctor { struct 191 OverloadedFunctor() {} in OverloadedFunctor() argument 192 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() function 193 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() argument 195 std::string operator()(const Args&... args) & { in operator ()() 199 std::string operator()(const Args&... args) const& { in operator ()() 203 std::string operator()(const Args&... args) && { in operator ()() 251 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/ |
D | utility_test.cc | 190 struct OverloadedFunctor { struct 191 OverloadedFunctor() {} in OverloadedFunctor() argument 192 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() function 193 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() function 195 std::string operator()(const Args&... args) & { in operator ()() 199 std::string operator()(const Args&... args) const& { in operator ()() 203 std::string operator()(const Args&... args) && { in operator ()() 251 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/utility/ |
H A D | utility_test.cc | 190 struct OverloadedFunctor { struct 191 OverloadedFunctor() {} in OverloadedFunctor() function 192 OverloadedFunctor(const OverloadedFunctor&) {} in OverloadedFunctor() argument 193 OverloadedFunctor(OverloadedFunctor&&) {} in OverloadedFunctor() function 195 std::string operator()(const Args&... args) & { in operator ()() 199 std::string operator()(const Args&... args) const& { in operator ()() 203 std::string operator()(const Args&... args) && { in operator ()() 251 TEST(ApplyTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/ |
H A D | invoke_test.cc | 56 struct OverloadedFunctor { struct 58 std::string operator()(const Args&... args) & { in operator ()() 62 std::string operator()(const Args&... args) const& { in operator ()() 66 std::string operator()(const Args&... args) && { in operator ()() 134 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 64 struct OverloadedFunctor { struct 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 142 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 64 struct OverloadedFunctor { struct 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 142 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/ |
H A D | invoke_test.cc | 64 struct OverloadedFunctor { struct 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 142 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 64 struct OverloadedFunctor { struct 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 142 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | invoke_test.cc | 64 struct OverloadedFunctor { struct 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 142 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | invoke_test.cc | 64 struct OverloadedFunctor { struct 66 std::string operator()(const Args&... args) & { in operator ()() 70 std::string operator()(const Args&... args) const& { in operator ()() 74 std::string operator()(const Args&... args) && { in operator ()() 142 TEST(InvokeTest, OverloadedFunctor) { in TEST() argument
|