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

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 106 if (!descriptor->is_packable()) {
javanano_primitive_field.cc 897 if (descriptor_->is_packable() && descriptor_->options().packed()) {
    [all...]
javanano_message.cc 421 if (field->is_packable()) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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 449 bool is_packable() const; // shorthand for is_repeated() &&
451 bool is_packed() const; // shorthand for is_packable() &&
1589 inline bool FieldDescriptor::is_packable() const { function in class:google::protobuf::FieldDescriptor
    [all...]
extension_set.cc 60 inline bool is_packable(WireFormatLite::WireType type) { function in namespace:google::protobuf::internal::__anon21854
    [all...]
wire_format.cc 461 } else if (field->is_packable() &&
    [all...]
descriptor.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 547 bool is_packable() const; // shorthand for is_repeated() &&
549 bool is_packed() const; // shorthand for is_packable() &&
1806 inline bool FieldDescriptor::is_packable() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_message.cc     [all...]

Completed in 4739 milliseconds