Searched refs:head_ (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddebug_report.cpp34 head_.next = new (mem) Node{head_.next, info.flags, info.pfnCallback,
37 return head_.next;
46 Node* prev = &head_;
63 const Node* node = &head_;
H A Ddebug_report.h40 : head_{nullptr, 0, nullptr, nullptr, VK_NULL_HANDLE} {}
83 Node head_; member in class:vulkan::driver::DebugReportCallbackList

Completed in 52 milliseconds