Searched refs:getWireType (Results 1 – 9 of 9) 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
493 return type.getWireType(); in getWireFormatForFieldType()
4447 if (wireType == metadata.keyType.getWireType()) { in decodeMapEntry()4455 if (wireType == metadata.valueType.getWireType()) { in decodeMapEntry()
72 static getWireType(indexEntry) { method in Field
38 const wireType = Field.getWireType(indexEntry);105 Field.getWireType(indexArray[0]) === WireType.DELIMITED) {111 const wireType = Field.getWireType(indexEntry);498 writer.writeTag(fieldNumber, Field.getWireType(indexEntry));501 Field.getStartIndex(indexEntry), Field.getWireType(indexEntry),
62 public static function getWireType($type) function in Google\\Protobuf\\Internal\\GPBWire398 return ($number << 3) | self::getWireType($type);
495 GPBWire::getWireType($field->getType())) {
204 jspb.BinaryReader.prototype.getWireType = function() { method in jspb.BinaryReader