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

  /external/pdfium/testing/
test_support.cpp 108 WideString wide_string = local
110 return std::string(wide_string.UTF8Encode().c_str());
  /external/clang/test/FixIt/
typo.cpp 87 template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here}} class in namespace:another
91 nonstd::wide_string<char> str2; // expected-error{{no template named 'wide_string' in namespace 'nonstd'; did you mean 'another::wide_string'?}}

Completed in 190 milliseconds