Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstimagesequencesrc.c487 gboolean can_read) in gst_image_sequence_src_count_frames()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs2621 fn can_read(perms: &std::fs::Permissions) -> bool { in generate() function
2627 fn can_read(_: &std::fs::Permissions) -> bool { in generate() function
/third_party/cJSON/
DcJSON.c297 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) macro