Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/
Dmap_traits_wtf.h41 if (!WTFMap<K, V>::IsValidKey(key)) {
49 if (!WTFMap<K, V>::IsValidKey(key)) {
Dwtf_map.h63 static bool IsValidKey(const Key& key) { in IsValidKey() function