Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/algorithms/
Dsimplify_countries.cpp123 std::string base_folder = "buffer/data/"; in test_all() local
126 std::string gr = read_from_file<mp>(base_folder + "gr.wkt"); in test_all()
127 std::string it = read_from_file<mp>(base_folder + "it.wkt"); in test_all()
128 std::string nl = read_from_file<mp>(base_folder + "nl.wkt"); in test_all()
129 std::string no = read_from_file<mp>(base_folder + "no.wkt"); in test_all()
130 std::string uk = read_from_file<mp>(base_folder + "uk.wkt"); in test_all()
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_countries.cpp150 std::string base_folder = "data/"; in test_all() local
151 std::string gr = read_from_file<mpt>(base_folder + "gr.wkt"); in test_all()
152 std::string it = read_from_file<mpt>(base_folder + "it.wkt"); in test_all()
153 std::string nl = read_from_file<mpt>(base_folder + "nl.wkt"); in test_all()
154 std::string no = read_from_file<mpt>(base_folder + "no.wkt"); in test_all()
155 std::string uk = read_from_file<mpt>(base_folder + "uk.wkt"); in test_all()