HomeSort by relevance Sort by last modified time
    Searched full:no_arg (Results 1 - 9 of 9) sorted by null

  /external/pcre/dist/
pcrecpp.cc 59 Arg RE::no_arg((void*)NULL);
62 // which defined a global no_arg variable instead of putting it in the
73 extern Arg no_arg
171 if (&ptr1 == &no_arg) goto done; args[n++] = &ptr1;
172 if (&ptr2 == &no_arg) goto done; args[n++] = &ptr2;
173 if (&ptr3 == &no_arg) goto done; args[n++] = &ptr3;
174 if (&ptr4 == &no_arg) goto done; args[n++] = &ptr4;
175 if (&ptr5 == &no_arg) goto done; args[n++] = &ptr5;
176 if (&ptr6 == &no_arg) goto done; args[n++] = &ptr6;
177 if (&ptr7 == &no_arg) goto done; args[n++] = &ptr7
    [all...]
pcrecpp.h 536 const Arg& ptr1 = no_arg,
537 const Arg& ptr2 = no_arg,
538 const Arg& ptr3 = no_arg,
539 const Arg& ptr4 = no_arg,
540 const Arg& ptr5 = no_arg,
541 const Arg& ptr6 = no_arg,
542 const Arg& ptr7 = no_arg,
543 const Arg& ptr8 = no_arg,
544 const Arg& ptr9 = no_arg,
545 const Arg& ptr10 = no_arg,
656 static Arg no_arg; member in class:pcrecpp::RE
    [all...]
pcre_scanner.h 83 const Arg& arg0 = RE::no_arg,
84 const Arg& arg1 = RE::no_arg,
85 const Arg& arg2 = RE::no_arg
configure.ac 479 # Older versions of pcre defined pcrecpp::no_arg, but in new versions
480 # it's called pcrecpp::RE::no_arg. For backwards ABI compatibility,
492 class RE { static int no_arg; };
493 int RE::no_arg;
    [all...]
ChangeLog     [all...]
  /external/v8/src/arm64/
simulator-arm64.h 245 bool IsEnd() const { return type_ == NO_ARG; }
250 enum CallArgumentType { X_ARG, D_ARG, NO_ARG };
257 CallArgument() { type_ = NO_ARG; }
  /external/pcre/dist/doc/
pcrecpp.3 
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 566 // To simplify parsing, two choice arguments are disigned as NO_ARG.
  /external/pcre/dist/doc/html/
pcrecpp.html 123 NOTE: Do not use <b>no_arg</b>, which is used internally to mark the end of a

Completed in 4006 milliseconds