OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KeyedVector
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/include/utils/
KeyedVector.h
33
class
KeyedVector
39
inline
KeyedVector
();
97
* Variation of
KeyedVector
that holds a default value to return when
101
class DefaultKeyedVector : public
KeyedVector
<KEY, VALUE>
114
KeyedVector
<KEY,VALUE>::
KeyedVector
()
119
ssize_t
KeyedVector
<KEY,VALUE>::indexOfKey(const KEY& key) const {
124
const VALUE&
KeyedVector
<KEY,VALUE>::valueFor(const KEY& key) const {
131
const VALUE&
KeyedVector
<KEY,VALUE>::valueAt(size_t index) const {
136
const KEY&
KeyedVector
<KEY,VALUE>::keyAt(size_t index) const
[
all
...]
/system/core/libpixelflinger/tinyutils/
KeyedVector.h
25
class
KeyedVector
31
inline
KeyedVector
();
89
* Variation of
KeyedVector
that holds a default value to return when
93
class DefaultKeyedVector : public
KeyedVector
<KEY, VALUE>
106
KeyedVector
<KEY,VALUE>::
KeyedVector
()
111
ssize_t
KeyedVector
<KEY,VALUE>::indexOfKey(const KEY& key) const {
116
const VALUE&
KeyedVector
<KEY,VALUE>::valueFor(const KEY& key) const {
123
const VALUE&
KeyedVector
<KEY,VALUE>::valueAt(size_t index) const {
128
const KEY&
KeyedVector
<KEY,VALUE>::keyAt(size_t index) const
[
all
...]
/system/media/wilhelm/src/android/
AudioPlayer_to_android.cpp
29
template class android::
KeyedVector
<SLuint32, android::AudioEffect* > ;
[
all
...]
Completed in 606 milliseconds