Searched refs:key_value_pair_t (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/cpp/util/
H A DTypeHelpers.h227 struct key_value_pair_t { struct in namespace:android::RSC
233 key_value_pair_t() { } function in struct:android::RSC::key_value_pair_t
234 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::RSC::key_value_pair_t
235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::RSC::key_value_pair_t
236 key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::RSC::key_value_pair_t
237 inline bool operator < (const key_value_pair_t& o) const {
249 struct trait_trivial_ctor< key_value_pair_t<K, V> >
252 struct trait_trivial_dtor< key_value_pair_t<K, V> >
255 struct trait_trivial_copy< key_value_pair_t<
[all...]
/frameworks/rs/server/
H A DTypeHelpers.h227 struct key_value_pair_t { struct in namespace:android
233 key_value_pair_t() { } function in struct:android::key_value_pair_t
234 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::key_value_pair_t
235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::key_value_pair_t
236 key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::key_value_pair_t
237 inline bool operator < (const key_value_pair_t& o) const {
249 struct trait_trivial_ctor< key_value_pair_t<K, V> >
252 struct trait_trivial_dtor< key_value_pair_t<K, V> >
255 struct trait_trivial_copy< key_value_pair_t<
[all...]
/frameworks/base/libs/hwui/utils/
H A DTinyHashMap.h33 typedef key_value_pair_t<TKey, TValue> TEntry;
/frameworks/base/include/android_runtime/
H A Dandroid_view_InputQueue.h80 Vector<key_value_pair_t<InputEvent*, bool> > mFinishedEvents;
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp126 mFinishedEvents.push(key_value_pair_t<InputEvent*, bool>(event, handled));

Completed in 404 milliseconds