Home
last modified time | relevance | path

Searched defs:EphemeralFunctor (Results 1 – 10 of 10) sorted by relevance

/external/cronet/stable/third_party/abseil-cpp/absl/utility/
Dutility_test.cc54 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/
Dutility_test.cc54 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/
Dutility_test.cc54 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/
Dutility_test.cc183 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/
Dutility_test.cc181 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/
Dinvoke_test.cc52 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/
Dinvoke_test.cc60 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/
Dinvoke_test.cc60 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/
Dinvoke_test.cc60 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/
Dinvoke_test.cc60 struct EphemeralFunctor { struct
61 int operator()(int a, int b) && { return a - b; } in operator ()()
136 TEST(InvokeTest, EphemeralFunctor) { in TEST() argument