Searched defs:TakeString (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
H A Dhpack_output_stream.cc68 void HpackOutputStream::TakeString(string* output) { function in class:net::HpackOutputStream
H A Dhpack_encoder_test.cc57 void TakeString(string* out) { function in class:net::test::HpackEncoderPeer
58 encoder_->output_stream_.TakeString(out);
152 expected_.TakeString(&expected_out);
279 expected_.TakeString(&expected_out);
280 peer_.TakeString(&actual_out);
298 expected_.TakeString(&expected_out);
/external/chromium_org/base/memory/
H A Dref_counted_memory.cc67 RefCountedString* RefCountedString::TakeString(std::string* to_destroy) { function in class:base::RefCountedString
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp331 CodeCompletionString *CodeCompletionBuilder::TakeString() { function in class:CodeCompletionBuilder

Completed in 916 milliseconds