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

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 423 LABEL_OPTIONAL = 1
  /external/protobuf/python/google/protobuf/
descriptor.py 368 LABEL_OPTIONAL = 1
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.h 374 LABEL_OPTIONAL = 1, // optional
424 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 348 LABEL_OPTIONAL = 1, // optional
396 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h     [all...]

Completed in 1017 milliseconds