Searched refs:UnpackTag (Results 1 – 3 of 3) sorted by relevance
63 field_number, wire_type = wire_format.UnpackTag(68 self.assertRaises(TypeError, wire_format.UnpackTag, None)69 self.assertRaises(TypeError, wire_format.UnpackTag, 'abc')70 self.assertRaises(TypeError, wire_format.UnpackTag, 0.0)71 self.assertRaises(TypeError, wire_format.UnpackTag, object())
93 def UnpackTag(tag): function
95 return wire_format.UnpackTag(self.ReadVarint())