Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py259 def IsTypePackable(field_type): function
Dpython_message.py292 wire_format.IsTypePackable(field_descriptor.type))
349 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.h643 static inline bool IsTypePackable(Type field_type);
1807 return is_repeated() && IsTypePackable(type()); in is_packable()
1878 inline bool FieldDescriptor::IsTypePackable(Type field_type) { in IsTypePackable() function
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc1077 google::protobuf::FieldDescriptor::IsTypePackable( in IsPackable()