Searched refs:CopyStr (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 563 char *CopyStr = Alloc.Allocate<char>(Str.size()+1); in copyString() local 564 std::copy(Str.begin(), Str.end(), CopyStr); in copyString() 565 CopyStr[Str.size()] = '\0'; in copyString() 566 return CopyStr; in copyString()
|
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 361 int CopyStr(char* Info::*str, Info&) const;
|
D | mkvparser.cpp | 4491 int Track::Info::CopyStr(char* Info::*str, Info& dst_) const { in CopyStr() function in mkvparser::Track::Info 4536 if (int status = CopyStr(&Info::nameAsUTF8, dst)) in Copy() 4539 if (int status = CopyStr(&Info::language, dst)) in Copy() 4542 if (int status = CopyStr(&Info::codecId, dst)) in Copy() 4545 if (int status = CopyStr(&Info::codecNameAsUTF8, dst)) in Copy()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 357 int CopyStr(char* Info::*str, Info&) const;
|
D | mkvparser.cpp | 4405 int Track::Info::CopyStr(char* Info::*str, Info& dst_) const { in CopyStr() function in mkvparser::Track::Info 4450 if (int status = CopyStr(&Info::nameAsUTF8, dst)) in Copy() 4453 if (int status = CopyStr(&Info::language, dst)) in Copy() 4456 if (int status = CopyStr(&Info::codecId, dst)) in Copy() 4459 if (int status = CopyStr(&Info::codecNameAsUTF8, dst)) in Copy()
|