Home
last modified time | relevance | path

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

/external/rust/crates/unicode-segmentation/scripts/
Dunicode_gen_breaktests.py188 wtype = "&'static [(&'static str, &'static [&'static str])]"
191 unicode.emit_table(f, "TEST_WORD", test, wtype, True, showfun, True)
202 wtype = "&'static [(&'static str, &'static [&'static str])]"
205 unicode.emit_table(f, "TEST_SENTENCE", test, wtype, True, showfun, True)
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dencode.c168 #define CASE(ctype, type, wtype, encodeval) \ in encode_scalar() argument
175 wire_type = wtype; \ in encode_scalar()