Searched defs:WireType (Results 1 – 14 of 14) sorted by relevance
/external/rust/crates/protobuf/src/ |
D | rt.rs | 261 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 …]
|
D | wire_format.rs | 15 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()
|
D | unknown.rs | 30 pub fn wire_type(&self) -> wire_format::WireType { in wire_type() 71 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
|
D | coded_input_stream.rs | 283 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()
|
D | coded_output_stream.rs | 219 wire_type: wire_format::WireType, in write_tag()
|
/external/pigweed/pw_protobuf/public/pw_protobuf/ |
D | wire_format.h | 20 enum class WireType { enum
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | WireFormat.cs | 49 public enum WireType : uint enum in Google.Protobuf.WireFormat
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_map_field_lite.cc | 72 std::string WireType(const FieldDescriptor* field) { in WireType() function
|
D | java_map_field.cc | 72 std::string WireType(const FieldDescriptor* field) { in WireType() function
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding.cc | 114 enum WireType { enum
|
/external/golang-protobuf/proto/ |
D | properties.go | 134 WireType int member
|
/external/protobuf/src/google/protobuf/ |
D | parse_context.h | 644 using WireType = internal::WireFormatLite::WireType; in FieldParser() local
|
D | wire_format_lite.h | 101 enum WireType { enum
|
/external/rust/crates/protobuf-codegen/src/field/ |
D | mod.rs | 65 fn field_type_wire_type(field_type: FieldDescriptorProto_Type) -> wire_format::WireType { in field_type_wire_type()
|