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

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_field.cc 119 } else if (params.optional_field_accessors() && field->is_optional()
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1429 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1429 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1429 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1429 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_field.cc 85 if (descriptor->is_optional()) field_flags.push_back("GPBFieldOptional");
  /external/v8/src/ast/
scopes.h 652 bool is_optional, bool is_rest, bool* is_duplicate,
    [all...]
scopes.cc 866 const AstRawString* name, VariableMode mode, bool is_optional, bool is_rest,
871 DCHECK(!is_optional || !is_rest);
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 545 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1798 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]
descriptor_unittest.cc 842 EXPECT_FALSE(foo_->is_optional());
846 EXPECT_TRUE (bar_->is_optional());
850 EXPECT_FALSE(baz_->is_optional());
    [all...]
text_format.cc     [all...]
generated_message_reflection.cc     [all...]
descriptor.cc     [all...]
test_util.cc     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h 545 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1798 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]
  /system/core/fastboot/
fastboot.cpp 108 bool is_optional; member in struct:__anon106738
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 924 if (field->is_optional() && is_primitive &&
    [all...]
  /external/v8/src/parsing/
parser.h 1073 bool is_optional = parameter.initializer != nullptr; local
    [all...]
parser.cc 242 bool is_optional = false; local
244 constructor_args_name, TEMPORARY, is_optional, is_rest, &is_duplicate,
761 bool is_optional = false; local
762 auto var = scope->DeclareParameter(name, VAR, is_optional, is_rest,
    [all...]
parser-base.h 70 void UpdateArityAndFunctionLength(bool is_optional, bool is_rest) {
71 if (!is_optional && !is_rest && function_length == arity) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
gensuitemodule.py 728 opt_arg = (has_arg and is_optional(accepts))
1150 def is_optional(data): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 728 opt_arg = (has_arg and is_optional(accepts))
1150 def is_optional(data): function
    [all...]
  /external/elfutils/libdw/
known-dwarf.h 102 DWARF_ONE_KNOWN_DW_AT (is_optional, DW_AT_is_optional) \
    [all...]

Completed in 970 milliseconds