Home
last modified time | relevance | path

Searched defs:wide_string (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/FixIt/
Dtypo.cpp87 …template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here… class
/external/pdfium/core/fxcrt/
Dfx_basic_wstring_unittest.cpp65 CFX_WideString wide_string(L"hello"); in TEST() local
168 CFX_WideString wide_string(L"hello"); in TEST() local
/external/pdfium/fpdfsdk/javascript/
DJS_Value.cpp280 void CJS_PropValue::operator<<(CFX_WideString wide_string) { in operator <<()