Searched refs:WireTypeFixed64 (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/protobuf/src/ |
D | wire_format.rs | 19 WireTypeFixed64 = 1, enumerator 37 1 => Some(WireTypeFixed64), in new()
|
D | rt.rs | 183 wire_format::Tag::make(field_number, WireType::WireTypeFixed64) in tag_size() 190 WireType::WireTypeFixed64 => 8, in value_size_no_tag() 379 WireType::WireTypeFixed64 => { in read_repeated_fixed64_into() 411 WireType::WireTypeFixed64 => { in read_repeated_sfixed64_into() 427 WireType::WireTypeFixed64 => { in read_repeated_double_into()
|
D | types.rs | 158 WireType::WireTypeFixed64 in wire_type() 391 WireType::WireTypeFixed64 in wire_type() 447 WireType::WireTypeFixed64 in wire_type()
|
D | coded_output_stream.rs | 287 self.write_tag(field_number, wire_format::WireTypeFixed64)?; in write_double() 414 self.write_tag(field_number, wire_format::WireTypeFixed64)?; in write_fixed64() 428 self.write_tag(field_number, wire_format::WireTypeFixed64)?; in write_sfixed64()
|
D | unknown.rs | 74 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
|
D | coded_input_stream.rs | 578 wire_format::WireTypeFixed64 => self.read_fixed64().map(|v| UnknownValue::Fixed64(v)), in read_unknown()
|
D | descriptor.rs | 8008 if wire_type != crate::wire_format::WireTypeFixed64 { in merge_from()
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 77 FieldDescriptorProto_Type::TYPE_FIXED64 => WireTypeFixed64, in field_type_wire_type() 79 FieldDescriptorProto_Type::TYPE_SFIXED64 => WireTypeFixed64, in field_type_wire_type() 81 FieldDescriptorProto_Type::TYPE_DOUBLE => WireTypeFixed64, in field_type_wire_type() 125 t if field_type_wire_type(t) == wire_format::WireTypeFixed64 => Some(8), in field_type_size()
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | struct_pb.rs | 462 if wire_type != crate::wire_format::WireTypeFixed64 { in merge_from()
|
D | wrappers.rs | 71 if wire_type != crate::wire_format::WireTypeFixed64 { in merge_from()
|