Home
last modified time | relevance | path

Searched refs:empty_bytes (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Damf.c36 static GBytes *empty_bytes; variable
43 empty_bytes = g_bytes_new_static ("", 0); in init_static()
165 node->value.v_bytes = g_bytes_ref (empty_bytes); in node_new()
687 return g_bytes_ref (empty_bytes); in read_string()
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs7996 let mut empty_bytes: Vec<u8> = Vec::new(); localVariable
7999 if let Err(CapacityOverflow) = empty_bytes.try_reserve(MAX_CAP) {
8003 if let Err(CapacityOverflow) = empty_bytes.try_reserve(MAX_CAP) {
8009 if let Err(CapacityOverflow) = empty_bytes.try_reserve(MAX_CAP + 1) {
8015 if let Err(CapacityOverflow) = empty_bytes.try_reserve(MAX_USIZE) {
8021 if let Err(AllocError { .. }) = empty_bytes.try_reserve(MAX_CAP + 1) {
8027 if let Err(AllocError { .. }) = empty_bytes.try_reserve(MAX_USIZE) {
8104 let mut empty_bytes: Vec<u8> = Vec::new(); localVariable
8106 if let Err(CapacityOverflow) = empty_bytes.try_reserve_exact(MAX_CAP) {
8109 if let Err(CapacityOverflow) = empty_bytes.try_reserve_exact(MAX_CAP) {
[all …]