Searched defs:testValue (Results 1 – 6 of 6) sorted by relevance
252 bool GtestPerfTestCase::ExpectLarger(double testValue) in ExpectLarger()258 bool GtestPerfTestCase::ExpectSmaller(double testValue) in ExpectSmaller()263 bool GtestPerfTestCase::ExpectValue(double testValue, bool isLargerBetter) in ExpectValue()301 bool GtestPerfTestCase::SaveResult(double testValue) in SaveResult()
32 : testValue_(std::move(testValue)), rule_(rule) {} in testValue_()
58 … WidgetAttrMatcher::WidgetAttrMatcher(string_view attr, string_view testValue, ValueMatchRule rule) in WidgetAttrMatcher()
54 auto testValue = GetItemValueFromJson<string>(in, 1); in WidgetSelectorHandler() local
41 int testValue = 0; variable58 int testValue = 1; variable75 int testValue = 10; variable
67 const auto testValue = "wyz"; in TEST() local