/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
H A D | call-conv-field.rs | 12 pub GetVersion: ::std::option::Option< 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/ |
H A D | call-conv-field.rs | 12 pub GetVersion: ::std::option::Option< 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/ |
H A 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()
|
H A D | CLPlatformVk.h | 38 static constexpr cl_version GetVersion(); 45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion() function in rx::CLPlatformVk
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | call-conv-field.h | 8 int (__stdcall *GetVersion)(void *env); member
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 227 /* Avoid Visual Studio 13 GetVersion deprecated problems */ 232 # define check_winnt() (GetVersion() < 0x80000000) 233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | OpenGLFunctions.h | 29 const OpenGLVersion& GetVersion() const;
|
H A D | BackendGL.cpp | 141 if (mFunctions.GetVersion().IsES()) { 181 if (mFunctions.GetVersion().IsDesktop()) {
|
H A D | OpenGLFunctions.cpp | 49 const OpenGLVersion& OpenGLFunctions::GetVersion() const { in GetVersion() function in dawn_native::opengl::OpenGLFunctions
|
H A D | DeviceGL.cpp | 101 SetToggle(Toggle::FlushBeforeClientWaitSync, gl.GetVersion().IsES()); in InitTogglesFromDriver() 103 SetToggle(Toggle::UseDummyFragmentInVertexOnlyPipeline, gl.GetVersion().IsES()); in InitTogglesFromDriver()
|
H A D | ShaderModuleGL.cpp | 299 const OpenGLVersion& version = ToBackend(GetDevice())->gl.GetVersion(); in TranslateToGLSL()
|
/third_party/protobuf/python/ |
H A D | setup.py | 37 def GetVersion(): function 251 version=GetVersion(),
|
/third_party/node/deps/v8/src/utils/ |
H A D | version.h | 41 static const char* GetVersion() { return version_string_; } in GetVersion() function in v8::internal::Version
|
/third_party/lzma/C/ |
H A D | DllSecur.c | 56 // sysinfoapi.h: kit10: GetVersion was declared deprecated
61 if ((UInt16)GetVersion() != 6) { \
|
H A D | CpuArch.c | 364 #pragma warning(disable : 4996) // `GetVersion': was declared deprecated
in CPU_Sys_Is_SSE_Supported() 369 return (Byte)GetVersion() >= 5;
in CPU_Sys_Is_SSE_Supported()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-initialization.h | 93 static const char* GetVersion();
|
/third_party/node/deps/v8/include/ |
H A D | v8-initialization.h | 93 static const char* GetVersion();
|
/third_party/mesa3d/include/d3dadapter/ |
H A D | present.h | 153 void (WINAPI *GetVersion) (ID3DPresentGroup *This, int *major, int *minor); member 169 #define ID3DPresentGroup_GetVersion(p,a,b) (p)->lpVtbl->GetVersion(p,a,b)
|
/third_party/node/deps/openssl/openssl/ |
H A D | e_os.h | 174 /* Avoid Visual Studio 13 GetVersion deprecated problems */ 179 # define check_winnt() (GetVersion() < 0x80000000) 180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/openssl/ |
H A D | e_os.h | 174 /* Avoid Visual Studio 13 GetVersion deprecated problems */ 179 # define check_winnt() (GetVersion() < 0x80000000) 180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
|
/third_party/node/src/ |
H A D | node_metadata.cc | 79 v8 = v8::V8::GetVersion(); in Versions()
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrlib.h | 263 UINT_32 GetVersion() in GetVersion() function in Addr::Lib
|
/third_party/node/deps/npm/node_modules/node-gyp/lib/ |
H A D | Find-VisualStudio.cs | 141 string GetVersion(); in GetVersion() method
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_validator.cpp | 98 if (FAILED(version_info->GetVersion(&major, &minor))) in get_validator_version()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 244 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
|