Home
last modified time | relevance | path

Searched defs:file_out (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/process/detail/posix/
Dfile_out.hpp22 struct file_out : handler_base_ext, ::boost::process::detail::uses_handles struct
24 file_descriptor file;
25 int handle = file.handle();
28 file_out(T&& t) : file(std::forward<T>(t), file_descriptor::write), handle(file.handle()) {} in file_out() argument
29 file_out(FILE * f) : handle(fileno(f)) {} in file_out() function
31 std::array<int, 3> get_used_handles() in get_used_handles()
/third_party/boost/boost/process/detail/windows/
Dfile_out.hpp23 struct file_out : public ::boost::process::detail::handler_base, struct
26 file_descriptor file;
29 ::boost::winapi::HANDLE_ get_used_handles() const { return handle; } in get_used_handles()
33 file_out(T&& t) : file(std::forward<T>(t), file_descriptor::write) {} in file_out() argument
34 file_out(FILE * f) : handle(reinterpret_cast<void*>(_get_osfhandle(_fileno(f)))) {} in file_out() function
/third_party/boost/libs/geometry/doc/doxy/
Ddoxygen_enhance.py31 file_out = file (args[0], 'w') variable
/third_party/glib/gio/
Dgfileiostream.c559 GFileOutputStream *file_out; in g_file_io_stream_real_get_etag() local
574 GFileOutputStream *file_out; in g_file_io_stream_real_query_info() local
624 GFileOutputStream *file_out; in g_file_io_stream_real_query_info_async() local
642 GFileOutputStream *file_out; in g_file_io_stream_real_query_info_finish() local
/third_party/boost/tools/quickbook/src/
Ddependency_tracker.cpp84 fs::path const& file_out, flags f) in write_dependencies()
/third_party/gn/src/gn/
Declipse_writer.cc58 std::ofstream file_out; in RunAndWriteFile() local
/third_party/boost/libs/property_tree/test/
Dtest_utils.hpp111 test_file file_out("", filename_out); in generic_parser_test() local