/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/ |
D | file_to_string.hpp | 22 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()
|
D | quickbook_output.hpp | 221 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/ |
D | x02_gd_example.cpp | 49 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()
|
D | x06_qt_world_mapper.cpp | 130 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()
|
D | x04_wxwidgets_world_mapper.cpp | 119 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/ |
D | result_parser.py | 274 def get_result_from_file(cpp_file="", argument 283 if cpp_file != "": 284 __parse_cpp_result(cpp_file)
|
D | result_uploader.py | 100 cpp_file=args.cpp_input_file,
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_new_renderer.py | 227 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/ |
D | generate_new_renderer.py | 227 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/ |
D | doxygen_4.cpp | 42 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/ |
D | 07_b_graph_route_example.cpp | 47 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()
|
D | 07_a_graph_route_example.cpp | 42 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/ |
D | performance.cpp | 161 boost::filesystem::path cpp_file = here / "boost"; in cpp_main() local 162 cpp_file /= "crc.hpp"; in cpp_main()
|
/third_party/protobuf/cmake/ |
D | libprotoc.cmake | 8 ${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/ |
D | BUILD.gn | 293 "src/google/protobuf/compiler/cpp/cpp_file.cc", 403 "src/google/protobuf/compiler/cpp/cpp_file.cc",
|
/third_party/protobuf/src/ |
D | Makefile.am | 332 google/protobuf/compiler/cpp/cpp_file.cc \ 333 google/protobuf/compiler/cpp/cpp_file.h \
|