/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | rt.rs | 260 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 …]
|
D | wire_format.rs | 15 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()
|
D | unknown.rs | 32 pub fn wire_type(&self) -> wire_format::WireType { in wire_type() 73 pub fn wire_type(&self) -> wire_format::WireType { in wire_type()
|
D | coded_input_stream.rs | 290 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 D | encoding.rs | 269 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 D | types.rs | 34 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 D | message.rs | 35 wire_type: WireType, in merge_field() 178 wire_type: WireType, in merge_field()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/ |
D | wire_format.rs | 31 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()
|
D | unknown.rs | 34 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/ |
D | map.rs | 7 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()
|
D | unknown_or_group.rs | 39 wire_type: WireType, in read_unknown_or_skip_group_with_tag_unpacked()
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/ |
D | type_dynamic.rs | 16 fn wire_type(&self) -> WireType; in wire_type() 29 fn wire_type(&self) -> WireType { in wire_type()
|
D | protobuf_type_box.rs | 75 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 D | proto.go | 12 type WireType string type 93 WireType WireType member
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | WireFormat.cs | 49 public enum WireType : uint enum in Google.Protobuf.WireFormat
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | WireFormat.cs | 49 public enum WireType : uint enum in Google.Protobuf.WireFormat
|
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/ |
H A D | wire_format.h | 43 enum class WireType { enum
|
/aosp_15_r20/system/nvram/messages/include/nvram/messages/ |
H A D | io.h | 219 enum class WireType : int8_t { enum
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | map_field_lite.cc | 88 std::string WireType(const FieldDescriptor* field) { in WireType() function
|
H A D | map_field.cc | 86 std::string WireType(const FieldDescriptor* field) { in WireType() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | map_field_lite.cc | 88 std::string WireType(const FieldDescriptor* field) { in WireType() function
|
H A D | map_field.cc | 86 std::string WireType(const FieldDescriptor* field) { in WireType() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | tensor_coding.cc | 113 enum WireType { enum
|
/aosp_15_r20/frameworks/base/core/java/android/util/proto/ |
H A D | ProtoStream.java | 56 public @interface WireType {} annotation in ProtoStream
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/ |
H A D | proto.h | 181 enum class WireType : uint64_t { enum
|