/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode.c | 70 #define OP_STRING 4 macro 110 OP_STRING, /* STRING */ 129 OP_STRING, /* REPEATED STRING */ 374 case OP_STRING: in decode_toarray() 507 case OP_STRING: in decode_tomsg() 701 #undef OP_STRING
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | OpCodes.java | 269 public static final int OP_STRING = 17; field in OpCodes
|
D | Compiler.java | 155 case OpCodes.OP_STRING : in compile()
|
D | XPathParser.java | 1161 appendOp(2, OpCodes.OP_STRING); in StringExpr()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | decoder.int.h | 41 OP_STRING = 21, enumerator
|
D | compile_decoder.c | 264 case OP_STRING: in putop() 386 case OP_STRING: in dumpbc() 621 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield() 637 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
|
D | decoder.c | 765 VMCASE(OP_STRING, in run_decoder_vm()
|
/external/pcre/dist2/src/ |
D | pcre2grep.c | 388 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, OP_SIZE, enumerator 440 …{ OP_STRING, 'D', &DEE_option, "devices=action","how to handle devices, FIFOs, and … 441 { OP_STRING, 'd', &dee_option, "directories=action", "how to handle directories" }, 453 { OP_STRING, N_LABEL, &stdin_name, "label=name", "set name for standard input" }, 456 { OP_STRING, N_LOCALE, &locale, "locale=locale", "use the named locale" }, 463 …{ OP_STRING, 'N', &newline_arg, "newline=type", "set newline type (CR, LF, CRLF, AN… 470 …{ OP_STRING, 'O', &output_text, "output=text", "show only this text (possibly exp… 472 …{ OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -…
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6059 case OP_STRING: in putop() 6181 case OP_STRING: in dumpbc() 6416 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield() 6432 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield() 7494 VMCASE(OP_STRING, in run_decoder_vm()
|
D | upb.h | 6468 OP_STRING = 21,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 9810 case OP_STRING: in putop() 9932 case OP_STRING: in dumpbc() 10167 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield() 10183 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield() 11263 VMCASE(OP_STRING, in run_decoder_vm()
|
D | upb.h | 9764 OP_STRING = 21,
|