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

1 2

  /prebuilts/go/darwin-x86/src/container/list/
example_test.go 18 l.InsertAfter(2, e1)
list_test.go 114 e2 = l.InsertAfter(2, e1) // insert after front
117 e2 = l.InsertAfter(2, e4) // insert after middle
120 e2 = l.InsertAfter(2, e3) // insert after back
318 // Test that a list l is not modified when calling InsertAfter with a mark that is not an element of l.
324 l.InsertAfter(1, new(Element))
  /prebuilts/go/linux-x86/src/container/list/
example_test.go 18 l.InsertAfter(2, e1)
list_test.go 114 e2 = l.InsertAfter(2, e1) // insert after front
117 e2 = l.InsertAfter(2, e4) // insert after middle
120 e2 = l.InsertAfter(2, e3) // insert after back
318 // Test that a list l is not modified when calling InsertAfter with a mark that is not an element of l.
324 l.InsertAfter(1, new(Element))
  /external/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /external/libchrome/base/containers/
linked_list.h 25 // LinkNode::InsertBefore, or LinkNode::InsertAfter:
100 void InsertAfter(LinkNode<T>* e) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Rewrite/Core/
RewriteBuffer.h 66 bool InsertAfter = true);
72 /// method is the same as InsertText with "InsertAfter == false".
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/Refactoring/
AtomicChange.h 88 /// \p InsertAfter. Users should use `replace` with `Length=0` instead if they
94 llvm::StringRef Text, bool InsertAfter = true);
  /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 93 bool InsertAfter) {
98 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter);
239 bool InsertAfter, bool indentNewLines) {
275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter);
286 getEditBuffer(FID).InsertText(StartOffs, Str, /*InsertAfter*/true);
389 RB.InsertText(offs, indent, /*InsertAfter=*/false);

Completed in 3206 milliseconds

1 2