HomeSort by relevance Sort by last modified time
    Searched refs:LABEL_REQUIRED (Results 1 - 25 of 44) sorted by null

1 2

  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 742 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
747 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
753 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
782 field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
787 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
    [all...]
python_message.py     [all...]
  /external/protobuf/src/google/protobuf/util/
type_resolver_util.cc 156 case FieldDescriptor::LABEL_REQUIRED:
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 379 LABEL_REQUIRED = 2, // required
427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 379 LABEL_REQUIRED = 2, // required
427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 379 LABEL_REQUIRED = 2, // required
427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 379 LABEL_REQUIRED = 2, // required
427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 428 case FieldDescriptor::LABEL_REQUIRED:
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 424 LABEL_REQUIRED = 2
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_builder.cc 584 case FieldDescriptor::LABEL_REQUIRED:
java_message_lite.cc 706 case FieldDescriptor::LABEL_REQUIRED:
    [all...]
java_message.cc 878 case FieldDescriptor::LABEL_REQUIRED:
    [all...]
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 85 case FieldDescriptor::LABEL_REQUIRED: return "required";
  /external/protobuf/src/google/protobuf/
descriptor.h 495 LABEL_REQUIRED = 2, // required
544 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
descriptor_unittest.cc 551 FieldDescriptorProto::LABEL_REQUIRED,
572 FieldDescriptorProto::LABEL_REQUIRED,
575 FieldDescriptorProto::LABEL_REQUIRED,
578 FieldDescriptorProto::LABEL_REQUIRED,
836 EXPECT_EQ(FieldDescriptor::LABEL_REQUIRED, foo_->label());
    [all...]
descriptor.cc 140 "required", // LABEL_REQUIRED
    [all...]
descriptor.pb.h     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 495 LABEL_REQUIRED = 2, // required
544 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
    [all...]
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 837 if field.label == _FieldDescriptor.LABEL_REQUIRED]
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 484 LABEL_REQUIRED = 2
    [all...]
  /external/nanopb-c/generator/
nanopb_generator.py 186 if desc.label == FieldD.LABEL_REQUIRED:
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc     [all...]
  /external/golang-protobuf/protoc-gen-go/descriptor/
descriptor.pb.go 153 2: "LABEL_REQUIRED",
158 "LABEL_REQUIRED": 2,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc     [all...]

Completed in 2109 milliseconds

1 2