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

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_extension.cc 106 if (!descriptor->is_packable()) {
javanano_primitive_field.cc     [all...]
javanano_message.cc 459 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/compiler/csharp/
csharp_message.cc 456 // TODO(jonskeet): Check that is_packable is equivalent to
459 if (field->is_packable()) {
  /external/protobuf/src/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...]
extension_set.cc 60 inline bool is_packable(WireFormatLite::WireType type) { function in namespace:google::protobuf::internal::__anon32348
    [all...]
wire_format.cc 482 } 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/java/
java_message_lite.cc     [all...]
java_message.cc     [all...]
  /external/protobuf/python/google/protobuf/internal/
python_message.py 291 is_packable = (is_repeated and
293 if not is_packable:
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc     [all...]

Completed in 350 milliseconds