Searched refs:root_struct_def_ (Results 1 – 7 of 7) sorted by relevance
327 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()
1478 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()
435 if (parser_.root_struct_def_ == &struct_def && in GenStruct()750 if (parser_.root_struct_def_ == &struct_def) { in GenStruct()
807 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()
165 if (parser_.root_struct_def_) { in generate()166 auto &struct_def = *parser_.root_struct_def_; in generate()
666 if (parser_.root_struct_def_ == &struct_def) { in GetEndOffsetOnTable()
462 : root_struct_def_(nullptr), in root_struct_def_() function594 StructDef *root_struct_def_; variable