Searched refs:main_root_name (Results 1 – 2 of 2) sorted by relevance
220 const char* main_root_name = opts.main_root_name; in WriteBundledSchema() local221 if (main_root_name == nullptr) { in WriteBundledSchema()244 …if (std::find(bundled_names.begin(), bundled_names.end(), main_root_name) == bundled_names.end()) { in WriteBundledSchema()246 fprintf(stderr, " main root name:%s\n", main_root_name); in WriteBundledSchema()254 auto schema_offset = CreateBundledSchemaDirect(builder, title, main_root_name, &vector_map); in WriteBundledSchema()308 opts.main_root_name = optarg; in ParseArgs()
32 const char* main_root_name{nullptr};