Searched refs:push_front (Results 1 – 7 of 7) sorted by relevance
58 maps_.push_front(map); in GenerateMap()100 maps_.push_front(map); in GenerateMap()
256 ifacePairList.push_front(pair_name); in setTetherCountingRules()282 ifacePairList.push_front(pair_name); in setTetherCountingRules()
208 void push_front(const T& val) { insert(begin(), val); } in push_front() function
457 specialAppUids.push_front(uid); in manipulateSpecialApps()639 sharedQuotaIfaces.push_front(ifaceName); in setInterfaceSharedQuota()753 quotaIfaces.push_front(QuotaInfo(ifaceName, maxBytes, 0)); in setInterfaceQuota()
207 void push_front(const T& val) { insert(begin(), val); } in push_front() function
195 inline void push_front(const TYPE& item) { insertAt(item, 0, 1); } in push_front() function