Searched refs:mWireType (Results 1 – 1 of 1) sorted by relevance
83 private int mWireType; field in ProtoInputStream199 return mWireType; in getWireType()565 mWireType = tag & WIRE_TYPE_MASK; in readTag()785 switch (mWireType) { in skip()815 "Unexpected wire type: " + mWireType + " at offset 0x" in skip()849 if (mWireType == WIRE_TYPE_LENGTH_DELIMITED) { in checkPacked()868 mWireType = WIRE_TYPE_FIXED32; in checkPacked()880 mWireType = WIRE_TYPE_FIXED64; in checkPacked()890 mWireType = WIRE_TYPE_VARINT; in checkPacked()924 if (wireType != mWireType) { in assertWireType()[all …]