Searched refs:IsTypePackable (Results 1 – 5 of 5) sorted by relevance
259 def IsTypePackable(field_type): function
297 wire_format.IsTypePackable(field_descriptor.type))372 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
812 static inline bool IsTypePackable(Type field_type);2182 return is_repeated() && IsTypePackable(type()); in is_packable()2291 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable() function
1121 FieldDescriptor::IsTypePackable( in IsPackable()
797 if (FieldDescriptor::IsTypePackable(type)) { in TestValidDataForType()