Home | History | Annotate | Download | only in src

Lines Matching refs:ParseInt32Flag

4585 bool ParseInt32Flag(const char* str, const char* flag, Int32* value) {
4748 using internal::ParseInt32Flag;
4769 ParseInt32Flag(arg, kRandomSeedFlag, &GTEST_FLAG(random_seed)) ||
4770 ParseInt32Flag(arg, kRepeatFlag, &GTEST_FLAG(repeat)) ||
4772 ParseInt32Flag(arg, kStackTraceDepthFlag,