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/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/node/deps/ngtcp2/nghttp3/lib/includes/nghttp3/
Dnghttp3.h2584 const char *version_str; member
/third_party/nghttp2/lib/includes/nghttp2/
Dnghttp2.h159 const char *version_str; member
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
Dnghttp2.h159 const char *version_str; member
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
Dngtcp2.h5586 const char *version_str; member
/third_party/vulkan-loader/loader/
Dloader.c3432 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