Searched defs:Optional (Results 1 - 2 of 2) sorted by relevance

/external/chromium/third_party/libevent/
H A Devent_rpcgen.py195 # Optional entries do not have to be set
196 if entry.Optional():
202 if entry.Optional():
332 def Optional(self): member in class:Entry
403 if self.Optional():
692 if self.Optional():
959 if self.Optional():
/external/chromium/base/third_party/symbolize/
H A Ddemangle.cc233 static bool Optional(bool status) { function
512 Optional(ParseCVQualifiers(state)) &&
583 Optional(ParseDiscriminator(state))) {
950 if (ParseChar(state, 'F') && Optional(ParseChar(state, 'Y')) &&
986 if (ParseChar(state, 'A') && Optional(ParseExpression(state)) &&
1163 ParseName(state) && Optional(ParseDiscriminator(state))) {
1169 ParseTwoChar(state, "Es") && Optional(ParseDiscriminator(state))) {

Completed in 63 milliseconds