Searched refs:IsTypePackable (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py259 def IsTypePackable(field_type): function
H A Dpython_message.py220 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
/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
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h431 // IsTypePackable(type())
514 static inline bool IsTypePackable(Type field_type);
1438 return is_repeated() && IsTypePackable(type());
1497 inline bool FieldDescriptor::IsTypePackable(Type field_type) { function in class:google::protobuf::FieldDescriptor
/external/protobuf/python/google/protobuf/
H A Dreflection.py287 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):

Completed in 2058 milliseconds