Searched defs:KeyedVector (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/utils/
H A DKeyedVector.h33 class KeyedVector class in namespace:android
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() function in class:android::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<KE
[all...]
/frameworks/base/libs/utils/
H A DBackupHelpers.cpp21 #include <utils/KeyedVector.h>
90 read_snapshot_file(int fd, KeyedVector<String8,FileState>* snapshot)
147 write_snapshot_file(int fd, const KeyedVector<String8,FileRec>& snapshot) argument
336 KeyedVector<String8,FileState> oldSnapshot;
337 KeyedVector<String8,FileRec> newSnapshot;
625 KeyedVector<String8,FileRec> snapshot;
664 KeyedVector<String8,FileState> readSnapshot;
684 KeyedVector<String8,FileRec> snapshot;
801 KeyedVector<String8,FileState> readSnapshot;

Completed in 114 milliseconds