Searched defs:emplace (Results 1 – 12 of 12) sorted by relevance
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
23 void PerfstatsBuffer::emplace(StatsData &&data) { in emplace() function in PerfstatsBuffer
65 bool PriorityQueue<ElementType, CompareFunction>::emplace(Args &&... args) { in emplace() function
175 bool ArrayQueue<ElementType, kCapacity>::emplace(Args &&... args) { in emplace() function
146 bool AdjustableMaxPriorityQueue<T, Comparator>::emplace(Args&&... args) { in emplace() function
298 T& emplace(Args&&... args) { in emplace() function306 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function547 void emplace() { in emplace() function
291 void RingBuffer<T>::emplace(Args&&... args) { in emplace() function
185 iterator emplace(const_iterator position, Args&&... args) { in emplace() function
162 std::pair<iterator, bool> emplace(Args&&... args) { in emplace() function
102 void SurfaceTracing::LayersTraceBuffer::emplace(LayersTraceProto&& proto) { in emplace() function in android::SurfaceTracing::LayersTraceBuffer
1063 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore() local