Home
last modified time | relevance | path

Searched defs:can_read (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/iostreams/test/
Dsymmetric_filter_test.cpp74 bool can_read(const char*& src_begin, const char* src_end) in can_read() function
/third_party/boost/boost/iostreams/detail/streambuf/
Dindirect_streambuf.hpp107 bool can_read() const { return is_convertible<Mode, input>::value; } in can_read() function in boost::iostreams::detail::indirect_streambuf
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.c487 gboolean can_read) in gst_image_sequence_src_count_frames()
/third_party/boost/boost/iostreams/
Dcode_converter.hpp128 typedef is_convertible<device_category, input> can_read; typedef
/third_party/glib/gio/tests/
Dlive-g-file.c390 gboolean can_read, can_write; in test_attributes() local
/third_party/cJSON/
DcJSON.c297 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) macro