Home
last modified time | relevance | path

Searched defs:parse_flags (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc123 MessageLite::ParseFlags parse_flags) { in CheckFieldPresence()
140 MessageLite::ParseFlags parse_flags) { in MergeFromImpl()
154 MessageLite::ParseFlags parse_flags) { in MergeFromImpl()
168 MessageLite::ParseFlags parse_flags) { in MergeFromImpl()
225 MessageLite::ParseFlags parse_flags) { in MergeFromImpl()
Dmessage_lite.h551 MessageLite::ParseFlags parse_flags) { in MergeFromImpl()
/third_party/toybox/toys/pending/
Ddd.c125 static void parse_flags(char *what, char *arg, in parse_flags() function
/third_party/re2/re2/
Dparse.cc1600 Rune lo, Rune hi, Regexp::ParseFlags parse_flags) { in AddRangeFlags()
1656 Regexp::ParseFlags parse_flags) { in AddUGroup()
1706 const UGroup* MaybeParsePerlCCEscape(StringPiece* s, Regexp::ParseFlags parse_flags) { in MaybeParsePerlCCEscape()
1729 ParseStatus ParseUnicodeGroup(StringPiece* s, Regexp::ParseFlags parse_flags, in ParseUnicodeGroup()
1820 static ParseStatus ParseCCName(StringPiece* s, Regexp::ParseFlags parse_flags, in ParseCCName()
Dsimplify.cc564 Regexp::ParseFlags parse_flags) { in Concat2()
Dregexp.h324 ParseFlags parse_flags() { return static_cast<ParseFlags>(parse_flags_); } in parse_flags() function
Dregexp.cc29 Regexp::Regexp(RegexpOp op, ParseFlags parse_flags) in Regexp()
/third_party/re2/re2/testing/
Dtester.cc145 Regexp::ParseFlags parse_flags; member
/third_party/quickjs/
Dquickjs.c24330 static __exception int js_parse_postfix_expr(JSParseState *s, int parse_flags) in js_parse_postfix_expr()
25027 static __exception int js_parse_unary(JSParseState *s, int parse_flags) in js_parse_unary()
25176 int parse_flags) in js_parse_expr_binary()
25323 int parse_flags) in js_parse_logical_and_or()
25364 static __exception int js_parse_coalesce_expr(JSParseState *s, int parse_flags) in js_parse_coalesce_expr()
25392 static __exception int js_parse_cond_expr(JSParseState *s, int parse_flags) in js_parse_cond_expr()
25423 static __exception int js_parse_assign_expr2(JSParseState *s, int parse_flags) in js_parse_assign_expr2()
25675 static __exception int js_parse_expr2(JSParseState *s, int parse_flags) in js_parse_expr2()
25904 static __exception int js_parse_var(JSParseState *s, int parse_flags, int tok, in js_parse_var()