Searched refs:IsTypePackable (Results 1 – 5 of 5) sorted by relevance
259 def IsTypePackable(field_type): function
232 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
220 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
546 static inline bool IsTypePackable(Type field_type);1590 return is_repeated() && IsTypePackable(type()); in is_packable()1661 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable() function