Home
last modified time | relevance | path

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

/third_party/flatbuffers/include/flatbuffers/
Dregistry.h83 void AddIncludeDirectory(const char *path) { include_paths_.push_back(path); } in AddIncludeDirectory() function
/third_party/flatbuffers/tests/
Dtest.cpp861 registry.AddIncludeDirectory(test_data_path.c_str()); in ParseAndGenerateTextTest()
862 registry.AddIncludeDirectory(include_test_path.c_str()); in ParseAndGenerateTextTest()