Searched refs:kMaxArgs (Results 1 – 4 of 4) sorted by relevance
55 static const int kMaxArgs = 16; variable56 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace169 const Arg* args[kMaxArgs]; in FullMatch()211 const Arg* args[kMaxArgs]; in PartialMatch()253 const Arg* args[kMaxArgs]; in Consume()301 const Arg* args[kMaxArgs]; in FindAndConsume()
28 static const int kMaxArgs = 16; variable29 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace160 const Arg* args[kMaxArgs]; in operator ()()203 const Arg* args[kMaxArgs]; in operator ()()246 const Arg* args[kMaxArgs]; in operator ()()295 const Arg* args[kMaxArgs]; in operator ()()
204 for (unsigned i = 0; i < kMaxArgs; i++) { in ~ExecArgs()212 static const unsigned kMaxArgs = 1000; member in v8::ExecArgs217 char* exec_args_[kMaxArgs + 1];456 if (command_args->Length() > ExecArgs::kMaxArgs) { in System()
26 static const int kMaxArgs = 16; variable27 static const int kVecSize = 1+kMaxArgs;