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

  /external/libchrome/base/memory/
ref_counted_memory_unittest.cc 66 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s);
125 scoped_refptr<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1);
133 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3);
141 scoped_refptr<RefCountedMemory> mem = RefCountedString::TakeString(&s);
ref_counted_memory.cc 70 scoped_refptr<RefCountedString> RefCountedString::TakeString(
ref_counted_memory.h 127 static scoped_refptr<RefCountedString> TakeString(std::string* to_destroy);
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
CodeCompleteConsumer.cpp 328 CodeCompletionString *CodeCompletionBuilder::TakeString() {
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 586 CodeCompletionString *TakeString();
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 144 milliseconds