Home
last modified time | relevance | path

Searched defs:InsertAfter (Results 1 – 25 of 27) sorted by relevance

12

/external/javassist/src/test/test3/
DInsertAfter.java3 public class InsertAfter { class
6 public InsertAfter() { in InsertAfter() method in InsertAfter
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs237 public virtual void InsertAfter(IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
241 public virtual void InsertAfter(int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
245 public virtual void InsertAfter(string programName, IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
249 public virtual void InsertAfter(string programName, int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/libchrome/base/containers/
Dlinked_list.h114 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
Dlinked_list_unittest.cc230 TEST(LinkedList, InsertAfter) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/cronet/base/containers/
Dlinked_list.h138 void InsertAfter(LinkNode<T>* e) { InsertAfterBase(e); } in InsertAfter() function
Dlinked_list_unittest.cc231 TEST(LinkedList, InsertAfter) { in TEST() argument
/external/angle/third_party/spirv-tools/src/source/util/
Dilist_node.h185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutitem.cpp47 void CXFA_ContentLayoutItem::InsertAfter(CXFA_ContentLayoutItem* pItem) { in InsertAfter() function in CXFA_ContentLayoutItem
/external/pdfium/core/fxcrt/
Dtree_node.h99 void InsertAfter(T* child, T* other) { in InsertAfter() function
/external/clang/lib/Rewrite/
DRewriter.cpp93 bool InsertAfter) { in InsertText()
239 bool InsertAfter, bool indentNewLines) { in InsertText()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp266 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp263 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp630 Instruction *InsertAfter) { in InsertParallelMACs()
725 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp630 Instruction *InsertAfter) { in InsertParallelMACs()
726 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas5904 procedure TTokenRewriteStream.InsertAfter(const ProgramName: String; procedure
5929 procedure TTokenRewriteStream.InsertAfter(const ProgramName: String; procedure
5936 procedure TTokenRewriteStream.InsertAfter(const T: IToken; procedure
5942 procedure TTokenRewriteStream.InsertAfter(const Index: Integer; procedure
6307 procedure TTokenRewriteStream.InsertAfter(const Index: Integer; procedure
6316 procedure TTokenRewriteStream.InsertAfter(const T: IToken; const Text: String); procedure
6324 procedure TTokenRewriteStream.InsertAfter(const ProgramName: String; procedure
6333 procedure TTokenRewriteStream.InsertAfter(const ProgramName: String; procedure
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anona0a7bc5c0111::SSAIfConv
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp129 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon354ba4be0111::SSAIfConv
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon12c4a3840111::SSAIfConv
/external/pigweed/pw_containers/
Dintrusive_list_test.cc182 TEST(IntrusiveList, InsertAfter) { in TEST() argument
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h4826 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
4860 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function
5259 void VmaIntrusiveLinkedList<ItemTypeTraits>::InsertAfter(ItemType* existingItem, ItemType* newItem) in InsertAfter() function
/external/skia/vma_android/include/
Dvk_mem_alloc.h4740 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
4774 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function
5173 void VmaIntrusiveLinkedList<ItemTypeTraits>::InsertAfter(ItemType* existingItem, ItemType* newItem) in InsertAfter() function
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3823 Instruction *InsertAfter = cast<Instruction>(BuildVectorSlice.back()); in tryToVectorizeList() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp240 bool InsertAfter = true) { in InsertText()

12