Home
last modified time | relevance | path

Searched defs:version_0 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Dversion_type.hpp92 typedef dtl::integral_constant<unsigned, 0> version_0; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dvector.hpp2360 BOOST_CONTAINER_FORCEINLINE void priv_merge_in_new_buffer(FwdIt, size_type, Compare, version_0) in priv_merge_in_new_buffer() argument
2568 BOOST_CONTAINER_FORCEINLINE void priv_move_to_new_buffer(size_type, version_0) in priv_move_to_new_buffer() argument
2677 BOOST_CONTAINER_FORCEINLINE void priv_shrink_to_fit(version_0) BOOST_NOEXCEPT_OR_NOTHROW in priv_shrink_to_fit() argument
2724 (T * const, const size_type, const InsertionProxy , version_0) in priv_insert_forward_range_no_capacity() argument
2812 void priv_resize(const size_type new_size, const U &u, version_0) in priv_resize() argument
/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp2422 const int version_0 = apex_files[0].get().GetManifest().version(); in SelectApexForActivation() local