Home | History | Annotate | Download | only in src

Lines Matching refs:ParseInt32Flag

4732 bool ParseInt32Flag(const char* str, const char* flag, Int32* value) {
4895 using internal::ParseInt32Flag;
4916 ParseInt32Flag(arg, kRandomSeedFlag, &GTEST_FLAG(random_seed)) ||
4917 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat)) ||
4919 ParseInt32Flag(arg, kStackTraceDepthFlag,