Home
last modified time | relevance | path

Searched defs:ParseTable (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven.h183 struct ParseTable { struct
184 const ParseTableField* fields; argument
185 const AuxiliaryParseTableField* aux; argument
206 static_assert(sizeof(ParseTableField) <= 16, "ParseTableField is too large"); argument
214 static_assert(std::is_pod<ParseTable>::value, ""); argument
/third_party/flatbuffers/src/
Didl_parser.cpp1236 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable() function in flatbuffers::Parser