Searched defs:wide_string (Results 1 – 3 of 3) sorted by relevance
87 …template<typename T> class wide_string {}; // expected-note {{'another::wide_string' declared here… class
65 CFX_WideString wide_string(L"hello"); in TEST() local168 CFX_WideString wide_string(L"hello"); in TEST() local
280 void CJS_PropValue::operator<<(CFX_WideString wide_string) { in operator <<()