OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TakeString
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/base/memory/
ref_counted_memory_unittest.cc
46
scoped_refptr<RefCountedMemory> mem = RefCountedString::
TakeString
(&s);
57
scoped_refptr<RefCountedMemory> mem1 = RefCountedString::
TakeString
(&s1);
69
scoped_refptr<RefCountedMemory> mem3 = RefCountedString::
TakeString
(&s3);
77
scoped_refptr<RefCountedMemory> mem = RefCountedString::
TakeString
(&s);
ref_counted_memory.cc
65
scoped_refptr<RefCountedString> RefCountedString::
TakeString
(
ref_counted_memory.h
111
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 848 milliseconds