Home
last modified time | relevance | path

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

/system/update_engine/update_manager/
Dreal_random_provider_unittest.cc58 unique_ptr<const uint64_t> other_value(provider_->var_seed()->GetValue( in TEST_F() local
60 ASSERT_NE(nullptr, other_value.get()); in TEST_F()
61 is_same_value = is_same_value && *other_value == *value; in TEST_F()