Searched refs:wtype (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/unicode-segmentation/scripts/ |
D | unicode_gen_breaktests.py | 188 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/ |
D | encode.c | 168 #define CASE(ctype, type, wtype, encodeval) \ in encode_scalar() argument 175 wire_type = wtype; \ in encode_scalar()
|