Searched defs:key_value_pair_t (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h105 const key_value_pair_t<key_t, cache_entry_t>&,
106 const key_value_pair_t<key_t, cache_entry_t>&);
120 const key_value_pair_t<key_t, cache_entry_t>&,
121 const key_value_pair_t<key_t, cache_entry_t>&);
127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
128 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs)
126 compare_type( const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs, const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs) argument
/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h210 struct key_value_pair_t { struct in namespace:android
213 key_value_pair_t() { } function in struct:android::key_value_pair_t
214 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::key_value_pair_t
215 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::key_value_pair_t
216 key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::key_value_pair_t
217 inline bool operator < (const key_value_pair_t& o) const {
224 struct trait_trivial_ctor< key_value_pair_t<K, V> >
228 struct trait_trivial_dtor< key_value_pair_t<K, V> >
232 struct trait_trivial_copy< key_value_pair_t<
[all...]

Completed in 43 milliseconds