Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/base/
H A Dnetwork_isolation_key_unittest.cc156 NetworkIsolationKey same_key(site1, site2, nonce); in TEST_P() local
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/kvstore/
H A Dkey_value_store.hpp246 template<typename T> using same_key = std::is_same<typename std::decay_t<T>, Key>; typedef in executorchcoreml::sqlite::KeyValueStore
/aosp_15_r20/trusty/user/app/storage/test/block_host_test/
Dblock_test.c449 static uint16_t same_key(unsigned int index, in same_key() function