/external/cronet/stable/third_party/abseil-cpp/absl/utility/ |
D | utility_test.cc | 54 struct EphemeralFunctor { struct 55 EphemeralFunctor() {} in EphemeralFunctor() function 56 EphemeralFunctor(const EphemeralFunctor&) {} in EphemeralFunctor() function 57 EphemeralFunctor(EphemeralFunctor&&) {} in EphemeralFunctor() function 58 int operator()(int a, int b) && { return a - b; } in operator ()() 117 TEST(ApplyTest, EphemeralFunctor) { in TEST() argument
|
/external/cronet/tot/third_party/abseil-cpp/absl/utility/ |
D | utility_test.cc | 54 struct EphemeralFunctor { struct 55 EphemeralFunctor() {} in EphemeralFunctor() function 56 EphemeralFunctor(const EphemeralFunctor&) {} in EphemeralFunctor() function 57 EphemeralFunctor(EphemeralFunctor&&) {} in EphemeralFunctor() function 58 int operator()(int a, int b) && { return a - b; } in operator ()() 117 TEST(ApplyTest, EphemeralFunctor) { in TEST() argument
|
/external/abseil-cpp/absl/utility/ |
D | utility_test.cc | 54 struct EphemeralFunctor { struct 55 EphemeralFunctor() {} in EphemeralFunctor() argument 56 EphemeralFunctor(const EphemeralFunctor&) {} in EphemeralFunctor() argument 57 EphemeralFunctor(EphemeralFunctor&&) {} in EphemeralFunctor() argument 58 int operator()(int a, int b) && { return a - b; } in operator ()() 117 TEST(ApplyTest, EphemeralFunctor) { in TEST() argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/ |
D | utility_test.cc | 183 struct EphemeralFunctor { struct 184 EphemeralFunctor() {} in EphemeralFunctor() function 185 EphemeralFunctor(const EphemeralFunctor&) {} in EphemeralFunctor() function 186 EphemeralFunctor(EphemeralFunctor&&) {} in EphemeralFunctor() function 187 int operator()(int a, int b) && { return a - b; } in operator ()() 246 TEST(ApplyTest, EphemeralFunctor) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/utility/ |
D | utility_test.cc | 181 struct EphemeralFunctor { struct 182 EphemeralFunctor() {} in EphemeralFunctor() function 183 EphemeralFunctor(const EphemeralFunctor&) {} in EphemeralFunctor() function 184 EphemeralFunctor(EphemeralFunctor&&) {} in EphemeralFunctor() function 185 int operator()(int a, int b) && { return a - b; } in operator ()() 245 TEST(ApplyTest, EphemeralFunctor) { in TEST() argument
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | invoke_test.cc | 52 struct EphemeralFunctor { struct 53 int operator()(int a, int b) && { return a - b; } in operator ()() 128 TEST(InvokeTest, EphemeralFunctor) { in TEST() argument
|
/external/cronet/tot/third_party/abseil-cpp/absl/base/ |
D | invoke_test.cc | 60 struct EphemeralFunctor { struct 61 int operator()(int a, int b) && { return a - b; } in operator ()() 136 TEST(InvokeTest, EphemeralFunctor) { in TEST() argument
|
/external/cronet/stable/third_party/abseil-cpp/absl/base/ |
D | invoke_test.cc | 60 struct EphemeralFunctor { struct 61 int operator()(int a, int b) && { return a - b; } in operator ()() 136 TEST(InvokeTest, EphemeralFunctor) { in TEST() argument
|
/external/abseil-cpp/absl/base/ |
D | invoke_test.cc | 60 struct EphemeralFunctor { struct 61 int operator()(int a, int b) && { return a - b; } in operator ()() 136 TEST(InvokeTest, EphemeralFunctor) { in TEST() argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | invoke_test.cc | 60 struct EphemeralFunctor { struct 61 int operator()(int a, int b) && { return a - b; } in operator ()() 136 TEST(InvokeTest, EphemeralFunctor) { in TEST() argument
|