Home
last modified time | relevance | path

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

/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/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutitem.cpp47 void CXFA_ContentLayoutItem::InsertAfter(CXFA_ContentLayoutItem* pItem) { in InsertAfter() function in CXFA_ContentLayoutItem
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/deqp-deps/SPIRV-Tools/source/util/
Dilist_node.h185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/pdfium/core/fxcrt/
Dtree_node.h98 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-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 __anon93b5962d0111::SSAIfConv
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp129 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon01b33acf0111::SSAIfConv
/external/pigweed/pw_containers/
Dintrusive_list_test.cc181 TEST(IntrusiveList, InsertAfter) { in TEST() argument
/external/skia/vma_android/include/
Dvk_mem_alloc.h4778 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
4812 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function
5211 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()
DRewriteModernObjC.cpp289 bool InsertAfter = true) { in InsertText()
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h4202 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
4236 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function
4594 void InsertAfter(ItemType* existingItem, ItemType* newItem) in InsertAfter() function
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4578 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
4612 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function