Searched defs:IsTypePackable (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py259 def IsTypePackable(field_type): function
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h399 // IsTypePackable(type())
480 static inline bool IsTypePackable(Type field_type);
1302 return is_repeated() && IsTypePackable(type());
1353 inline bool FieldDescriptor::IsTypePackable(Type field_type) { function in class:google::protobuf::FieldDescriptor

Completed in 157 milliseconds