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

  /external/pdfium/core/src/fxcrt/
fx_basic_list.cpp 39 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement) {
  /external/libchrome/base/containers/
linked_list.h 25 // LinkNode::InsertBefore, or LinkNode::InsertAfter:
100 void InsertAfter(LinkNode<T>* e) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 73 * input.insertAfter(t, "text to put after t");}
74 * input.insertAfter(u, "text after u");}
85 * tokens.insertAfter("pass1", t, "text to put after t");}
86 * tokens.insertAfter("pass2", u, "text after u");}
237 public virtual void InsertAfter(IToken t, object text) {
238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text);
241 public virtual void InsertAfter(int index, object text) {
242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text);
245 public virtual void InsertAfter(string programName, IToken t, object text) {
246 InsertAfter(programName, t.TokenIndex, text)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 76 * input.insertAfter(t, "text to put after t");}
77 * input.insertAfter(u, "text after u");}
88 * tokens.insertAfter("pass1", t, "text to put after t");}
89 * tokens.insertAfter("pass2", u, "text after u");}
268 public virtual void InsertAfter( IToken t, object text )
270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text );
273 public virtual void InsertAfter( int index, object text )
275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text );
278 public virtual void InsertAfter( string programName, IToken t, object text )
280 InsertAfter( programName, t.TokenIndex, text )
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
LinkList.h 112 virtual HRESULT InsertAfter(T item, Node *pBefore)
205 return InsertAfter(item, m_anchor.prev);
211 return InsertAfter(item, &m_anchor);
221 return InsertAfter(item, pos.pNode->prev);
447 HRESULT InsertAfter(Ptr item, Node *pBefore)
460 HRESULT hr = List<Ptr>::InsertAfter(item, pBefore);
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 128 SmallPtrSet<MachineInstr*, 8> InsertAfter;
180 /// the defining instructions are added to InsertAfter.
248 if (InsertAfter.insert(DefMI).second)
264 /// 2. After any instructions in InsertAfter.
281 if (InsertAfter.count(I)) {
431 InsertAfter.clear();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxtmpl.h 349 DXLISTPOS InsertAfter(DXLISTPOS position,ARG_TYPE newElement);
577 DXLISTPOS CDXList<TYPE,ARG_TYPE>::InsertAfter(DXLISTPOS position,ARG_TYPE newElement) {
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 672 void HInstruction::InsertAfter(HInstruction* previous) {
681 InsertAfter(block->end()->FirstSuccessor()->first());
    [all...]
  /external/v8/src/heap/
spaces.cc 595 void MemoryChunk::InsertAfter(MemoryChunk* other) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/opencv3/modules/videoio/src/
cap_msmf.hpp     [all...]

Completed in 548 milliseconds