Home
last modified time | relevance | path

Searched refs:Fixed64 (Results 1 – 25 of 84) sorted by relevance

1234

/external/rust/crates/protobuf/src/
Dunknown.rs25 Fixed64(u64), enumerator
42 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
75 UnknownValue::Fixed64(f.to_bits()) in double()
85 UnknownValue::Fixed64(i as u64) in sfixed64()
97 Fixed64(u64), enumerator
109 UnknownValueRef::Fixed64(_) => WireType::Fixed64, in wire_type()
118 UnknownValueRef::Fixed64(v) => ReflectValueRef::U64(*v), in to_reflect_value_ref()
144 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
167 Some(UnknownValueRef::Fixed64(*last)) in any()
203 return Some(UnknownValueRef::Fixed64(*fixed64)); in next()
Dwire_format.rs35 Fixed64 = 1, enumerator
51 1 => Some(WireType::Fixed64), in new()
73 Type::TYPE_FIXED64 => WireType::Fixed64, in for_type()
75 Type::TYPE_SFIXED64 => WireType::Fixed64, in for_type()
77 Type::TYPE_DOUBLE => WireType::Fixed64, in for_type()
/external/rust/crates/protobuf/2.27.1/src/
Dunknown.rs23 Fixed64(u64), enumerator
40 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
64 Fixed64(u64), enumerator
76 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
102 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
149 return Some(UnknownValueRef::Fixed64(*fixed64.unwrap())); in next()
/external/golang-protobuf/internal/testprotos/required/
Drequired.pb.go346 type Fixed64 struct { struct
354 func (x *Fixed64) Reset() { argument
355 *x = Fixed64{}
363 func (x *Fixed64) String() string { argument
367 func (*Fixed64) ProtoMessage() {} argument
369 func (x *Fixed64) ProtoReflect() protoreflect.Message { argument
382 func (*Fixed64) Descriptor() ([]byte, []int) { argument
386 func (x *Fixed64) GetV() uint64 { argument
871 (*Fixed64)(nil), // 7: goproto.proto.testrequired.Fixed64
983 switch v := v.(*Fixed64); i {
Drequired.proto39 message Fixed64 { message
/external/rust/crates/protobuf/src/reflect/
Dtypes.rs195 const WIRE_TYPE: WireType = WireType::Fixed64;
203 UnknownValueRef::Fixed64(v) => Some(f64::from_bits(v)), in get_from_unknown()
433 const WIRE_TYPE: WireType = WireType::Fixed64;
441 UnknownValueRef::Fixed64(v) => Some(v), in get_from_unknown()
499 const WIRE_TYPE: WireType = WireType::Fixed64;
507 UnknownValueRef::Fixed64(v) => Some(v as i64), in get_from_unknown()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dmessage.h79 class Fixed64 : public internal::ProtoIntegerBase<uint64_t> {
348 Fixed64 AsFixed64(uint32_t field_number) { return As<Fixed64>(field_number); } in AsFixed64()
472 Fixed64 Message::Field::As<Fixed64>();
/external/golang-protobuf/testing/protopack/
Dpack_test.go174 …wantOutCompact: `Message{Tag{8, Fixed64}, Uint64(1), Tag{8, Bytes}, LengthPrefix{Uint64(0), Uint64…
183 Tag{9, Fixed64}, Int64(-1),
194 Tag{10, Fixed64}, Float64(3.141592653589793),
274 …t(18446744073709551615), Tag{100, Fixed32}, Uint32(4294967295), Tag{100, Fixed64}, Uint64(18446744…
293 Tag{100, Fixed64}, Uint64(18446744073709551615),
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs63 Fixed64, enumerator
DFieldDescriptor.cs191 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType()
192 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
DSingleFieldAccessor.cs139 case FieldType.Fixed64: in GetDefaultValue()
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldType.cs63 Fixed64, enumerator
DFieldDescriptor.cs191 case FieldDescriptorProto.Types.Type.Fixed64: in GetFieldTypeFromProtoType()
192 return FieldType.Fixed64; in GetFieldTypeFromProtoType()
DSingleFieldAccessor.cs139 case FieldType.Fixed64: in GetDefaultValue()
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs58 Fixed64 = 1, enumerator
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs58 Fixed64 = 1, enumerator
/external/pigweed/pw_protobuf/
Dmessage.cc85 Fixed64 Message::Field::As<Fixed64>() { in As()
Dserialized_size_test.cc101 TEST_FIXED(Fixed64);
/external/cronet/third_party/protobuf/objectivec/
DGPBExtensionInternals.m88 FIELD_CASE(Fixed64, unsignedLongLongValue)
121 FIELD_CASE(Fixed64, unsignedLongLongValue)
187 FIELD_CASE(Fixed64, unsignedLongLongValue)
228 FIELD_CASE(Fixed64, unsignedLongLongValue)
/external/protobuf/objectivec/
DGPBExtensionInternals.m88 FIELD_CASE(Fixed64, unsignedLongLongValue)
121 FIELD_CASE(Fixed64, unsignedLongLongValue)
187 FIELD_CASE(Fixed64, unsignedLongLongValue)
228 FIELD_CASE(Fixed64, unsignedLongLongValue)
/external/rust/crates/protobuf-parse/src/pure/convert/
Dmod.rs54 Fixed64, enumerator
75 Type::TYPE_FIXED64 => TypeResolved::Fixed64, in from_field()
110 TypeResolved::Fixed64 => Type::TYPE_FIXED64, in type_enum()
476 model::FieldType::Fixed64 => TypeResolved::Fixed64, in field_type()
Doption_resolver.rs443 Ok(UnknownValue::Fixed64(v.try_into()?)) in fixed64()
555 TypeResolved::Fixed64 => return Self::fixed64(v), in option_value_to_unknown_value()
570 TypeResolved::Fixed64 => return Self::fixed64(v), in option_value_to_unknown_value()
588 TypeResolved::Fixed64 => return Ok(UnknownValue::Fixed64(f as u64)), in option_value_to_unknown_value()
/external/rust/crates/protobuf/src/rt/
Dunknown_or_group.rs27 UnknownValueRef::Fixed64(_) => 8, in unknown_fields_size()
/external/pigweed/pw_protobuf/size_report/
Dproto_bloat.cc252 _PW_USE_FUNCTIONS_FOR_STREAM_DECODER(Fixed64, uint64_t); in CodeToPullInProtoStreamDecoder()
299 _PW_USE_FUNCTIONS_FOR_DECODER(Fixed64, uint64_t); in CodeToPullInProtoDecoder()
/external/rust/crates/protobuf/src/coded_input_stream/
Dmod.rs528 WireType::Fixed64 => self.read_fixed64().map(|v| UnknownValue::Fixed64(v)), in read_unknown()
550 WireType::Fixed64 => self.read_fixed64().map(|_| ()), in skip_field()
954 os.write_tag(1, WireType::Fixed64).unwrap(); in test_skip_group()

1234