Home
last modified time | relevance | path

Searched refs:SetIterations (Results 1 – 2 of 2) sorted by relevance

/system/testing/gtest_extras/
DOptions.h85 bool SetIterations(const std::string&, const std::string&, bool);
DOptions.cpp52 {FLAG_ENVIRONMENT_VARIABLE | FLAG_REQUIRES_VALUE, &Options::SetIterations},
145 bool Options::SetIterations(const std::string& arg, const std::string& value, bool from_env) { in SetIterations() function in android::gtest_extras::Options