HomeSort by relevance Sort by last modified time
    Searched full:is_optional (Results 26 - 41 of 41) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Dwarf.def 205 HANDLE_DW_AT(0x21, is_optional, 2, DWARF)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Dwarf.def 205 HANDLE_DW_AT(0x21, is_optional, 2, DWARF)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Dwarf.def 209 HANDLE_DW_AT(0x21, is_optional, 2, DWARF)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Dwarf.def 209 HANDLE_DW_AT(0x21, is_optional, 2, DWARF)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Dwarf.def 209 HANDLE_DW_AT(0x21, is_optional, 2, DWARF)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
Dwarf.def 209 HANDLE_DW_AT(0x21, is_optional, 2, DWARF)
    [all...]
  /external/v8/src/parsing/
parser.cc 192 bool is_optional = false; local
194 constructor_args_name, TEMPORARY, is_optional, is_rest, &is_duplicate,
694 bool is_optional = false; local
695 auto var = scope->DeclareParameter(name, VAR, is_optional, is_rest,
    [all...]
parser-base.h 71 void UpdateArityAndFunctionLength(bool is_optional, bool is_rest) {
72 if (!is_optional && !is_rest && function_length == arity) {
    [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...]
generated_message_reflection.cc     [all...]
text_format.cc     [all...]
descriptor_unittest.cc 842 EXPECT_FALSE(foo_->is_optional());
846 EXPECT_TRUE (bar_->is_optional());
850 EXPECT_FALSE(baz_->is_optional());
    [all...]
test_util.cc     [all...]
descriptor.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...]
  /prebuilts/misc/windows/protobuf2.5/lib/
libprotoc.a     [all...]

Completed in 991 milliseconds

12