Home
last modified time | relevance | path

Searched defs:can_write (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dsymmetric_filter_test.cpp76 bool can_write(char*& dest_begin, char* dest_end) in can_write() function
/third_party/boost/boost/iostreams/filter/
Daggregate.hpp132 typedef is_convertible<category, output> can_write; in do_write() typedef
Dsymmetric.hpp221 typedef is_convertible<category, output> can_write; in flush() typedef
Dgzip.hpp295 typedef is_convertible<category, output> can_write; in write_long() typedef
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp108 bool can_write() const { return is_convertible<Mode, output>::value; } in can_write() function in boost::iostreams::detail::indirect_streambuf
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpreset.c284 gboolean can_write = FALSE; in gst_preset_suite() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dprofile.c688 gboolean can_write; in profile_suite() local
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2ringbuffer.cpp568 guint32 can_write; in gst_wasapi2_ring_buffer_write() local
735 guint32 can_write; in gst_wasapi2_ring_buffer_fill_loopback_silence() local
/third_party/boost/boost/iostreams/
Dcode_converter.hpp129 typedef is_convertible<device_category, output> can_write; typedef
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c482 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h426 inline bool can_write(const Twine &Path) { in can_write() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileSystem.h482 inline bool can_write(const Twine &Path) { in can_write() function
/third_party/glib/gio/tests/
Dlive-g-file.c390 gboolean can_read, can_write; in test_attributes() local