Home
last modified time | relevance | path

Searched refs:is_top_level (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c9010 static bool is_top_level(upb_json_parser *p);
9835 if (is_top_level(p)) { in start_number()
9882 if (!is_top_level(p)) { in end_number()
9890 if (!is_top_level(p)) { in end_number()
10065 if (is_top_level(p)) { in end_bool()
10095 if (!is_top_level(p)) { in end_bool()
10103 if (!is_top_level(p)) { in end_bool()
10115 if (is_top_level(p)) { in end_null()
10137 if (!is_top_level(p)) { in end_null()
10150 if (is_top_level( in start_stringval()
11461 static bool is_top_level(upb_json_parser *p) { is_top_level() function
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2690 const bool is_top_level = AllowsLazyParsingWithoutUnresolvedVariables(); in ParseFunctionLiteral() local
2691 const bool is_eager_top_level_function = !is_lazy && is_top_level; in ParseFunctionLiteral()
2775 ? (is_top_level ? "preparse-no-resolution" : "preparse-resolution") in ParseFunctionLiteral()

Completed in 27 milliseconds