HomeSort by relevance Sort by last modified time
    Searched defs:CopyString (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 254 const char *CodeCompletionAllocator::CopyString(const Twine &String) {
322 CachedParentName = AllocatorRef->CopyString(OS.str());
392 BriefComment = Allocator.CopyString(Comment);
  /external/skia/tools/
PictureRenderer.cpp 61 this->CopyString(&fWritePath, writePath);
62 this->CopyString(&fMismatchPath, mismatchPath);
63 this->CopyString(&fInputFilename, inputFilename);
82 void PictureRenderer::CopyString(SkString* dest, const SkString* src) {
495 this->CopyString(&fWritePath, writePath);
496 this->CopyString(&fMismatchPath, mismatchPath);
497 this->CopyString(&fInputFilename, inputFilename);

Completed in 51 milliseconds