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

  /external/chromium_org/net/cert/
asn1_util.h 32 // kOptional denotes an optional element.
33 static const unsigned kOptional = 0x20000;
45 // If |tag_value & kOptional| is true then *out_header_len can be zero after a
55 // If |tag_value & kOptional| is true then this function cannot distinguish
  /external/chromium_org/components/json_schema/
json_schema_constants.cc 28 const char kOptional[] = "optional";
  /external/chromium_org/components/search_engines/
template_url.cc 40 const char kOptional = '?';
549 if ((*url)[end - 1] == kOptional) {
    [all...]

Completed in 907 milliseconds