Home
last modified time | relevance | path

Searched defs:ifs (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/boost/libs/geometry/index/example/
Dserialize.cpp122 std::ifstream ifs("serialized_vector.bin", std::ios::binary); in main() local
138 std::ifstream ifs("serialized_tree.bin", std::ios::binary); in main() local
155 std::ifstream ifs("serialized_tree.xml"); in main() local
/third_party/boost/boost/thread/
Dcaller_context.hpp41 io::ios_flags_saver ifs( os ); in operator <<() local
46 io::ios_flags_saver ifs(os); in operator <<() local
/third_party/boost/libs/serialization/performance/
Dperformance_codecvt_null.cpp98 std::wifstream ifs; in test_main() local
122 std::wifstream ifs("testfile2"); in test_main() local
Dperformance_utf8_codecvt.cpp130 std::wifstream ifs; in test_main() local
234 std::wifstream ifs; in test_main() local
/third_party/boost/libs/serialization/test/
Dtest_codecvt_null.cpp93 std::wifstream ifs; in test_main() local
111 std::wifstream ifs("testfile2"); in test_main() local
Dtest_diamond.cpp168 test_istream ifs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() local
193 test_istream ifs(testfile); in BOOST_CLASS_EXPORT() local
Dtest_diamond_complex.cpp401 test_istream ifs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() local
424 test_istream ifs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() local
447 test_istream ifs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() local
470 test_istream ifs(testfile, TEST_STREAM_FLAGS); in BOOST_CLASS_EXPORT() local
/third_party/boost/libs/flyweight/example/
Dserialization.cpp49 std::ifstream ifs(in.c_str()); in save_serialization_file() local
88 std::ifstream ifs(in.c_str()); in load_serialization_file() local
/third_party/boost/libs/io/test/
Dios_state_unit_test.cpp50 boost::io::ios_flags_saver ifs(ss); in ios_flags_saver_unit_test() local
59 boost::io::ios_flags_saver ifs(ss, in ios_flags_saver_unit_test() local
233 boost::io::ios_fill_saver ifs(ss); in ios_fill_saver_unit_test() local
240 boost::io::ios_fill_saver ifs(ss, '3'); in ios_fill_saver_unit_test() local
/third_party/mindspore/mindspore/lite/tools/common/
Dparse_config_utils.cc51 int SplitLineToMap(std::ifstream *ifs, std::map<std::string, std::map<std::string, std::string>> *m… in SplitLineToMap()
109 std::ifstream ifs; in ParseConfigFile() local
/third_party/boost/libs/ptr_container/test/
Dserialization.cpp160 std::ifstream ifs( fn.c_str(), std::ios::binary ); in test_serialization_helper() local
198 std::ifstream ifs( fn.c_str(), std::ios::binary ); in test_serialization_unordered_set_helper() local
230 std::ifstream ifs( fn.c_str(), std::ios::binary ); in test_serialization_map_helper() local
264 std::ifstream ifs( fn.c_str(), std::ios::binary ); in test_hierarchy() local
/third_party/boost/libs/stacktrace/example/
Dterminate_handler.cpp117 std::ifstream ifs("./backtrace.dump"); in run_2() local
207 std::ifstream ifs("./backtrace2.dump"); in test_inplace() local
263 std::ifstream ifs("./backtrace3.dump"); in test_inplace() local
/third_party/boost/libs/serialization/example/
Ddemo_shared_ptr.cpp111 std::ifstream ifs(filename.c_str()); in main() local
149 std::ifstream ifs(filename.c_str()); in main() local
Ddemo_xml_load.cpp22 std::ifstream ifs(filename); in restore_schedule() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_emit.c271 struct i915_fragment_shader *ifs = p->shader; in i915_emit_const1f() local
301 struct i915_fragment_shader *ifs = p->shader; in i915_emit_const2f() local
340 struct i915_fragment_shader *ifs = p->shader; in i915_emit_const4f() local
/third_party/jsoncpp/example/readFromStream/
DreadFromStream.cpp19 std::ifstream ifs; in main() local
/third_party/boost/libs/crc/
Dcrc_example.cpp44 std::ifstream ifs( argv[i], std::ios_base::binary ); in main() local
/third_party/boost/libs/detail/test/
Dtest_utf8_codecvt.cpp148 std::wifstream ifs; in test_main() local
243 std::wifstream ifs; in test_main() local
/third_party/boost/boost/date_time/
Ddate_formatting_locales.hpp60 boost::io::basic_ios_fill_saver<charT> ifs(os); in format_month() local
136 boost::io::basic_ios_fill_saver<charT> ifs(os); in ymd_put() local
/third_party/mindspore/mindspore/lite/test/ut/src/
Dgraph_test.cc61 std::ifstream ifs(RealPath(file)); in ReadModelFile() local
/third_party/boost/libs/bimap/example/bimap_and_boost/
Dserialization.cpp68 std::ifstream ifs("data", std::ios::binary); in main() local
/third_party/boost/libs/histogram/test/
Dutility_serialization.hpp33 std::ifstream ifs(filename); in load_xml() local
/third_party/boost/libs/date_time/test/posix_time/
Dtesttime_serialize_versioning.cpp45 std::ifstream ifs(get_fname(0).c_str(), std::ios_base::binary | std::ios_base::in); in main() local
/third_party/boost/libs/program_options/example/
Dresponse_file.cpp63 ifstream ifs(vm["response-file"].as<string>().c_str()); in main() local
/third_party/boost/libs/graph/test/
Dstoer_wagner_test.cpp218 std::ifstream ifs( in BOOST_AUTO_TEST_CASE() local
259 std::ifstream ifs( in BOOST_AUTO_TEST_CASE() local
282 std::ifstream ifs( in BOOST_AUTO_TEST_CASE() local

12345