Searched defs:key_value_pair_t (Results 1 - 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
H A D | CodeCache.h | 104 const key_value_pair_t<key_t, cache_entry_t>&, 105 const key_value_pair_t<key_t, cache_entry_t>&); 119 const key_value_pair_t<key_t, cache_entry_t>&, 120 const key_value_pair_t<key_t, cache_entry_t>&); 126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs, 127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs) 125 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/include/utils/ |
H A D | TypeHelpers.h | 253 struct key_value_pair_t { struct in namespace:android 259 key_value_pair_t() { } function in struct:android::key_value_pair_t 260 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::key_value_pair_t 261 key_value_pair_t& operator=(const key_value_pair_t& o) { 266 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::key_value_pair_t 267 explicit key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::key_value_pair_t 268 inline bool operator < (const key_value_pair_t& o) const { 280 struct trait_trivial_ctor< key_value_pair_t< [all...] |
/system/core/libutils/include/utils/ |
H A D | TypeHelpers.h | 253 struct key_value_pair_t { struct in namespace:android 259 key_value_pair_t() { } function in struct:android::key_value_pair_t 260 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::key_value_pair_t 261 key_value_pair_t& operator=(const key_value_pair_t& o) { 266 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::key_value_pair_t 267 explicit key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::key_value_pair_t 268 inline bool operator < (const key_value_pair_t& o) const { 280 struct trait_trivial_ctor< key_value_pair_t< [all...] |
Completed in 56 milliseconds