Lines Matching refs:values
537 UInt32 values[kArraySize];
541 values[i] = random.Generate(kRange);
546 EXPECT_EQ(values[i], random.Generate(kRange)) << " for iteration " << i;
1914 // Tests TestResult::RecordProperty() overrides values for duplicate keys.
2008 // then sets them to their default values. This will be called
2035 // Verifies that the Google Test flags have their default values, and then
2082 // restored to their original values.
2320 // Tests that we exit in error if the sharding values are not valid.
3803 // Tests using ASSERT_EQ on double values. The purpose is to make
4366 // Tests using EXPECT_EQ on double values. The purpose is to make
4543 // Tests using streamable values as assertion messages.
4638 // Tests using bool values in {EXPECT|ASSERT}_EQ.
4645 // Tests using int values in {EXPECT|ASSERT}_EQ.
4652 // Tests using time_t values in {EXPECT|ASSERT}_EQ.
4661 // Tests using char values in {EXPECT|ASSERT}_EQ.
4671 // Tests using wchar_t values in {EXPECT|ASSERT}_EQ.
4691 // Tests using ::std::string values in {EXPECT|ASSERT}_EQ.
4725 // Tests using ::std::wstring values in {EXPECT|ASSERT}_EQ.
4759 // Tests using ::string values in {EXPECT|ASSERT}_EQ.
4790 // Tests using ::wstring values in {EXPECT|ASSERT}_EQ.
5318 // These fields store the flag values.
5363 // Verifies that the flag values match the expected values.
5381 // verifies that the flag values are expected and that the
5390 // Verifies the flag values.
5595 // Tests having the same flag twice with different values. The