Searched refs:root_struct_def_ (Results 1 – 13 of 13) sorted by relevance
372 FLATBUFFERS_ASSERT(parser.root_struct_def_); // call SetRootType() in GenerateText()375 return GenerateTextImpl(parser, root, *parser.root_struct_def_, _text); in GenerateText()391 if (!parser.builder_.GetSize() || !parser.root_struct_def_) return true; in GenerateTextFile()402 if (!parser.builder_.GetSize() || !parser.root_struct_def_) return ""; in TextMakeRule()407 parser.GetIncludedFilesRecursive(parser.root_struct_def_->file); in TextMakeRule()
171 if (parser_.root_struct_def_ == nullptr) { return false; } in generate()264 GenFullName(parser_.root_struct_def_) + "\"" + NewLine(); in generate()
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()[all …]
576 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()1152 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()2059 parser_.root_struct_def_ == &struct_def) { in GenStruct_ObjectAPI()2072 if (parser_.root_struct_def_ == &struct_def) { in GenStruct_ObjectAPI()
384 parser.GetIncludedFilesRecursive(parser.root_struct_def_->file); in BinaryMakeRule()
541 else if (parser->root_struct_def_->fixed) in Compile()
385 if (parser_.root_struct_def_) { in generate()386 auto &struct_def = *parser_.root_struct_def_; in generate()2210 FLATBUFFERS_ASSERT(parser_.root_struct_def_ && "root table not defined"); in GenRootTableFuncs()
617 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()1105 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()
527 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()858 if (parser_.root_struct_def_ != &struct_def || !file_identifier.length()) in GenerateBufferHasIdentifier()
247 if (!parser_.root_struct_def_) { in generate_bfbs_embed()251 auto &struct_def = *parser_.root_struct_def_; in generate_bfbs_embed()449 if (parser_.root_struct_def_) { in generate()450 auto &struct_def = *parser_.root_struct_def_; in generate()
379 if (parser_.root_struct_def_ == &struct_def) { in GenerateFinisher()1074 if (!struct_def.fixed && parser_.root_struct_def_ == &struct_def && in GenStruct()
657 if (parser_.root_struct_def_ == &struct_def) { in GetEndOffsetOnTable()
780 root_struct_def_(nullptr), in current_namespace_()1002 StructDef *root_struct_def_; variable