Searched refs:valueFor (Results 1 - 4 of 4) sorted by relevance

/system/core/include/utils/
H A DKeyedVector.h68 const VALUE& valueFor(const KEY& key) const;
111 * valueFor() is called with a key that doesn't exist.
118 const VALUE& valueFor(const KEY& key) const;
142 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { function in class:android::KeyedVector
215 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const {
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DKeyedVector.h64 const VALUE& valueFor(const KEY& key) const;
99 * valueFor() is called with a key that doesn't exist.
106 const VALUE& valueFor(const KEY& key) const;
125 const VALUE& KeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { function in class:android::tinyutils::KeyedVector
193 const VALUE& DefaultKeyedVector<KEY,VALUE>::valueFor(const KEY& key) const { function in class:android::tinyutils::DefaultKeyedVector
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp173 uint32_t* target_pc = mLabels.valueFor(bt.label);
206 return mLabels.valueFor(label);
H A DMIPSAssembler.cpp1394 uint32_t* target_pc = mLabels.valueFor(bt.label);
1429 return mLabels.valueFor(label);

Completed in 243 milliseconds