Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dversion_type.hpp53 struct has_version struct
56 struct two {char _[2];};
60 static const bool value = sizeof(test<T>(0)) == 1;
61 void dummy(){} in dummy()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/qi/numeric/detail/
Dreal_impl.hpp191 typedef mpl::bool_<has_version<RealPolicies>::value> has_version; in ignore_excess_digits() typedef
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_proto/src/ukey2_all_proto/
Dsecuregcm.rs99 pub fn has_version(&self) -> bool { in has_version() method
Dukey.rs530 pub fn has_version(&self) -> bool { in has_version() method
928 pub fn has_version(&self) -> bool { in has_version() method
/external/mesa3d/src/imagination/include/hwdef/
Drogue_hw_utils.h170 bool has_version; in rogue_get_zls_tile_size_xy() local
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcertificate_view.cc308 int has_version, has_extensions; in ParseSingleCertificate() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcertificate_view.cc308 int has_version, has_extensions; in ParseSingleCertificate() local
/external/cronet/stable/net/test/
Dcert_builder.cc1179 bool has_version; in InitFromCert() local
/external/cronet/tot/net/test/
Dcert_builder.cc1179 bool has_version; in InitFromCert() local
/external/python/cpython3/Objects/
Dtypeobject.c5257 int has_version = 0; in _PyType_LookupRef() local