Searched refs:IsTypePackable (Results 1 – 4 of 4) sorted by relevance
259 def IsTypePackable(field_type): function
290 wire_format.IsTypePackable(field_descriptor.type))354 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
724 static inline bool IsTypePackable(Type field_type);2072 return is_repeated() && IsTypePackable(type()); in is_packable()2159 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable() function
1126 FieldDescriptor::IsTypePackable( in IsPackable()