Searched refs:include_paths_ (Results 1 – 3 of 3) sorted by relevance
84 void AddIncludeDirectory(const char *path) { include_paths_.push_back(path); } in AddIncludeDirectory()107 if (!parser->Parse(schematext.c_str(), include_paths_.data(), in LoadSchema()122 std::vector<const char *> include_paths_; variable
83 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