• Home
  • Raw
  • Download

Lines Matching refs:StructDef

524 StructDef *Parser::LookupStruct(const std::string &id) const {  in LookupStruct()
605 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField()
629 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField()
846 const StructDef *parent_struct_def) { in ParseAnyValue()
941 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct()
951 const StructDef *struct_def, in ParseTableDelimiters()
991 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable()
997 const StructDef *struct_def_inner) -> CheckedError { in ParseTable()
1202 const StructDef *parent_struct_def) { in ParseNestedFlatbuffer()
1536 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct()
1568 struct_def = new StructDef(); in LookupCreateStruct()
1618 std::set<std::pair<BaseType, StructDef*>> union_types; in ParseEnum()
1726 CheckedError Parser::StartStruct(const std::string &name, StructDef **dest) { in StartStruct()
1741 StructDef *struct_def, const char *suffix, in CheckClash()
1806 StructDef *struct_def; in ParseDecl()
1968 StructDef *struct_def = nullptr; in ParseProtoDecl()
2049 CheckedError Parser::ParseProtoFields(StructDef *struct_def, bool isextend, in ParseProtoFields()
2094 StructDef *anonymous_struct = nullptr; in ParseProtoFields()
2169 StructDef oneof_struct; in ParseProtoFields()
2280 const StructDef *) -> CheckedError { in SkipAnyJsonValue() argument
2312 const StructDef *) -> CheckedError { in ParseFlexBufferValue() argument
2731 Offset<reflection::Object> StructDef::Serialize(FlatBufferBuilder *builder, in Serialize()
2751 bool StructDef::Deserialize(Parser &parser, const reflection::Object *object) { in Deserialize()
3064 auto struct_def = new StructDef(); in Deserialize()