Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/
Dfile_to_string.hpp22 std::ifstream cpp_file(filename.c_str()); in file_to_string() local
23 if (cpp_file.is_open()) in file_to_string()
25 while (! cpp_file.eof() ) in file_to_string()
28 std::getline(cpp_file, line); in file_to_string()
Dquickbook_output.hpp221 std::ifstream cpp_file(filename.c_str()); in includes() local
222 if (cpp_file.is_open()) in includes()
224 while (! cpp_file.eof() ) in includes()
227 std::getline(cpp_file, line); in includes()
/third_party/boost/libs/geometry/example/with_external_libs/
Dx02_gd_example.cpp49 std::ifstream cpp_file(filename.c_str()); in read_wkt() local
50 if (cpp_file.is_open()) in read_wkt()
52 while (! cpp_file.eof() ) in read_wkt()
55 std::getline(cpp_file, line); in read_wkt()
Dx06_qt_world_mapper.cpp130 std::ifstream cpp_file(filename.c_str()); in read_wkt() local
131 if (cpp_file.is_open()) in read_wkt()
133 while (! cpp_file.eof() ) in read_wkt()
136 std::getline(cpp_file, line); in read_wkt()
Dx04_wxwidgets_world_mapper.cpp119 std::ifstream cpp_file(filename.c_str()); in read_wkt() local
120 if (cpp_file.is_open()) in read_wkt()
122 while (! cpp_file.eof() ) in read_wkt()
125 std::getline(cpp_file, line); in read_wkt()
/third_party/protobuf/benchmarks/util/
Dresult_parser.py274 def get_result_from_file(cpp_file="", argument
283 if cpp_file != "":
284 __parse_cpp_result(cpp_file)
Dresult_uploader.py100 cpp_file=args.cpp_input_file,
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py227 cpp_file = open(cpp_file_path, 'w') variable
276 cpp_file.write(string.Template(cpp_file_template).substitute(substitutions))
279 cpp_file.close()
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py227 cpp_file = open(cpp_file_path, 'w') variable
277 cpp_file.write(string.Template(cpp_file_template).substitute(substitutions))
280 cpp_file.close()
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/
Ddoxygen_4.cpp42 std::ifstream cpp_file(filename.c_str()); in read_wkt() local
43 if (cpp_file.is_open()) in read_wkt()
45 while (! cpp_file.eof() ) in read_wkt()
48 std::getline(cpp_file, line); in read_wkt()
/third_party/boost/libs/geometry/example/
D07_b_graph_route_example.cpp47 std::ifstream cpp_file(filename.c_str()); in read_wkt() local
48 if (cpp_file.is_open()) in read_wkt()
50 while (! cpp_file.eof() ) in read_wkt()
53 std::getline(cpp_file, line); in read_wkt()
D07_a_graph_route_example.cpp42 std::ifstream cpp_file(filename.c_str()); in read_wkt() local
43 if (cpp_file.is_open()) in read_wkt()
45 while (! cpp_file.eof() ) in read_wkt()
48 std::getline(cpp_file, line); in read_wkt()
/third_party/boost/libs/regex/performance/
Dperformance.cpp161 boost::filesystem::path cpp_file = here / "boost"; in cpp_main() local
162 cpp_file /= "crc.hpp"; in cpp_main()
/third_party/protobuf/cmake/
Dlibprotoc.cmake8 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.cc
90 ${protobuf_source_dir}/src/google/protobuf/compiler/cpp/cpp_file.h
/third_party/protobuf/
DBUILD.gn293 "src/google/protobuf/compiler/cpp/cpp_file.cc",
403 "src/google/protobuf/compiler/cpp/cpp_file.cc",
/third_party/protobuf/src/
DMakefile.am332 google/protobuf/compiler/cpp/cpp_file.cc \
333 google/protobuf/compiler/cpp/cpp_file.h \