Home
last modified time | relevance | path

Searched refs:HStringReference (Results 1 – 14 of 14) sorted by relevance

/external/cronet/stable/base/win/
Dhstring_reference.h24 class BASE_EXPORT HStringReference {
27 explicit HStringReference(const wchar_t* str);
42 HStringReference(const HStringReference&) = delete;
43 HStringReference& operator=(const HStringReference&) = delete;
Dhstring_reference_unittest.cc29 const HStringReference string(kTestString); in TEST()
34 const HStringReference empty_string(kEmptyString); in TEST()
39 const HStringReference null_string(nullptr); in TEST()
Dhstring_reference.cc17 HStringReference::HStringReference(const wchar_t* str) { in HStringReference() function in base::win::HStringReference
Dmap_unittest.cc508 base::win::HStringReference value_stringref_inserted(kTestValue); in TEST()
514 base::win::HStringReference key_stringref_inserted(kTestKey); in TEST()
520 base::win::HStringReference key_stringref_lookedup(kTestKey); in TEST()
/external/cronet/tot/base/win/
Dhstring_reference.h24 class BASE_EXPORT HStringReference {
27 explicit HStringReference(const wchar_t* str);
42 HStringReference(const HStringReference&) = delete;
43 HStringReference& operator=(const HStringReference&) = delete;
Dhstring_reference_unittest.cc29 const HStringReference string(kTestString); in TEST()
34 const HStringReference empty_string(kEmptyString); in TEST()
39 const HStringReference null_string(nullptr); in TEST()
Dhstring_reference.cc17 HStringReference::HStringReference(const wchar_t* str) { in HStringReference() function in base::win::HStringReference
Dmap_unittest.cc508 base::win::HStringReference value_stringref_inserted(kTestValue); in TEST()
514 base::win::HStringReference key_stringref_inserted(kTestKey); in TEST()
520 base::win::HStringReference key_stringref_lookedup(kTestKey); in TEST()
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp83 result = propMap->HasKey(HStringReference(EGLNativeWindowTypeProperty).Get(), in IsEGLConfiguredPropertySet()
101 propMap->Lookup(HStringReference(EGLNativeWindowTypeProperty).Get(), &nativeWindow); in IsEGLConfiguredPropertySet()
143 HRESULT result = propertyMap->HasKey(HStringReference(propertyName).Get(), hasKey); in GetOptionalPropertyValue()
153 result = propertyMap->Lookup(HStringReference(propertyName).Get(), &propertyValue); in GetOptionalPropertyValue()
DCoreWindowNativeWindow_unittest.cpp287 HStringReference(RuntimeClass_Windows_Foundation_Collections_PropertySet).Get(),
304 GetActivationFactory(HStringReference(RuntimeClass_Windows_Foundation_PropertyValue).Get(),
319 return propertyMap->Insert(HStringReference(propertyName).Get(), inspectable,
DSwapChainPanelNativeWindow_unittest.cpp403 HStringReference(RuntimeClass_Windows_Foundation_Collections_PropertySet).Get(), in CreatePropertyMap()
420 GetActivationFactory(HStringReference(RuntimeClass_Windows_Foundation_PropertyValue).Get(), in CreatePropertyValueStatics()
435 return propertyMap->Insert(HStringReference(propertyName).Get(), inspectable, in SetInspectablePropertyValue()
DCoreWindowNativeWindow.cpp220 HStringReference(RuntimeClass_Windows_Graphics_Display_DisplayInformation).Get(), in GetLogicalDpi()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DTrim11.cpp63 HStringReference(RuntimeClass_Windows_ApplicationModel_Core_CoreApplication).Get(), in registerForRendererTrimRequest()
92 HStringReference(RuntimeClass_Windows_ApplicationModel_Core_CoreApplication).Get(), in unregisterForRendererTrimRequest()
/external/sdv/vsomeip/third_party/boost/thread/src/win32/
Dthread.cpp202 …Microsoft::WRL::Wrappers::HStringReference(RuntimeClass_Windows_System_Threading_ThreadPool).Get(), in start()