Searched defs:List (Results 1 – 10 of 10) sorted by relevance
116 struct List { struct117 List() noexcept : m_head {&m_tail, &m_tail}, m_tail {&m_head, &m_head} in List() argument121 List(List&& rhs) noexcept : List() in List() argument142 NodeType* x = rhs.m_head.next;146 NodeType* y = rhs.m_tail.prev;157 bool empty() const noexcept in empty()162 size_t Size() const noexcept in Size()167 void PushFront(T& node) noexcept in PushFront()178 void PushBack(T& node) noexcept in PushBack()189 T* PopFront() noexcept in PopFront()[all …]
26 typedef struct List { struct27 struct List *prev; argument28 struct List *next; argument29 } List; typedef
27 typedef struct List { struct28 DL_LIST dlList; argument33 static ListNode *ListGetFirstNodeInt(const List *list) in ListGetFirstNodeInt() argument
38 typedef struct List List; typedef
35 List = 13, enumerator
33 List() : count_(0) in List() function
76 List() : size_(0) in List() function
405 napi_value FilePickerExporter::List(napi_env env, napi_callback_info info) in List() function in OHOS::DistributedFS::ModuleFPExpoter::FilePickerExporter
1054 napi_value FileNExporter::List(napi_env env, napi_callback_info info) in List() function in OHOS::DistributedFS::ModuleFile::FileNExporter