| /external/rust/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()
 | 
| /external/rust/crates/protobuf/2.27.1/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 {  enum30 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 | 32     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/ | 
| D | wire_format.rs | 31 pub enum WireType {  enum46 impl WireType {  implementation
 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()
 
 | 
| /external/rust/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()
 
 | 
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ | 
| D | wire_type.js | 7 const WireType = {  variable
 | 
| D | indexer.js | 9 const WireType = goog.require('protobuf.binary.WireType');  constant
 | 
| D | tag_test.js | 7 const WireType = goog.require('protobuf.binary.WireType');  constant
 | 
| D | tag.js | 4 const WireType = goog.require('protobuf.binary.WireType');  constant
 | 
| D | field.js | 7 const WireType = goog.requireType('protobuf.binary.WireType');  constant
 | 
| D | indexer_test.js | 15 const WireType = goog.require('protobuf.binary.WireType');  constant
 | 
| /external/golang-protobuf/internal/cmd/generate-types/ | 
| D | proto.go | 12 type WireType string  type93 	WireType WireType  member
 
 | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ | 
| D | WireFormat.cs | 49         public enum WireType : uint  enum in Google.Protobuf.WireFormat
 | 
| /external/protobuf/csharp/src/Google.Protobuf/ | 
| D | WireFormat.cs | 49         public enum WireType : uint  enum in Google.Protobuf.WireFormat
 | 
| /external/pigweed/pw_protobuf/public/pw_protobuf/ | 
| D | wire_format.h | 43 enum class WireType {  enum
 | 
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ | 
| D | java_map_field_lite.cc | 85 std::string WireType(const FieldDescriptor* field) {  in WireType()  function
 | 
| D | java_map_field.cc | 83 std::string WireType(const FieldDescriptor* field) {  in WireType()  function
 | 
| /external/protobuf/src/google/protobuf/compiler/java/ | 
| D | map_field_lite.cc | 88 std::string WireType(const FieldDescriptor* field) {  in WireType()  function
 | 
| D | map_field.cc | 86 std::string WireType(const FieldDescriptor* field) {  in WireType()  function
 | 
| /external/tensorflow/tensorflow/core/distributed_runtime/ | 
| D | tensor_coding.cc | 113 enum WireType {  enum
 | 
| /external/cronet/third_party/abseil-cpp/absl/log/internal/ | 
| D | proto.h | 181 enum class WireType : uint64_t {  enum
 |