• Home
  • Raw
  • Download

Lines Matching refs:StructDef

608 StructDef *Parser::LookupStruct(const std::string &id) const {  in LookupStruct()
614 StructDef *Parser::LookupStructThruParentNamespaces( in LookupStructThruParentNamespaces()
715 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField()
739 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField()
1057 const StructDef *parent_struct_def, in ParseAnyValue()
1182 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct()
1187 const StructDef &struct_def, const Value &val) { in SerializeStruct()
1197 const StructDef *struct_def, F body) { in ParseTableDelimiters()
1236 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable()
1245 const StructDef *struct_def_inner) -> CheckedError { in ParseTable()
1668 const StructDef *parent_struct_def) { in ParseNestedFlatbuffer()
2047 StructDef *Parser::LookupCreateStruct(const std::string &name, in LookupCreateStruct()
2074 struct_def = new StructDef(); in LookupCreateStruct()
2324 std::set<std::pair<BaseType, StructDef *>> union_types; in ParseEnum()
2415 CheckedError Parser::StartStruct(const std::string &name, StructDef **dest) { in StartStruct()
2430 StructDef *struct_def, const char *suffix, in CheckClash()
2522 StructDef *struct_def; in ParseDecl()
2696 StructDef *struct_def = nullptr; in ParseProtoDecl()
2768 CheckedError Parser::ParseProtoFields(StructDef *struct_def, bool isextend, in ParseProtoFields()
2813 StructDef *anonymous_struct = nullptr; in ParseProtoFields()
2893 StructDef oneof_struct; in ParseProtoFields()
3006 const StructDef *) -> CheckedError { in SkipAnyJsonValue() argument
3050 const StructDef *) -> CheckedError { in ParseFlexBufferValue() argument
3546 Offset<reflection::Object> StructDef::Serialize(FlatBufferBuilder *builder, in Serialize()
3565 bool StructDef::Deserialize(Parser &parser, const reflection::Object *object) { in Deserialize()
3870 auto struct_def = new StructDef(); in Deserialize()