Home
last modified time | relevance | path

Searched defs:GetField (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Dstruct.h30 template<typename T> T GetField(uoffset_t o) const { in GetField() function
Dtable.h45 template<typename T> T GetField(voffset_t field, T defaultval) const { in GetField() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp270 NaClBitcodeHeaderField *NaClBitcodeHeader::GetField(size_t index) const { in GetField() function in NaClBitcodeHeader
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set_unittest.cc73 const UnknownField* GetField(const std::string& name) { in GetField() function in google::protobuf::UnknownFieldSetTest
Dgenerated_message_reflection.cc3170 const Type& Reflection::GetField(const Message& message, in GetField() function in google::protobuf::Reflection