Searched defs:emplace (Results 1 – 6 of 6) 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
146 bool AdjustableMaxPriorityQueue<T, Comparator>::emplace(Args&&... args) { in emplace() function
291 void RingBuffer<T>::emplace(Args&&... args) { in emplace() function
102 void SurfaceTracing::LayersTraceBuffer::emplace(LayersTraceProto&& proto) { in emplace() function in android::SurfaceTracing::LayersTraceBuffer
1059 auto emplace = [this](const char *libPath) { in C2PlatformComponentStore() local