Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/rust/android-crates-io/extra_versions/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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/src/
H A Dencoding.rs269 pub enum WireType { enum
281 impl TryFrom<u64> for WireType { implementation
304 pub fn encode_key<B>(tag: u32, wire_type: WireType, buf: &mut B) in encode_key()
316 pub fn decode_key<B>(buf: &mut B) -> Result<(u32, WireType), DecodeError> in decode_key() argument
344 pub fn check_wire_type(expected: WireType, actual: WireType) -> Result<(), DecodeError> { in check_wire_type()
384 wire_type: WireType, in skip_field()
806 wire_type: WireType, in merge()
960 wire_type: WireType, in merge()
993 wire_type: WireType, in merge_one_copy()
1069 wire_type: WireType, in merge()
[all …]
H A Dtypes.rs34 wire_type: WireType, in merge_field()
72 wire_type: WireType, in merge_field()
110 wire_type: WireType, in merge_field()
148 wire_type: WireType, in merge_field()
186 wire_type: WireType, in merge_field()
224 wire_type: WireType, in merge_field()
262 wire_type: WireType, in merge_field()
300 wire_type: WireType, in merge_field()
338 wire_type: WireType, in merge_field()
376 wire_type: WireType, in merge_field()
[all …]
H A Dmessage.rs35 wire_type: WireType, in merge_field()
178 wire_type: WireType, in merge_field()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/rust/android-crates-io/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()
/aosp_15_r20/external/golang-protobuf/internal/cmd/generate-types/
H A Dproto.go12 type WireType string type
93 WireType WireType member
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWireFormat.cs49 public enum WireType : uint enum in Google.Protobuf.WireFormat
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DWireFormat.cs49 public enum WireType : uint enum in Google.Protobuf.WireFormat
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Dwire_format.h43 enum class WireType { enum
/aosp_15_r20/system/nvram/messages/include/nvram/messages/
H A Dio.h219 enum class WireType : int8_t { enum
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/
H A Dmap_field_lite.cc88 std::string WireType(const FieldDescriptor* field) { in WireType() function
H A Dmap_field.cc86 std::string WireType(const FieldDescriptor* field) { in WireType() function
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
H A Dmap_field_lite.cc88 std::string WireType(const FieldDescriptor* field) { in WireType() function
H A Dmap_field.cc86 std::string WireType(const FieldDescriptor* field) { in WireType() function
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dtensor_coding.cc113 enum WireType { enum
/aosp_15_r20/frameworks/base/core/java/android/util/proto/
H A DProtoStream.java56 public @interface WireType {} annotation in ProtoStream
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A Dproto.h181 enum class WireType : uint64_t { enum

123