Home
last modified time | relevance | path

Searched defs:is_version (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dversion_type.hpp84 struct is_version struct
86 static const bool value =
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/http/
Dparser_streaming.rs120 fn is_version(c: u8) -> bool { in is_version() function
Dparser.rs119 fn is_version(c: u8) -> bool { in is_version() function
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h111 bool is_version(unsigned required_glsl_version, in is_version() function