Home
last modified time | relevance | path

Searched refs:AnsiToUtf16 (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc2358 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() function in testing::internal::String
9237 LPCWSTR unicode = String::AnsiToUtf16(pathname_.c_str()); in FileOrDirectoryExists()
9261 LPCWSTR unicode = String::AnsiToUtf16(path.c_str()); in DirectoryExists()
9354 LPCWSTR unicode = String::AnsiToUtf16(removed_sep.c_str()); in CreateFolder()
Dgtest.h4355 static LPCWSTR AnsiToUtf16(const char* c_str);