Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): function
Dpython_message.py297 wire_format.IsTypePackable(field_descriptor.type))
372 if is_repeated and wire_format.IsTypePackable(field_descriptor.type):
/third_party/protobuf/src/google/protobuf/
Ddescriptor.h812 static inline bool IsTypePackable(Type field_type);
2182 return is_repeated() && IsTypePackable(type()); in is_packable()
2291 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable() function
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc1121 FieldDescriptor::IsTypePackable( in IsPackable()
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc797 if (FieldDescriptor::IsTypePackable(type)) { in TestValidDataForType()