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

  /external/chromium/base/
linked_list.h 24 // LinkNode::InsertBefore, or LinkNode::InsertAfter:
99 void InsertAfter(LinkNode<T>* e) {
linked_list_unittest.cc 218 TEST(LinkedList, InsertAfter) {
236 n3.InsertAfter(&n2);
245 n4.InsertAfter(&n1);
  /external/clang/include/clang/Rewrite/
Rewriter.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
188 bool InsertAfter = true, bool indentNewLines = false);
  /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/clang/lib/Rewrite/
Rewriter.cpp 88 bool InsertAfter) {
93 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter);
234 bool InsertAfter, bool indentNewLines) {
270 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
281 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
410 RB.InsertText(offs, indent, /*InsertAfter=*/false);
RewriteModernObjC.cpp 259 bool InsertAfter = true) {
261 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
    [all...]
RewriteObjC.cpp 245 bool InsertAfter = true) {
247 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
    [all...]
  /external/v8/test/cctest/
test-spaces.cc 146 first_page->InsertAfter(faked_space.anchor()->prev_page());
160 other->InsertAfter(first_page);
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/src/
gtest-internal-inl.h 292 ListNode<E>* InsertAfter(ListNode<E>* node, const E& element) {
    [all...]
  /external/v8/src/
spaces.cc 470 void MemoryChunk::InsertAfter(MemoryChunk* other) {
864 p->InsertAfter(anchor_.prev_page());
    [all...]
hydrogen-instructions.cc 574 void HInstruction::InsertAfter(HInstruction* previous) {
583 InsertAfter(block->end()->FirstSuccessor()->first());
    [all...]
spaces.h 559 void InsertAfter(MemoryChunk* other);
    [all...]
hydrogen-instructions.h 825 void InsertAfter(HInstruction* previous);
    [all...]
hydrogen.cc 115 instr->InsertAfter(last_);
568 constant->InsertAfter(GetConstantUndefined());
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]

Completed in 435 milliseconds