/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | call-conv-field.rs | 12 pub GetVersion: ::std::option::Option< field 36 ::std::ptr::addr_of!((*ptr).GetVersion) as usize - ptr as usize in bindgen_test_layout_JNINativeInterface_() 43 stringify!(GetVersion) in bindgen_test_layout_JNINativeInterface_()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | call-conv-field.rs | 12 pub GetVersion: ::std::option::Option< field 36 ::std::ptr::addr_of!((*ptr).GetVersion) as usize - ptr as usize in bindgen_test_layout_JNINativeInterface_() 43 stringify!(GetVersion) in bindgen_test_layout_JNINativeInterface_()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CLPlatformVk.cpp | 52 info.version = GetVersion(); in createInfo() 100 "OpenCL " + std::to_string(CL_VERSION_MAJOR(GetVersion())) + "." + in GetVersionString() 101 std::to_string(CL_VERSION_MINOR(GetVersion())) + " ANGLE " + in GetVersionString()
|
D | CLPlatformVk.h | 38 static constexpr cl_version GetVersion(); 45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion() function
|
/third_party/openssl/ohos_lite/ |
D | e_os.h | 232 # define check_winnt() (GetVersion() < 0x80000000) 233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | call-conv-field.h | 8 int (__stdcall *GetVersion)(void *env); member
|
/third_party/cef/libcef/browser/ |
D | web_plugin_impl.h | 18 CefString GetVersion() override;
|
D | web_plugin_impl.cc | 48 CefString CefWebPluginInfoImpl::GetVersion() { in GetVersion() function in CefWebPluginInfoImpl
|
/third_party/openssl/ |
D | e_os.h | 179 # define check_winnt() (GetVersion() < 0x80000000) 180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/cef/libcef_dll/ctocpp/ |
D | web_plugin_info_ctocpp.h | 42 CefString GetVersion() override;
|
D | web_plugin_info_ctocpp.cc | 56 NO_SANITIZE("cfi-icall") CefString CefWebPluginInfoCToCpp::GetVersion() { in GetVersion() function in CefWebPluginInfoCToCpp
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | OpenGLFunctions.h | 29 const OpenGLVersion& GetVersion() const;
|
D | BackendGL.cpp | 141 if (mFunctions.GetVersion().IsES()) { in InitializeImpl() 181 if (mFunctions.GetVersion().IsDesktop()) { in InitializeImpl()
|
D | OpenGLFunctions.cpp | 49 const OpenGLVersion& OpenGLFunctions::GetVersion() const { in GetVersion() function in dawn_native::opengl::OpenGLFunctions
|
D | DeviceGL.cpp | 101 SetToggle(Toggle::FlushBeforeClientWaitSync, gl.GetVersion().IsES()); in InitTogglesFromDriver() 103 SetToggle(Toggle::UseDummyFragmentInVertexOnlyPipeline, gl.GetVersion().IsES()); in InitTogglesFromDriver()
|
/third_party/protobuf/python/ |
D | setup.py | 37 def GetVersion(): function 251 version=GetVersion(),
|
/third_party/cef/include/ |
D | cef_web_plugin.h | 66 virtual CefString GetVersion() = 0;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | web_plugin_info_cpptoc.cc | 67 CefString _retval = CefWebPluginInfoCppToC::Get(self)->GetVersion(); in web_plugin_info_get_version()
|
/third_party/mesa3d/include/d3dadapter/ |
D | present.h | 153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor); 169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
|
/third_party/node/src/ |
D | node_metadata.cc | 69 v8 = v8::V8::GetVersion(); in Versions()
|
/third_party/glslang/ |
D | CHANGES.md | 30 The new public API to obtain the `glslang` version is `glslang::GetVersion()`.
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib.h | 263 UINT_32 GetVersion() in GetVersion() function
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
D | Find-VisualStudio.cs | 141 string GetVersion(); in GetVersion() method
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_validator.cpp | 98 if (FAILED(version_info->GetVersion(&major, &minor))) in get_validator_version()
|
/third_party/zlib/contrib/untgz/ |
D | untgz.c | 233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
|