Searched refs:getWireType (Results 1 – 7 of 7) sorted by relevance
181 if (tag == WireFormat.makeTag(KEY_FIELD_NUMBER, metadata.keyType.getWireType())) { in parseEntry()183 } else if (tag == WireFormat.makeTag(VALUE_FIELD_NUMBER, metadata.valueType.getWireType())) { in parseEntry()211 if (tag == WireFormat.makeTag(KEY_FIELD_NUMBER, metadata.keyType.getWireType())) { in parseInto()213 } else if (tag == WireFormat.makeTag(VALUE_FIELD_NUMBER, metadata.valueType.getWireType())) { in parseInto()
163 public int getWireType() { in getWireType() method in WireFormat.FieldType
483 return type.getWireType(); in getWireFormatForFieldType()
4439 if (wireType == metadata.keyType.getWireType()) { in decodeMapEntry()4447 if (wireType == metadata.valueType.getWireType()) { in decodeMapEntry()
62 public static function getWireType($type) function in Google\\Protobuf\\Internal\\GPBWire398 return ($number << 3) | self::getWireType($type);
449 GPBWire::getWireType($field->getType())) {
203 jspb.BinaryReader.prototype.getWireType = function() { method in jspb.BinaryReader