Home
last modified time | relevance | path

Searched refs:IsTypePackable (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): function
Dpython_message.py232 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
/external/nanopb-c/generator/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): function
Dpython_message.py220 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
/external/protobuf/src/google/protobuf/
Ddescriptor.h546 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