Home
last modified time | relevance | path

Searched defs:RemoveNode (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/linux/user/src/exit/
Datexit.c84 static struct node* RemoveNode(struct node *node) in RemoveNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFoldingSet.cpp375 bool FoldingSetBase::RemoveNode(Node *N) { in RemoveNode() function in FoldingSetBase
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles_test.cc438 TEST_F(GraphCyclesTest, RemoveNode) { in TEST_F() argument
Dgraphcycles.cc437 void GraphCycles::RemoveNode(void* ptr) { in RemoveNode() function in absl::synchronization_internal::GraphCycles
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h432 bool RemoveNode(T *N) { return FoldingSetBase::RemoveNode(N); } in RemoveNode() function
/third_party/typescript/src/services/
DtextChanges.ts182 interface RemoveNode extends BaseChange { interface