Home
last modified time | relevance | path

Searched refs:is_top_level (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c53 static bool is_top_level(upb_json_parser *p);
882 if (is_top_level(p)) { in start_number()
929 if (!is_top_level(p)) { in end_number()
937 if (!is_top_level(p)) { in end_number()
1116 if (is_top_level(p)) { in end_bool()
1146 if (!is_top_level(p)) { in end_bool()
1154 if (!is_top_level(p)) { in end_bool()
1166 if (is_top_level(p)) { in end_null()
1188 if (!is_top_level(p)) { in end_null()
1201 if (is_top_level(p)) { in start_stringval()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dparser.rl51 static bool is_top_level(upb_json_parser *p);
880 if (is_top_level(p)) {
927 if (!is_top_level(p)) {
935 if (!is_top_level(p)) {
1114 if (is_top_level(p)) {
1144 if (!is_top_level(p)) {
1152 if (!is_top_level(p)) {
1164 if (is_top_level(p)) {
1186 if (!is_top_level(p)) {
1199 if (is_top_level(p)) {
[all …]
/external/autotest/client/bin/result_tools/
Dresult_info.py261 is_top_level = top_dir is None
302 if is_top_level:
/external/mesa3d/src/amd/compiler/
Daco_spill.cpp1316 unsigned offset, bool is_top_level) in load_scratch_resource() argument
1319 if (is_top_level) { in load_scratch_resource()