Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c42 static bool jsondec_streql(upb_strview str, const char *lit) { in jsondec_streql() function
752 if (jsondec_streql(str, "NaN")) { in jsondec_double()
754 } else if (jsondec_streql(str, "Infinity")) { in jsondec_double()
756 } else if (jsondec_streql(str, "-Infinity")) { in jsondec_double()
824 if (jsondec_streql(str, "true")) { in jsondec_bool()
826 } else if (jsondec_streql(str, "false")) { in jsondec_bool()
1279 if (!jsondec_streql(str, "value")) { in jsondec_anyfield()
1332 if (jsondec_streql(name, "@type")) { in jsondec_any()