Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/test/
H A Dvalues_test_util.cc120 class DictionaryHasValuesMatcher class
123 explicit DictionaryHasValuesMatcher(const base::Value::Dict& template_value) in DictionaryHasValuesMatcher() function in base::test::__anon4e739eba0111::DictionaryHasValuesMatcher
126 DictionaryHasValuesMatcher(const DictionaryHasValuesMatcher& other) = delete;
127 DictionaryHasValuesMatcher& operator=(
128 const DictionaryHasValuesMatcher& other) = delete;
197 return testing::MakeMatcher(new DictionaryHasValuesMatcher(template_value)); in DictionaryHasValues()