Home
last modified time | relevance | path

Searched defs:kMethods (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/
H A Dservice_test.cc59 static constexpr std::array<ServiceTestMethodUnion, 3> kMethods = { member in pw::rpc::__anon25ddd8390111::TestService
86 static constexpr std::array<ServiceTestMethodUnion, 0> kMethods = {}; member in pw::rpc::__anon25ddd8390111::EmptyTestService
H A Dmethod_test.cc43 static constexpr std::array<TestMethodUnion, 1> kMethods = {TestMethod(1234)}; member in pw::rpc::internal::__anon2c01e1e90111::TestService
H A Dclient_server_test.cc43 static constexpr std::array<RawMethodUnion, 1> kMethods = { member in pw::rpc::internal::__anon10b5f91d0111::FakeService
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_companion_virtual_VirtualDeviceImpl.cpp31 const std::array<JNINativeMethod, 1> kMethods = { variable
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/
H A Dmethod_union_test.cc34 static constexpr std::array<PwpbMethodUnion, 4> kMethods = { member in pw::rpc::internal::__anona79778190111::FakeGeneratedService
H A Dmethod_test.cc120 static constexpr std::array<PwpbMethodUnion, 5> kMethods = { member in pw::rpc::internal::__anonc258cbd10111::FakeServiceBase
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/
H A Dmethod_union_test.cc33 static constexpr std::array<NanopbMethodUnion, 4> kMethods = { member in pw::rpc::internal::__anon855c51be0111::FakeGeneratedService
H A Dmethod_test.cc125 static constexpr std::array<NanopbMethodUnion, 5> kMethods = { member in pw::rpc::internal::__anonb1388db60111::FakeServiceBase
/aosp_15_r20/external/pigweed/pw_rpc/raw/
H A Dmethod_union_test.cc38 static constexpr std::array<RawMethodUnion, 3> kMethods = { member in pw::rpc::internal::__anon4c65f88a0111::FakeGeneratedService
H A Dmethod_test.cc95 static constexpr std::array<RawMethodUnion, 5> kMethods = { member in pw::rpc::internal::__anon03f00b820111::FakeServiceBase
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Cab/
H A DCabHandler.cpp76 static const char * const kMethods[] = variable
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/
H A DNsisHandler.cpp29 static const char * const kMethods[] = variable
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_verifier_test.cc483 constexpr const char* kMethods[] = { "foo", "bar"}; in TEST_F() local
587 constexpr const char* kMethods[] = { "<clinit>", "<init>", "foo", "bar"}; in TEST_F() local
/aosp_15_r20/packages/apps/Messaging/jni/
DGifTranscoder.cpp557 JNINativeMethod kMethods[] = { variable
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc233 kMethods = 3, enumerator