Searched defs:is_packable (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.h398 bool is_packable() const; // shorthand for is_repeated() &&
1301 inline bool FieldDescriptor::is_packable() const { function in class:google::protobuf::FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h430 bool is_packable() const; // shorthand for is_repeated() &&
432 bool is_packed() const; // shorthand for is_packable() &&
1437 inline bool FieldDescriptor::is_packable() const { function in class:google::protobuf::FieldDescriptor

Completed in 75 milliseconds