Searched refs:read_repeated_packed_bool_into (Results 1 – 2 of 2) sorted by relevance
541 pub fn read_repeated_packed_bool_into(&mut self, target: &mut Vec<bool>) -> ProtobufResult<()> { in read_repeated_packed_bool_into() method
458 WireType::WireTypeLengthDelimited => is.read_repeated_packed_bool_into(target), in read_repeated_bool_into()