HomeSort by relevance Sort by last modified time
    Searched defs:is_packable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 430 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
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 398 bool is_packable() const; // shorthand for is_repeated() &&
1301 inline bool FieldDescriptor::is_packable() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 74 milliseconds