Searched refs:OP_STRING (Results 1 – 8 of 8) sorted by relevance
/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/pcre/dist2/src/ |
D | pcre2grep.c | 312 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, enumerator 360 …{ OP_STRING, 'D', &DEE_option, "devices=action","how to handle devices, FIFOs, and … 361 { OP_STRING, 'd', &dee_option, "directories=action", "how to handle directories" }, 378 { OP_STRING, N_LABEL, &stdin_name, "label=name", "set name for standard input" }, 381 { OP_STRING, N_LOCALE, &locale, "locale=locale", "use the named locale" }, 385 …{ OP_STRING, 'N', &newline_arg, "newline=type", "set newline type (CR, LF, CRLF, AN… 388 …{ OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -…
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 6781 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()
|
D | upb.h | 7375 OP_STRING = 21,
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 7455 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()
|
D | upb.h | 7678 OP_STRING = 21,
|