Home
last modified time | relevance | path

Searched defs:FindField (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/perfetto/src/protozero/
H A Dproto_decoder.cc161 Field ProtoDecoder::FindField(uint32_t field_id) { in FindField() function in protozero::ProtoDecoder
H A Dproto_decoder_unittest.cc261 TEST(ProtoDecoderTest, FindField) { in TEST() argument
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dtype_info.cc109 const google::protobuf::Field* FindField( in FindField() function in google::protobuf::util::converter::__anonce3751c40111::TypeInfoForTypeResolver
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dtype_info.cc109 const google::protobuf::Field* FindField( in FindField() function in google::protobuf::util::converter::__anon993b3b570111::TypeInfoForTypeResolver
/aosp_15_r20/frameworks/base/libs/nativehelper_jvm/
H A DJniConstants.c105 static jfieldID FindField(JNIEnv* env, jclass cls, in FindField() function
/aosp_15_r20/libnativehelper/
H A DJniConstants.c102 static jfieldID FindField(JNIEnv* env, jclass cls, in FindField() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc72 const Field* FindField(const Type& type, const std::string& name) { in FindField() function in google::protobuf::util::__anon40561e5a0111::DescriptorPoolTypeResolverTest
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util_test.cc72 const Field* FindField(const Type& type, const std::string& name) { in FindField() function in google::protobuf::util::__anon3e19fbcd0111::DescriptorPoolTypeResolverTest
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dcor.h441 …STDMETHOD (FindField) (THIS_ mdTypeDef td, LPCWSTR szName, PCCOR_SIGNATURE pvSigBlob, ULONG cbSigB… in DECLARE_INTERFACE_() local
515 …STDMETHOD (FindField) (THIS_ mdTypeDef td, LPCWSTR szName, PCCOR_SIGNATURE pvSigBlob, ULONG cbSigB… in DECLARE_INTERFACE_() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc47 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) { in FindField() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc47 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) { in FindField() function
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc1433 ArtField* Class::FindField(ObjPtr<mirror::DexCache> dex_cache, uint32_t field_idx) { in FindField() function in art::mirror::Class