Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/support/
Ddebug_mode_helper.h43 static constexpr const char* any_msg = "*"; member
45 …constexpr DebugInfoMatcher() : is_empty(true), msg(any_msg, __builtin_strlen(any_msg)), file(any_f… in DebugInfoMatcher()
96 if (msg == any_msg) in CheckMessageMatches()
111 static constexpr DebugInfoMatcher AnyMatcher(DebugInfoMatcher::any_msg);
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Djson_decode.c1319 upb_msg *any_msg; in jsondec_any() local
1348 any_msg = upb_msg_new(any_m, d->arena); in jsondec_any()
1361 jsondec_anyfield(d, any_msg, any_m); in jsondec_any()
1368 jsondec_anyfield(d, any_msg, any_m); in jsondec_any()
1373 encoded.str_val.data = upb_encode(any_msg, upb_msgdef_layout(any_m), d->arena, in jsondec_any()