Home
last modified time | relevance | path

Searched defs:root_type (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/src/
Dbfbs_gen_lua.cpp621 const std::string root_type = schema_->root_table()->name()->str(); in EmitCodeBlock() local
Dbfbs_gen_nim.cpp647 const std::string root_type = schema_->root_table()->name()->str(); in EmitCodeBlock() local
Didl_parser.cpp3761 auto root_type = attribute_; in DoParse() local
/third_party/flatbuffers/include/flatbuffers/
Didl.h685 std::string root_type; member