Searched defs:emplace (Results 1 – 7 of 7) sorted by relevance
72 std::vector<std::string> emplace(std::string&& serializedProto) { in emplace() function88 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
98 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
1171 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore() local