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

/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1564 inline char* StrDup(const char* src) { return strdup(src); } function in namespace:testing::internal::posix
1574 inline char* StrDup(const char* src) { return _strdup(src); } function in namespace:testing::internal::posix

Completed in 126 milliseconds