Lines Matching defs:struct_def
891 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name, in AddField()
915 CheckedError Parser::ParseField(StructDef &struct_def) { in ParseField()
1361 void Parser::SerializeStruct(const StructDef &struct_def, const Value &val) { in SerializeStruct()
1366 const StructDef &struct_def, const Value &val) { in SerializeStruct()
1376 const StructDef *struct_def, F body) { in ParseTableDelimiters()
1415 CheckedError Parser::ParseTable(const StructDef &struct_def, std::string *value, in ParseTable()
2144 auto struct_def = LookupStruct(name); in LookupCreateStruct() local
2513 auto &struct_def = *LookupCreateStruct(name, true, true); in StartStruct() local
2529 StructDef *struct_def, const char *suffix, in CheckClash()
2622 StructDef *struct_def; in ParseDecl() local
2807 StructDef *struct_def = nullptr; in ParseProtoDecl() local
2879 CheckedError Parser::ParseProtoFields(StructDef *struct_def, bool isextend, in ParseProtoFields()
3287 auto &struct_def = **it; in ParseRoot() local
3375 auto &struct_def = **it; in CheckPrivateLeak() local
4048 auto struct_def = new StructDef(); in Deserialize() local
4079 auto struct_def = structs_.Lookup(qualified_name); in Deserialize() local
4125 auto &struct_def = **sit; in ConformTo() local