Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/include/boost/chrono/io/
Dtime_point_get.hpp277 …iter_type get_epoch(iter_type i, iter_type e, std::ios_base& is, std::ios_base::iostate& err) const in get_epoch() function in boost::chrono::time_point_get
292 …iter_type get_epoch(time_point_units<CharT> const &facet, iter_type i, iter_type e, std::ios_base&, in get_epoch() function in boost::chrono::time_point_get
Dtime_point_units.hpp85 string_type get_epoch() const in get_epoch() function in boost::chrono::time_point_units
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/storage_provider/in_memory/
Dgroup_state_storage.rs69 pub fn get_epoch(&self, epoch_id: u64) -> Option<&EpochRecord> { in get_epoch() method