Home
last modified time | relevance | path

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

12

/external/rust/crates/protobuf/src/rt/
Dmap.rs7 mut key: impl FnMut(WireType, &mut CodedInputStream) -> crate::Result<()>, in read_map_template_new()
8 mut value: impl FnMut(WireType, &mut CodedInputStream) -> crate::Result<()>, in read_map_template_new()
25 wire_type: WireType, in read_map_template()
27 key: impl FnMut(WireType, &mut CodedInputStream) -> crate::Result<()>, in read_map_template()
28 value: impl FnMut(WireType, &mut CodedInputStream) -> crate::Result<()>, in read_map_template()
Dunknown_or_group.rs39 wire_type: WireType, in read_unknown_or_skip_group_with_tag_unpacked()
/external/rust/crates/protobuf/2.27.1/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 { 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.rs32 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
73 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
/external/rust/crates/protobuf/src/
Dwire_format.rs31 pub enum WireType { enum
46 impl WireType { impl
48 pub fn new(n: u32) -> Option<WireType> { in new()
61 pub fn for_type(field_type: field_descriptor_proto::Type) -> WireType { in for_type()
129 pub(crate) fn unpack(self) -> (u32, WireType) { in unpack() argument
134 fn wire_type(self) -> WireType { in wire_type()
Dunknown.rs34 pub fn wire_type(&self) -> WireType { in wire_type()
106 pub fn wire_type(&self) -> WireType { in wire_type()
/external/rust/crates/protobuf/src/reflect/
Dtype_dynamic.rs16 fn wire_type(&self) -> WireType; in wire_type()
29 fn wire_type(&self) -> WireType { in wire_type()
Dprotobuf_type_box.rs75 wire_type: WireType, in read()
114 wire_type: WireType, in read_repeated_into()
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dwire_type.js7 const WireType = { variable
Dindexer.js9 const WireType = goog.require('protobuf.binary.WireType'); constant
Dtag_test.js7 const WireType = goog.require('protobuf.binary.WireType'); constant
Dtag.js4 const WireType = goog.require('protobuf.binary.WireType'); constant
Dfield.js7 const WireType = goog.requireType('protobuf.binary.WireType'); constant
Dindexer_test.js15 const WireType = goog.require('protobuf.binary.WireType'); constant
/external/golang-protobuf/internal/cmd/generate-types/
Dproto.go12 type WireType string type
93 WireType WireType member
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
DWireFormat.cs49 public enum WireType : uint enum in Google.Protobuf.WireFormat
/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/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_map_field_lite.cc85 std::string WireType(const FieldDescriptor* field) { in WireType() function
Djava_map_field.cc83 std::string WireType(const FieldDescriptor* field) { in WireType() function
/external/protobuf/src/google/protobuf/compiler/java/
Dmap_field_lite.cc88 std::string WireType(const FieldDescriptor* field) { in WireType() function
Dmap_field.cc86 std::string WireType(const FieldDescriptor* field) { in WireType() function
/external/tensorflow/tensorflow/core/distributed_runtime/
Dtensor_coding.cc113 enum WireType { enum
/external/cronet/third_party/abseil-cpp/absl/log/internal/
Dproto.h181 enum class WireType : uint64_t { enum

12