Home
last modified time | relevance | path

Searched defs:InsertAfter (Results 1 – 25 of 33) 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/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
273 public virtual void InsertAfter( int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/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/pdfium/core/fxcrt/
Dretained_tree_node.h35 void InsertAfter(const RetainPtr<T>& child, T* other) { in InsertAfter() function
Dtree_node.h86 void InsertAfter(T* child, T* other) { 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/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/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dilist_node.h185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/external/clang/lib/Rewrite/
DRewriter.cpp93 bool InsertAfter) { in InsertText()
239 bool InsertAfter, bool indentNewLines) { in InsertText()
/external/llvm-project/clang/lib/Rewrite/
DRewriter.cpp116 bool InsertAfter) { in InsertText()
256 bool InsertAfter, bool indentNewLines) { in InsertText()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp266 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp266 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMParallelDSP.cpp635 Instruction *InsertAfter) { in InsertParallelMACs()
730 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-project/clang/lib/Tooling/Refactoring/
DAtomicChange.cpp270 llvm::StringRef Text, bool InsertAfter) { in insert()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon9f98c04f0111::SSAIfConv
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp129 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anonf2bb7d710111::SSAIfConv
/external/llvm-project/llvm/lib/CodeGen/
DEarlyIfConversion.cpp130 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anonae2cbf7d0111::SSAIfConv
/external/pigweed/pw_containers/
Dintrusive_list_test.cc180 TEST(IntrusiveList, InsertAfter) { in TEST() argument
/external/llvm-project/clang/unittests/Tooling/
DRefactoringTest.cpp1238 TEST_F(AtomicChangeTest, InsertAfter) { in TEST_F() argument
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3398 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function
3432 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function

12