Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dregistry.h83 void AddIncludeDirectory(const char *path) { include_paths_.push_back(path); } in AddIncludeDirectory()
106 if (!parser->Parse(schematext.c_str(), vector_data(include_paths_), in LoadSchema()
121 std::vector<const char *> include_paths_; variable