Lines Matching refs:root_struct_def_
1679 nested_parser.root_struct_def_ = field->nested_flatbuffer; in ParseNestedFlatbuffer()
2645 root_struct_def_ = LookupStruct(name); in SetRootType()
2646 if (!root_struct_def_) in SetRootType()
2647 root_struct_def_ = in SetRootType()
2649 return root_struct_def_ != nullptr; in SetRootType()
3339 root_struct_def_ = nullptr; in DoParse()
3378 if (root_struct_def_->fixed) return Error("root type must be a table"); in DoParse()
3420 if (!root_struct_def_) return Error("no root type set to parse json with"); in DoParseJson()
3425 ECHECK(ParseTable(*root_struct_def_, nullptr, &toff)); in DoParseJson()
3511 (root_struct_def_ ? root_struct_def_->serialized_location : 0), serv__, in Serialize()
3905 if (schema->root_table() == *it) { root_struct_def_ = struct_def; } in Deserialize()