Home
last modified time | relevance | path

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

/external/rust/crates/protobuf/src/
Drt.rs260 wire_type: WireType, in read_repeated_int32_into()
276 wire_type: WireType, in read_repeated_int64_into()
292 wire_type: WireType, in read_repeated_uint32_into()
308 wire_type: WireType, in read_repeated_uint64_into()
324 wire_type: WireType, in read_repeated_sint32_into()
340 wire_type: WireType, in read_repeated_sint64_into()
356 wire_type: WireType, in read_repeated_fixed32_into()
372 wire_type: WireType, in read_repeated_fixed64_into()
388 wire_type: WireType, in read_repeated_sfixed32_into()
404 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 { impl
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.rs32 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
73 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
Dcoded_input_stream.rs290 pub fn read_tag_unpack(&mut self) -> ProtobufResult<(u32, wire_format::WireType)> { in read_tag_unpack()
579 wire_type: wire_format::WireType, in read_unknown()
Dcoded_output_stream.rs261 wire_type: wire_format::WireType, in write_tag()
/external/golang-protobuf/internal/cmd/generate-types/
Dproto.go12 type WireType string type
93 WireType WireType member
/external/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs49 public enum WireType : uint enum in Google.Protobuf.WireFormat
/external/pigweed/pw_protobuf/public/pw_protobuf/
Dwire_format.h43 enum class WireType { enum
/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.cc113 enum WireType { enum
/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.rs64 fn field_type_wire_type(field_type: FieldDescriptorProto_Type) -> wire_format::WireType { in field_type_wire_type()