Searched refs:empty_bytes (Results 1 – 2 of 2) sorted by relevance
36 static GBytes *empty_bytes; variable43 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()
7996 let mut empty_bytes: Vec<u8> = Vec::new(); localVariable7999 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(); localVariable8106 if let Err(CapacityOverflow) = empty_bytes.try_reserve_exact(MAX_CAP) {8109 if let Err(CapacityOverflow) = empty_bytes.try_reserve_exact(MAX_CAP) {[all …]