Searched refs:OP_STRING (Results 1 - 4 of 4) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2grep.c | 385 enum { OP_NODATA, OP_STRING, OP_OP_STRING, OP_NUMBER, OP_U32NUMBER, OP_SIZE, enumerator 438 { OP_STRING, 'D', &DEE_option, "devices=action","how to handle devices, FIFOs, and sockets" }, 439 { OP_STRING, 'd', &dee_option, "directories=action", "how to handle directories" }, 451 { OP_STRING, N_LABEL, &stdin_name, "label=name", "set name for standard input" }, 454 { OP_STRING, N_LOCALE, &locale, "locale=locale", "use the named locale" }, 461 { OP_STRING, 'N', &newline_arg, "newline=type", "set newline type (CR, LF, CRLF, ANYCRLF, ANY, or NUL)" }, 468 { OP_STRING, 'O', &output_text, "output=text", "show only this text (possibly expanded)" }, 470 { OP_STRING, N_OM_SEPARATOR, &om_separator, "om-separator=text", "set separator for multiple -o output" },
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 233 #define OP_STRING 4 macro 269 OP_STRING, /* STRING */ 272 OP_STRING, /* BYTES */ 288 OP_STRING, /* REPEATED STRING */ 291 OP_STRING, /* REPEATED BYTES */ 467 case OP_STRING: in decode_toarray() 599 case OP_STRING: in decode_tomsg() 734 #undef OP_STRING macro 6276 case OP_STRING: in putop() 6398 case OP_STRING in dumpbc() [all...] |
H A D | upb.h | 5986 OP_STRING = 21, enumerator
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 244 #define OP_STRING 4 macro 284 OP_STRING, /* STRING */ 303 OP_STRING, /* REPEATED STRING */ 516 case OP_STRING: in decode_toarray() 653 case OP_STRING: in decode_tomsg() 791 #undef OP_STRING macro
|
Completed in 55 milliseconds