Searched refs:HStringReference (Results 1 – 14 of 14) sorted by relevance
/external/cronet/stable/base/win/ |
D | hstring_reference.h | 24 class BASE_EXPORT HStringReference { 27 explicit HStringReference(const wchar_t* str); 42 HStringReference(const HStringReference&) = delete; 43 HStringReference& operator=(const HStringReference&) = delete;
|
D | hstring_reference_unittest.cc | 29 const HStringReference string(kTestString); in TEST() 34 const HStringReference empty_string(kEmptyString); in TEST() 39 const HStringReference null_string(nullptr); in TEST()
|
D | hstring_reference.cc | 17 HStringReference::HStringReference(const wchar_t* str) { in HStringReference() function in base::win::HStringReference
|
D | map_unittest.cc | 508 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/ |
D | hstring_reference.h | 24 class BASE_EXPORT HStringReference { 27 explicit HStringReference(const wchar_t* str); 42 HStringReference(const HStringReference&) = delete; 43 HStringReference& operator=(const HStringReference&) = delete;
|
D | hstring_reference_unittest.cc | 29 const HStringReference string(kTestString); in TEST() 34 const HStringReference empty_string(kEmptyString); in TEST() 39 const HStringReference null_string(nullptr); in TEST()
|
D | hstring_reference.cc | 17 HStringReference::HStringReference(const wchar_t* str) { in HStringReference() function in base::win::HStringReference
|
D | map_unittest.cc | 508 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/ |
D | InspectableNativeWindow.cpp | 83 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()
|
D | CoreWindowNativeWindow_unittest.cpp | 287 HStringReference(RuntimeClass_Windows_Foundation_Collections_PropertySet).Get(), 304 GetActivationFactory(HStringReference(RuntimeClass_Windows_Foundation_PropertyValue).Get(), 319 return propertyMap->Insert(HStringReference(propertyName).Get(), inspectable,
|
D | SwapChainPanelNativeWindow_unittest.cpp | 403 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()
|
D | CoreWindowNativeWindow.cpp | 220 HStringReference(RuntimeClass_Windows_Graphics_Display_DisplayInformation).Get(), in GetLogicalDpi()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Trim11.cpp | 63 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/ |
D | thread.cpp | 202 …Microsoft::WRL::Wrappers::HStringReference(RuntimeClass_Windows_System_Threading_ThreadPool).Get(), in start()
|