Searched refs:valueFor (Results 1 - 5 of 5) sorted by last modified time

/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/
H A DARMAssembler.cpp173 uint32_t* target_pc = mLabels.valueFor(bt.label);
206 return mLabels.valueFor(label);
H A DArm64Assembler.cpp306 uint32_t* target_pc = mLabels.valueFor(bt.label);
334 return mLabels.valueFor(label);
H A DMIPS64Assembler.cpp1375 uint32_t* target_pc = mLabels.valueFor(bt.label);
H A DMIPSAssembler.cpp1400 uint32_t* target_pc = mLabels.valueFor(bt.label);
1435 return mLabels.valueFor(label);

Completed in 137 milliseconds