Searched refs:read_singular_string_into (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/protobuf/2.27.1/src/ |
D | plugin.rs | 173 crate::rt::read_singular_string_into(wire_type, is, &mut self.suffix)?; in merge_from() 480 crate::rt::read_singular_string_into(wire_type, is, &mut self.parameter)?; in merge_from() 751 crate::rt::read_singular_string_into(wire_type, is, &mut self.error)?; in merge_from() 1073 crate::rt::read_singular_string_into(wire_type, is, &mut self.name)?; in merge_from() 1076 crate::rt::read_singular_string_into(wire_type, is, &mut self.insertion_point)?; in merge_from() 1079 crate::rt::read_singular_string_into(wire_type, is, &mut self.content)?; in merge_from()
|
D | descriptor.rs | 615 crate::rt::read_singular_string_into(wire_type, is, &mut self.name)?; in merge_from() 618 crate::rt::read_singular_string_into(wire_type, is, &mut self.package)?; in merge_from() 648 crate::rt::read_singular_string_into(wire_type, is, &mut self.syntax)?; in merge_from() 1252 crate::rt::read_singular_string_into(wire_type, is, &mut self.name)?; in merge_from() 2492 crate::rt::read_singular_string_into(wire_type, is, &mut self.name)?; in merge_from() 2508 crate::rt::read_singular_string_into(wire_type, is, &mut self.type_name)?; in merge_from() 2511 crate::rt::read_singular_string_into(wire_type, is, &mut self.extendee)?; in merge_from() 2514 crate::rt::read_singular_string_into(wire_type, is, &mut self.default_value)?; in merge_from() 2524 crate::rt::read_singular_string_into(wire_type, is, &mut self.json_name)?; in merge_from() 3023 crate::rt::read_singular_string_into(wire_type, is, &mut self.name)?; in merge_from() [all …]
|
D | rt.rs | 616 pub fn read_singular_string_into( in read_singular_string_into() function
|
/external/crosvm/system_api/src/protos/ |
D | rpc.rs | 130 ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.email)?; in merge_from() 133 ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.account_id)?; in merge_from() 323 … ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.dbus_service_name)?; in merge_from() 326 … ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.dbus_object_path)?; in merge_from()
|
D | key.rs | 494 ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.name)?; in merge_from() 1204 ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.label)?; in merge_from()
|
/external/crosvm/metrics/out/ |
D | event_details.rs | 1450 … ::protobuf::rt::read_singular_string_into(wire_type, is, &mut self.dll_base_name)?; in merge_from()
|