Searched defs:is_optional (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dtracked_callback.h135 bool is_optional() { function in class:ppapi::TrackedCallback
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc271 bool is_optional; member in struct:diagnostics::__anon3565::TestPathInfo
320 if (!dir_or_file_size && !path_info_.is_optional) {
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.cc594 bool is_optional = false; local
595 prop_schema->GetBoolean(schema::kOptional, &is_optional);
596 if (!is_optional) {
717 bool is_optional = false; local
718 item_schema->GetBoolean(schema::kOptional, &is_optional);
719 if (!is_optional) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.h396 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1293 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1429 inline bool FieldDescriptor::is_optional() const { function in class:google::protobuf::FieldDescriptor

Completed in 2325 milliseconds