Searched refs:IsTypePackable (Results 1 – 6 of 6) sorted by relevance
259 def IsTypePackable(field_type): function
292 wire_format.IsTypePackable(field_descriptor.type))349 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
220 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
643 static inline bool IsTypePackable(Type field_type);1807 return is_repeated() && IsTypePackable(type()); in is_packable()1878 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable() function
1077 google::protobuf::FieldDescriptor::IsTypePackable( in IsPackable()