Home
last modified time | relevance | path

Searched defs:WireType (Results 1 – 14 of 14) sorted by relevance

/external/rust/crates/protobuf/src/
Drt.rs261 wire_type: WireType, in read_repeated_int32_into()
277 wire_type: WireType, in read_repeated_int64_into()
293 wire_type: WireType, in read_repeated_uint32_into()
309 wire_type: WireType, in read_repeated_uint64_into()
325 wire_type: WireType, in read_repeated_sint32_into()
341 wire_type: WireType, in read_repeated_sint64_into()
357 wire_type: WireType, in read_repeated_fixed32_into()
373 wire_type: WireType, in read_repeated_fixed64_into()
389 wire_type: WireType, in read_repeated_sfixed32_into()
405 wire_type: WireType, in read_repeated_sfixed64_into()
[all …]
Dwire_format.rs15 pub enum WireType { enum
30 impl Copy for WireType {} implementation
32 impl WireType { implementation
34 pub fn new(n: u32) -> Option<WireType> { in new()
93 pub fn unpack(self) -> (u32, WireType) { in unpack() argument
97 fn wire_type(self) -> WireType { in wire_type()
Dunknown.rs30 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
71 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
Dcoded_input_stream.rs283 pub fn read_tag_unpack(&mut self) -> ProtobufResult<(u32, wire_format::WireType)> { in read_tag_unpack()
572 wire_type: wire_format::WireType, in read_unknown()
Dcoded_output_stream.rs219 wire_type: wire_format::WireType, in write_tag()
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dwire_format.h20 enum class WireType { enum
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs49 public enum WireType : uint enum in Google.Protobuf.WireFormat
/external/protobuf/src/google/protobuf/compiler/java/
Djava_map_field_lite.cc72 std::string WireType(const FieldDescriptor* field) { in WireType() function
Djava_map_field.cc72 std::string WireType(const FieldDescriptor* field) { in WireType() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc114 enum WireType { enum
/external/golang-protobuf/proto/
Dproperties.go134 WireType int member
/external/protobuf/src/google/protobuf/
Dparse_context.h644 using WireType = internal::WireFormatLite::WireType; in FieldParser() local
Dwire_format_lite.h101 enum WireType { enum
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs65 fn field_type_wire_type(field_type: FieldDescriptorProto_Type) -> wire_format::WireType { in field_type_wire_type()