Searched refs:file_descriptor_source (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/iostreams/device/ |
D | file_descriptor.hpp | 40 class file_descriptor_source; 52 friend class file_descriptor_source; 150 class BOOST_IOSTREAMS_DECL file_descriptor_source : private file_descriptor { class 170 file_descriptor_source() { } in file_descriptor_source() function in boost::iostreams::file_descriptor_source 173 explicit file_descriptor_source(handle_type fd, file_descriptor_flags); 175 explicit file_descriptor_source(int fd, file_descriptor_flags); 180 explicit file_descriptor_source(handle_type fd, bool close_on_exit = false); 182 explicit file_descriptor_source(int fd, bool close_on_exit = false); 187 explicit file_descriptor_source( const std::string& path, 191 explicit file_descriptor_source( const char* path, [all …]
|
/third_party/boost/libs/iostreams/src/ |
D | file_descriptor.cpp | 474 file_descriptor_source::file_descriptor_source( in file_descriptor_source() function in boost::iostreams::file_descriptor_source 479 file_descriptor_source::file_descriptor_source( in file_descriptor_source() function in boost::iostreams::file_descriptor_source 486 file_descriptor_source::file_descriptor_source(int fd, file_descriptor_flags f) in file_descriptor_source() function in boost::iostreams::file_descriptor_source 490 file_descriptor_source::file_descriptor_source(int fd, bool close_on_exit) in file_descriptor_source() function in boost::iostreams::file_descriptor_source 496 file_descriptor_source::file_descriptor_source( in file_descriptor_source() function in boost::iostreams::file_descriptor_source 500 file_descriptor_source::file_descriptor_source( in file_descriptor_source() function in boost::iostreams::file_descriptor_source 504 file_descriptor_source::file_descriptor_source( in file_descriptor_source() function in boost::iostreams::file_descriptor_source 505 const file_descriptor_source& other) in file_descriptor_source() 509 void file_descriptor_source::open(handle_type fd, file_descriptor_flags f) in open() 513 void file_descriptor_source::open(handle_type fd, bool close_on_exit) in open() [all …]
|
/third_party/boost/libs/iostreams/test/ |
D | file_descriptor_test.cpp | 28 typedef stream<file_descriptor_source> fdistream; in file_descriptor_test() 38 fdistream first(file_descriptor_source(test1.name()), 0); in file_descriptor_test() 50 fdistream first(file_descriptor_source(test1.name()), 0); in file_descriptor_test() 62 file_descriptor_source file(test1.name()); in file_descriptor_test() 75 file_descriptor_source file(test1.name()); in file_descriptor_test() 90 file_descriptor_source(test1.name(), in file_descriptor_test() 94 file_descriptor_source(test1.name(), in file_descriptor_test() 98 file_descriptor_source(test1.name(), in file_descriptor_test() 102 file_descriptor_source(test1.name(), in file_descriptor_test() 106 file_descriptor_source(test1.name(), in file_descriptor_test() [all …]
|
D | windows_pipe_test.cpp | 29 file_descriptor_source is(handles[0], close_handle); in read_from_file_descriptor_source_test() 47 file_descriptor_source source(handles[0], close_handle); in read_from_filtering_istream_test()
|
D | large_file_test.cpp | 377 bool check_character(file_descriptor_source& file, char value) in check_character() 398 file_descriptor_source file; in large_file_test()
|
D | deprecated_file_descriptor_test.cpp | 235 file_handle_test_impl((boost_ios::file_descriptor_source*) 0); in deprecated_file_descriptor_test()
|
D | code_converter_test.cpp | 169 typedef io::file_descriptor_source classic_file_source;
|