/third_party/boost/libs/chrono/test/duration/ |
D | duration_values_pass.cpp | 28 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
|
D | typedefs_pass.cpp | 26 typedef typename D::rep Rep; in check_duration() typedef
|
/third_party/boost/boost/thread/ |
D | poly_shared_lockable.hpp | 41 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()
|
D | null_mutex.hpp | 64 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()
|
D | lockable_adapter.hpp | 79 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()
|
D | lock_types.hpp | 161 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/ |
D | duration_put.hpp | 104 …iter_type put(iter_type s, std::ios_base& ios, char_type fill, duration<Rep, Period> const& d, con… in put() 122 …duration<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()
|
D | duration_io.hpp | 134 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/ |
D | rep.h | 23 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/ |
D | xtime.cpp | 40 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/ |
D | cord_rep_test_util.h | 67 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/ |
D | duration.hpp | 31 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/ |
D | duration.hpp | 31 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/ |
D | tinystr.h | 211 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/ |
D | tinystr.h | 211 struct Rep struct 222 // rep_ = static_cast<Rep*>(operator new(sizeof(Rep) + cap)); in init() argument
|
/third_party/boost/boost/fiber/ |
D | condition_variable.hpp | 150 … 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/ |
D | graphcycles.cc | 345 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/ |
D | graphcycles.cc | 345 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/ |
D | shared_mutex.hpp | 228 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/ |
D | shared_mutex.hpp | 222 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/ |
D | sync_timed_queue.hpp | 197 …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/ |
D | wait_group.hpp | 105 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/ |
D | ceil.hpp | 25 To ceil(const duration<Rep, Period>& d) in ceil()
|
D | floor.hpp | 25 To floor(const duration<Rep, Period>& d) in floor()
|
/third_party/boost/boost/process/detail/windows/ |
D | wait_for_exit.hpp | 103 const std::chrono::duration<Rep, Period>& rel_time, in wait_for() 113 const std::chrono::duration<Rep, Period>& rel_time) in wait_for()
|