Searched refs:CopyStr (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Lex/ |
D | HeaderSearch.cpp | 555 char *CopyStr = Alloc.Allocate<char>(Str.size()+1); in copyString() local 556 std::copy(Str.begin(), Str.end(), CopyStr); in copyString() 557 CopyStr[Str.size()] = '\0'; in copyString() 558 return CopyStr; in copyString()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 359 int CopyStr(char* Info::*str, Info&) const;
|
D | mkvparser.cc | 4525 int Track::Info::CopyStr(char* Info::*str, Info& dst_) const { in CopyStr() function in mkvparser::Track::Info 4570 if (int status = CopyStr(&Info::nameAsUTF8, dst)) in Copy() 4573 if (int status = CopyStr(&Info::language, dst)) in Copy() 4576 if (int status = CopyStr(&Info::codecId, dst)) in Copy() 4579 if (int status = CopyStr(&Info::codecNameAsUTF8, dst)) in Copy()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 359 int CopyStr(char* Info::*str, Info&) const;
|
D | mkvparser.cc | 4534 int Track::Info::CopyStr(char* Info::*str, Info& dst_) const { in CopyStr() function in mkvparser::Track::Info 4579 if (int status = CopyStr(&Info::nameAsUTF8, dst)) in Copy() 4582 if (int status = CopyStr(&Info::language, dst)) in Copy() 4585 if (int status = CopyStr(&Info::codecId, dst)) in Copy() 4588 if (int status = CopyStr(&Info::codecNameAsUTF8, dst)) in Copy()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.h | 359 int CopyStr(char* Info::*str, Info&) const;
|
D | mkvparser.cc | 4525 int Track::Info::CopyStr(char* Info::*str, Info& dst_) const { in CopyStr() function in mkvparser::Track::Info 4570 if (int status = CopyStr(&Info::nameAsUTF8, dst)) in Copy() 4573 if (int status = CopyStr(&Info::language, dst)) in Copy() 4576 if (int status = CopyStr(&Info::codecId, dst)) in Copy() 4579 if (int status = CopyStr(&Info::codecNameAsUTF8, dst)) in Copy()
|