Home
last modified time | relevance | path

Searched refs:root_struct_def_ (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/src/
Didl_gen_text.cpp327 assert(parser.root_struct_def_); // call SetRootType() in GenerateText()
329 if (!GenStruct(*parser.root_struct_def_, in GenerateText()
348 if (!parser.builder_.GetSize() || !parser.root_struct_def_) return true; in GenerateTextFile()
361 if (!parser.builder_.GetSize() || !parser.root_struct_def_) return ""; in TextMakeRule()
366 parser.root_struct_def_->file); in TextMakeRule()
Didl_parser.cpp1478 root_struct_def_ = structs_.Lookup(name); in SetRootType()
1479 if (!root_struct_def_) in SetRootType()
1480 root_struct_def_ = structs_.Lookup( in SetRootType()
1482 return root_struct_def_ != nullptr; in SetRootType()
1936 if (!root_struct_def_) in DoParse()
1942 ECHECK(ParseTable(*root_struct_def_, nullptr, &toff)); in DoParse()
1956 if (root_struct_def_->fixed) in DoParse()
2067 root_struct_def_ in Serialize()
2068 ? root_struct_def_->serialized_location in Serialize()
Didl_gen_js.cpp435 if (parser_.root_struct_def_ == &struct_def && in GenStruct()
750 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()
Didl_gen_general.cpp807 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()
1267 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()
1412 parser.root_struct_def_->file); in BinaryMakeRule()
Didl_gen_cpp.cpp165 if (parser_.root_struct_def_) { in generate()
166 auto &struct_def = *parser_.root_struct_def_; in generate()
Didl_gen_php.cpp666 if (parser_.root_struct_def_ == &struct_def) { in GetEndOffsetOnTable()
/external/flatbuffers/include/flatbuffers/
Didl.h462 : root_struct_def_(nullptr), in root_struct_def_() function
594 StructDef *root_struct_def_; variable