Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): function
Dpython_message.py290 wire_format.IsTypePackable(field_descriptor.type))
354 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
/external/protobuf/src/google/protobuf/
Ddescriptor.h724 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
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc1126 FieldDescriptor::IsTypePackable( in IsPackable()