Searched defs:emplace (Results 1 – 7 of 7) sorted by relevance
90 std::vector<std::string> emplace(std::string&& serializedProto) { in emplace() function106 std::vector<std::string> emplace(EntryProto&& proto) { in emplace() function
100 inline static void NO_CFI emplace(size_t totalSize, T *addr, Args&&... args) { in emplace() function167 inline void NO_CFI emplace(Args&&... args) { in emplace() function
97 bool emplace(Args&&... args) { in emplace() function
146 bool AdjustableMaxPriorityQueue<T, Comparator>::emplace(Args&&... args) { in emplace() function
291 void RingBuffer<T>::emplace(Args&&... args) { in emplace() function
1071 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore() local