HomeSort by relevance Sort by last modified time
    Searched defs:FreeNode (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 66 FreeNode(pOldNode);
68 void CFX_PtrList::FreeNode(CFX_PtrList::CNode* pNode) {
  /external/llvm/include/llvm/Support/
Recycler.h 37 struct FreeNode {
38 FreeNode *Next;
42 FreeNode *FreeList = nullptr;
44 FreeNode *pop_val() {
50 void push(FreeNode *N) {
98 push(reinterpret_cast<FreeNode *>(Element));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 95 void b2DynamicTree::FreeNode(int32 nodeId)
130 FreeNode(proxyId);
351 FreeNode(parent);
372 FreeNode(parent);
719 FreeNode(i);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 360 void FreeNode(CNode *);
482 void CDXList<TYPE,ARG_TYPE>::FreeNode(CNode *pNode) {
540 FreeNode(pOldNode);
554 FreeNode(pOldNode);
611 FreeNode(pOldNode);

Completed in 116 milliseconds