Home
last modified time | relevance | path

Searched defs:GetVersion (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLPlatformVk.h45 constexpr cl_version CLPlatformVk::GetVersion() in GetVersion() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dcall-conv-field.h8 int (__stdcall *GetVersion)(void *env); member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/
Dcall-conv-field.rs12 pub GetVersion: ::std::option::Option< field
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/
Dcall-conv-field.rs12 pub GetVersion: ::std::option::Option< field
/third_party/node/deps/v8/src/utils/
Dversion.h41 static const char* GetVersion() { return version_string_; } in GetVersion() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DOpenGLFunctions.cpp49 const OpenGLVersion& OpenGLFunctions::GetVersion() const { in GetVersion() function in dawn_native::opengl::OpenGLFunctions
/third_party/cef/libcef_dll/ctocpp/
Dweb_plugin_info_ctocpp.cc56 NO_SANITIZE("cfi-icall") CefString CefWebPluginInfoCToCpp::GetVersion() { in GetVersion() function in CefWebPluginInfoCToCpp
/third_party/cef/libcef/browser/
Dweb_plugin_impl.cc48 CefString CefWebPluginInfoImpl::GetVersion() { in GetVersion() function in CefWebPluginInfoImpl
/third_party/protobuf/python/
Dsetup.py37 def GetVersion(): function
/third_party/node/deps/npm/node_modules/node-gyp/lib/
DFind-VisualStudio.cs141 string GetVersion(); in GetVersion() method
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib.h263 UINT_32 GetVersion() in GetVersion() function
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1703 Version GetVersion() in GetVersion() function
/third_party/mesa3d/src/imgui/
Dimgui.cpp2979 const char* ImGui::GetVersion() in GetVersion() function in ImGui
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp3391 const char* ImGui::GetVersion() in GetVersion() function in ImGui
/third_party/node/deps/v8/src/api/
Dapi.cc6196 const char* v8::V8::GetVersion() { return i::Version::GetVersion(); } in GetVersion() function in v8::v8::V8