Home
last modified time | relevance | path

Searched defs:same_key (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/net/base/
Dnetwork_isolation_key_unittest.cc73 NetworkIsolationKey same_key(site1, site2, nonce); in TEST() local
/external/cronet/stable/net/base/
Dnetwork_isolation_key_unittest.cc73 NetworkIsolationKey same_key(site1, site2, nonce); in TEST() local
/external/executorch/backends/apple/coreml/runtime/kvstore/
Dkey_value_store.hpp246 template<typename T> using same_key = std::is_same<typename std::decay_t<T>, Key>; typedef in executorchcoreml::sqlite::KeyValueStore