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

  /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...]
  /system/core/fastboot/
fastboot.cpp 92 bool is_optional; member in struct:__anon69828
759 if (images[i].is_optional) {
819 if (images[i].is_optional)
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 447 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1581 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
    [all...]

Completed in 502 milliseconds