Searched refs:data_bool (Results 1 – 3 of 3) sorted by relevance
55 fn data_bool(&self) -> &[bool]; in data_bool() method112 Some(VecMutVariant::Bool(v)) => v.extend(values.repeated.data_bool()), in reflect_extend()134 fn data_bool(&self) -> &[bool] { in data_bool() method248 pub(crate) fn data_bool(&self) -> &[bool] { in data_bool() method250 ReflectRepeatedRefImpl::Generated(r) => r.data_bool(), in data_bool()251 ReflectRepeatedRefImpl::DynamicEmpty(r) => r.data_bool(), in data_bool()
177 DynamicRepeated::Bool(vs) => vs.extend(values.repeated.data_bool()), in reflect_extend()226 fn data_bool(&self) -> &[bool] { in data_bool() method
619 Type::TYPE_BOOL => vec_packed_bool_size(field_number, v.data_bool()), in compute_repeated_packed_size()645 Type::TYPE_BOOL => os.write_repeated_packed_bool(field_number, v.data_bool()), in repeated_write_to()