Home | History | Annotate | Download | only in src

Lines Matching refs:ParseInt32Flag

4430 bool ParseInt32Flag(const char* str, const char* flag, Int32* value) {
4590 using internal::ParseInt32Flag;
4611 ParseInt32Flag(arg, kRandomSeedFlag, &GTEST_FLAG(random_seed)) ||
4612 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat)) ||
4614 ParseInt32Flag(arg, kStackTraceDepthFlag,