Home
last modified time | relevance | path

Searched defs:GetFieldDefault (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h215 const void* GetFieldDefault(const FieldDescriptor* field) const { in GetFieldDefault() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h215 const void* GetFieldDefault(const FieldDescriptor* field) const { in GetFieldDefault() function
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp239 template<typename T> static T GetFieldDefault(const FieldDef &fd) { in GetFieldDefault() function