Home
last modified time | relevance | path

Searched defs:version_str (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dusage_config.cc82 std::string version_str(flags_internal::ShortProgramInvocationName()); in VersionString() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dextension_options_parser.cc64 std::string version_str = std::string(iter_config->value.begin(), iter_config->value.end()); in DoParseCacheVersion() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/hardware/
Ddevice_context_manager.cc119 auto version_str = tmp_str.substr(0, pos); in GetCudaVersionFromNvcc() local
127 bool GetIntVersionFromVersionStr(const std::string &version_str, size_t *major, size_t *minor) { in GetIntVersionFromVersionStr()
/third_party/mesa3d/src/mesa/main/
Dversion.c68 const char *version_str; in get_gl_override() local
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c20 char version_str[VERSION_LEN]; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dtests.rs206 let version_str = if maj >= 9 { in compare_generated_header() localVariable
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h167 const char *version_str; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/np_dtype/
Dnp_dtypes.cc1439 static std::string version_str = ""; in GetNumpyVersion() local
/third_party/vulkan-loader/loader/
Dloader.c3446 char *version_str = NULL; in loader_parse_icd_manifest() local
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2587 pub fn version_str(&self) -> &'static str { in version_str() method