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

  /external/protobuf/src/google/protobuf/
reflection_ops.cc 147 if (descriptor->field(i)->is_required()) {
233 if (descriptor->field(i)->is_required()) {
descriptor.h 544 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
1794 inline bool FieldDescriptor::is_required() const { function in class:google::protobuf::FieldDescriptor
    [all...]
descriptor_unittest.cc 841 EXPECT_TRUE (foo_->is_required());
845 EXPECT_FALSE(bar_->is_required());
849 EXPECT_FALSE(baz_->is_required());
    [all...]
descriptor.cc     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
metric_spec.py 61 fn_name, fn_args, candidate_args, canonical_arg, is_required=False):
70 is_required: Whether function is required to have an arg in
77 ValueError: if 2 candidates are found, or 0 are found and `is_required` is
92 elif is_required:
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc 119 if (field->is_required()) {
415 if (field->is_required()) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc 179 if (descriptor_->is_required() && !params_.generate_has()) {
199 if (descriptor_->is_required() && !params_.generate_has()) {
javanano_primitive_field.cc 368 if (descriptor_->is_required() && !params_.generate_has()) {
395 if (descriptor_->is_required() && !params_.generate_has()) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 136 if (field->is_required()) {
409 if (descriptor->field(i)->is_required()) {
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
1425 inline bool FieldDescriptor::is_required() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
1425 inline bool FieldDescriptor::is_required() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
1425 inline bool FieldDescriptor::is_required() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 427 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
1425 inline bool FieldDescriptor::is_required() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_field.cc 84 if (descriptor->is_required()) field_flags.push_back("GPBFieldRequired");
  /external/protobuf/src/google/protobuf/compiler/java/
java_message_builder.cc 568 if (field->is_required()) {
java_helpers.cc 726 if (field->is_required()) {
java_message_lite.cc 687 if (field->is_required()) {
    [all...]
java_message.cc 861 if (field->is_required()) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 544 bool is_required() const; // shorthand for label() == LABEL_REQUIRED
1794 inline bool FieldDescriptor::is_required() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /external/expat/tests/
runtests.c 1996 int is_required; member in struct:AttTest
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 927 } else if (field->is_required() && !is_primitive && !force_optional) {
    [all...]

Completed in 438 milliseconds