Home
last modified time | relevance | path

Searched defs:DoCall (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/base/
H A Dmeta.h183 Unit DoCall(Tag<void>, A&&... args) { in DoCall() function
189 R DoCall(Tag<R>, A&&... args) { in DoCall() function
/aosp_15_r20/external/openscreen/platform/impl/
H A Dtask_runner_unittest.cc277 absl::optional<Clock::duration> DoCall() { in DoCall() function in openscreen::RepeatedClass
/aosp_15_r20/art/runtime/interpreter/
H A Dinterpreter_common.cc1358 bool DoCall(ArtMethod* called_method, in DoCall() function
/aosp_15_r20/art/runtime/jni/
H A Djni_internal_test.cc843 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() macro