Home
last modified time | relevance | path

Searched defs:Rep (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/boost/libs/chrono/test/duration/
Dduration_values_pass.cpp28 typedef typename D::rep Rep; in check_max() typedef
32 typedef typename D::rep Rep; in check_max() typedef
41 typedef typename D::rep Rep; in check_min() typedef
45 typedef typename D::rep Rep; in check_min() typedef
55 typedef typename D::rep Rep; in check_zero() typedef
59 typedef typename D::rep Rep; in check_zero() typedef
Dtypedefs_pass.cpp26 typedef typename D::rep Rep; in check_duration() typedef
/third_party/boost/boost/thread/
Dpoly_shared_lockable.hpp41 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_shared_for()
72 bool try_lock_upgrade_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_upgrade_for()
89 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const & rel_time) in try_unlock_shared_and_lock_for()
107 bool try_unlock_shared_and_lock_upgrade_for(chrono::duration<Rep, Period> const & rel_time) in try_unlock_shared_and_lock_upgrade_for()
126 bool try_unlock_upgrade_and_lock_for(chrono::duration<Rep, Period> const & rel_time) in try_unlock_upgrade_and_lock_for()
Dnull_mutex.hpp64 bool try_lock_for(chrono::duration<Rep, Period> const &) in try_lock_for()
99 bool try_lock_shared_for(chrono::duration<Rep, Period> const &) in try_lock_shared_for()
134 bool try_lock_upgrade_for(chrono::duration<Rep, Period> const &) in try_lock_upgrade_for()
158 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const &) in try_unlock_shared_and_lock_for()
189 bool try_unlock_shared_and_lock_upgrade_for(chrono::duration<Rep, Period> const &) in try_unlock_shared_and_lock_upgrade_for()
226 bool try_unlock_upgrade_and_lock_for(chrono::duration<Rep, Period> const &) in try_unlock_upgrade_and_lock_for()
Dlockable_adapter.hpp79 bool try_lock_for(chrono::duration<Rep, Period> const & rel_time) const in try_lock_for()
113 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) const in try_lock_shared_for()
150 bool try_lock_upgrade_for(chrono::duration<Rep, Period> const & rel_time) const in try_lock_upgrade_for()
166 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const & rel_time) const in try_unlock_shared_and_lock_for()
187 … bool try_unlock_shared_and_lock_upgrade_for(chrono::duration<Rep, Period> const & rel_time) const in try_unlock_shared_and_lock_upgrade_for()
212 bool try_unlock_upgrade_and_lock_for(chrono::duration<Rep, Period> const & rel_time) const in try_unlock_upgrade_and_lock_for()
Dlock_types.hpp161 unique_lock(Mutex& mtx, const chrono::duration<Rep, Period>& d) in unique_lock()
243 const chrono::duration<Rep, Period>& rel_time) in unique_lock()
302 const chrono::duration<Rep, Period>& rel_time) in unique_lock()
410 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for()
551 shared_lock(Mutex& mtx, const chrono::duration<Rep, Period>& d) in shared_lock()
692 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for()
808 upgrade_lock(Mutex& mtx, const chrono::duration<Rep, Period>& d) in upgrade_lock()
890 const chrono::duration<Rep, Period>& rel_time) in upgrade_lock()
979 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for()
/third_party/boost/boost/chrono/io/
Dduration_put.hpp104 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put()
122duration<Rep, Period> const& d, const CharT* pattern, const CharT* pat_end, const char_type* val =… in put()
173 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put()
201 …iter_type put_value(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& … in put_value()
216 …ype put_value(iter_type s, std::ios_base& ios, char_type fill, duration<process_times<Rep>, Period… in put_value()
244 …iter_type put_unit(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d… in put_unit()
261 duration<Rep, Period> const& d) const in put_unit()
279 duration<process_times<Rep>, Period> const& d) const in put_unit()
Dduration_io.hpp134 operator<<(std::basic_ostream<CharT, Traits>& os, const duration<Rep, Period>& d) in operator <<()
192 operator<<(std::basic_ostream<CharT, Traits>& os, const duration<Rep, Period>& d) in operator <<()
252 operator>>(std::basic_istream<CharT, Traits>& is, duration<Rep, Period>& d) in operator >>()
/third_party/boost/libs/chrono/test/
Drep.h23 BOOST_CONSTEXPR Rep() : data_() {} in Rep() function
24 explicit BOOST_CONSTEXPR Rep(int i) : data_(i) {} in Rep() function
/third_party/boost/libs/chrono/example/
Dxtime.cpp40 round_up(duration<Rep, Period> d) in round_up()
59 to_xtime_truncate(duration<Rep, Period> d) in to_xtime_truncate()
69 to_xtime_round_up(duration<Rep, Period> d) in to_xtime_round_up()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_test_util.h67 struct Rep : public cord_internal::CordRepExternal { in MakeExternal() struct
68 std::string s; in MakeExternal()
69 explicit Rep(absl::string_view sv) : s(sv) { in MakeExternal() function
/third_party/boost/libs/compute/include/boost/compute/detail/
Dduration.hpp31 make_duration_from_nanoseconds(std::chrono::duration<Rep, Period>, size_t nanoseconds) in make_duration_from_nanoseconds()
42 make_duration_from_nanoseconds(boost::chrono::duration<Rep, Period>, size_t nanoseconds) in make_duration_from_nanoseconds()
/third_party/boost/boost/compute/detail/
Dduration.hpp31 make_duration_from_nanoseconds(std::chrono::duration<Rep, Period>, size_t nanoseconds) in make_duration_from_nanoseconds()
42 make_duration_from_nanoseconds(boost::chrono::duration<Rep, Period>, size_t nanoseconds) in make_duration_from_nanoseconds()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinystr.h211 struct Rep struct
222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
/third_party/boost/boost/fiber/
Dcondition_variable.hpp150 … cv_status wait_for( LockType & lt, std::chrono::duration< Rep, Period > const& timeout_duration) { in wait_for()
156 …wait_for( LockType & lt, std::chrono::duration< Rep, Period > const& timeout_duration, Pred pred) { in wait_for()
229 cv_status wait_for( std::unique_lock< mutex > & lt, in wait_for()
242 bool wait_for( std::unique_lock< mutex > & lt, in wait_for()
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc345 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles
346 Vec<Node*> nodes_;
347 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_
348 PointerMap ptrmap_;
351 Vec<int32_t> deltaf_; // Results of forward DFS
352 Vec<int32_t> deltab_; // Results of backward DFS
353 Vec<int32_t> list_; // All nodes to reprocess
354 Vec<int32_t> merged_; // Rank values to assign to list_ entries
355 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches
357 Rep() : ptrmap_(&nodes_) {} in Rep() function
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc345 struct GraphCycles::Rep { struct in absl::synchronization_internal::GraphCycles
346 Vec<Node*> nodes_;
347 Vec<int32_t> free_nodes_; // Indices for unused entries in nodes_
348 PointerMap ptrmap_;
351 Vec<int32_t> deltaf_; // Results of forward DFS
352 Vec<int32_t> deltab_; // Results of backward DFS
353 Vec<int32_t> list_; // All nodes to reprocess
354 Vec<int32_t> merged_; // Rank values to assign to list_ entries
355 Vec<int32_t> stack_; // Emulates recursion stack for depth-first searches
357 Rep() : ptrmap_(&nodes_) {} in Rep() function
/third_party/boost/boost/thread/v2/
Dshared_mutex.hpp228 bool try_lock_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_for()
248 bool try_lock_shared_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for()
528 bool try_lock_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_for()
548 bool try_lock_shared_for(const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for()
569 const boost::chrono::duration<Rep, Period>& rel_time) in try_lock_upgrade_for()
591 const boost::chrono::duration<Rep, Period>& rel_time) in try_unlock_shared_and_lock_for()
610 const boost::chrono::duration<Rep, Period>& rel_time) in try_unlock_shared_and_lock_upgrade_for()
628 const boost::chrono::duration<Rep, Period>& rel_time) in try_unlock_upgrade_and_lock_for()
/third_party/boost/boost/thread/pthread/
Dshared_mutex.hpp222 bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_shared_for()
315 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_for()
404 bool try_lock_upgrade_for(const chrono::duration<Rep, Period>& rel_time) in try_lock_upgrade_for()
499 const chrono::duration<Rep, Period>& rel_time) in try_unlock_upgrade_and_lock_for()
557 const chrono::duration<Rep, Period>& rel_time) in try_unlock_shared_and_lock_for()
611 const chrono::duration<Rep, Period>& rel_time) in try_unlock_shared_and_lock_upgrade_for()
/third_party/boost/boost/thread/concurrent_queues/
Dsync_timed_queue.hpp197 …void sync_timed_queue<T, Clock, TimePoint>::push(const T& elem, chrono::duration<Rep,Period> const… in push()
211 …med_queue<T, Clock, TimePoint>::push(BOOST_THREAD_RV_REF(T) elem, chrono::duration<Rep,Period> con… in push()
227 …us sync_timed_queue<T, Clock, TimePoint>::try_push(const T& elem, chrono::duration<Rep,Period> con… in try_push()
241 …queue<T, Clock, TimePoint>::try_push(BOOST_THREAD_RV_REF(T) elem, chrono::duration<Rep,Period> con… in try_push()
300 …ue<T, Clock, TimePoint>::wait_to_pull_for(unique_lock<mutex>& lk, chrono::duration<Rep,Period> con… in wait_to_pull_for()
395 sync_timed_queue<T, Clock, TimePoint>::pull_for(chrono::duration<Rep,Period> const& dura, T& elem) in pull_for()
/third_party/boost/boost/process/detail/posix/
Dwait_group.hpp105 const std::chrono::duration<Rep, Period>& rel_time, in wait_for()
114 const std::chrono::duration<Rep, Period>& rel_time) noexcept in wait_for()
/third_party/boost/boost/chrono/
Dceil.hpp25 To ceil(const duration<Rep, Period>& d) in ceil()
Dfloor.hpp25 To floor(const duration<Rep, Period>& d) in floor()
/third_party/boost/boost/process/detail/windows/
Dwait_for_exit.hpp103 const std::chrono::duration<Rep, Period>& rel_time, in wait_for()
113 const std::chrono::duration<Rep, Period>& rel_time) in wait_for()

1234