Home
last modified time | relevance | path

Searched refs:kMaxArgs (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/util/
Dpcre.cc82 static const int kMaxArgs = 16; variable
83 static const int kVecSize = (1 + kMaxArgs) * 3; // results + PCRE workspace
214 const Arg* args[kMaxArgs]; in operator ()()
257 const Arg* args[kMaxArgs]; in operator ()()
300 const Arg* args[kMaxArgs]; in operator ()()
349 const Arg* args[kMaxArgs]; in operator ()()
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h1508 static constexpr size_t kMaxArgs =
1510 return Apply(MakeIndexSequence<kMaxArgs>{},
1511 MakeIndexSequence<10 - kMaxArgs>{},
/third_party/re2/re2/
Dre2.cc36 static const int kMaxArgs = 16; variable
37 static const int kVecSize = 1+kMaxArgs;
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp1099 const size_t kMaxArgs = 3; // eg: clamp, mix, smoothstep in writeIntrinsicCall() local
1100 Value args[kMaxArgs]; in writeIntrinsicCall()