Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java269 public static final int OP_STRING = 17; field in OpCodes
DCompiler.java155 case OpCodes.OP_STRING : in compile()
DXPathParser.java1161 appendOp(2, OpCodes.OP_STRING); in StringExpr()
/external/pcre/dist2/src/
Dpcre2grep.c351 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, OP_SIZE, enumerator
402 …{ OP_STRING, 'D', &DEE_option, "devices=action","how to handle devices, FIFOs, and …
403 { OP_STRING, 'd', &dee_option, "directories=action", "how to handle directories" },
415 { OP_STRING, N_LABEL, &stdin_name, "label=name", "set name for standard input" },
418 { OP_STRING, N_LOCALE, &locale, "locale=locale", "use the named locale" },
424 …{ OP_STRING, 'N', &newline_arg, "newline=type", "set newline type (CR, LF, CRLF, AN…
431 …{ OP_STRING, 'O', &output_text, "output=text", "show only this text (possibly exp…
433 …{ OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -…
/external/protobuf/php/ext/google/protobuf/
Dupb.c6781 case OP_STRING: in putop()
6903 case OP_STRING: in dumpbc()
7133 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
7149 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
8196 VMCASE(OP_STRING, in run_decoder_vm()
Dupb.h7375 OP_STRING = 21,
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c7455 case OP_STRING: in putop()
7577 case OP_STRING: in dumpbc()
7812 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
7828 putop(c, OP_STRING, getsel(f, UPB_HANDLER_STRING)); in generate_delimfield()
8907 VMCASE(OP_STRING, in run_decoder_vm()
Dupb.h7678 OP_STRING = 21,