/third_party/boost/boost/container/detail/ |
D | container_rebind.hpp | 29 template <class Cont, class U> 34 …template <template <class, class, class...> class Cont, typename V, typename A, class... An, class… 35 struct container_rebind<Cont<V, A, An...>, U> 37 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 41 template <template <class, class> class Cont, typename V, typename A, class U> 42 struct container_rebind<Cont<V, A>, U> 44 …typedef Cont<U, typename allocator_traits<typename real_allocator<V, A>::type>::template portable_… 47 template <template <class> class Cont, typename V, class U> 48 struct container_rebind<Cont<V>, U> 50 typedef Cont<U> type; [all …]
|
/third_party/boost/boost/xpressive/ |
D | regex_actions.hpp | 162 template<typename This, typename Cont, typename Idx> 163 struct result<This(Cont &, Idx)> 165 typedef typename Cont::reference type; 168 template<typename This, typename Cont, typename Idx> 169 struct result<This(Cont const &, Idx)> 171 typedef typename Cont::const_reference type; 174 template<typename This, typename Cont, typename Idx> 175 struct result<This(Cont, Idx)> 177 typedef typename Cont::const_reference type; 184 template<typename Cont, typename Idx> [all …]
|
/third_party/boost/libs/yap/example/ |
D | mixed.cpp | 31 template <typename Cont> 33 Cont const & cont) in operator ()() 67 template <class, class> class Cont, 73 Cont<T, A> & op_assign (Cont<T, A> & cont, Expr const & e, Op && op) in op_assign() 92 template <class, class> class Cont, 97 Cont<T, A> & assign (Cont<T, A> & cont, Expr const & expr) in assign() 105 template <class, class> class Cont, 110 Cont<T, A> & operator+= (Cont<T, A> & cont, Expr const & expr) in operator +=() 118 template <class, class> class Cont, 123 Cont<T, A> & operator-= (Cont<T, A> & cont, Expr const & expr) in operator -=()
|
/third_party/boost/libs/ptr_container/test/ |
D | associative_test_data.hpp | 28 template< class Cont > 29 void operator()( Cont& c, const Cont& c2 ) const in operator ()() 31 typename Cont::iterator i; in operator ()() 32 typename Cont::const_iterator ci; in operator ()() 41 BOOST_DEDUCED_TYPENAME Cont::reverse_iterator ri = c.rbegin(); in operator ()() 43 BOOST_DEDUCED_TYPENAME Cont::const_reverse_iterator cri = c2.rbegin(); in operator ()() 44 BOOST_DEDUCED_TYPENAME Cont::reverse_iterator rv2 = c.rend(); in operator ()() 46 BOOST_DEDUCED_TYPENAME Cont::const_reverse_iterator cvr2 = c2.rend(); in operator ()() 56 template< class Cont> 57 void operator()( Cont& c, const Cont& c2 ) const in operator ()()
|
D | serialization.cpp | 45 template< class Cont > 48 void operator()( Cont& ) const in operator ()() 140 template< class Cont, class OArchive, class IArchive > 143 Cont vec; in test_serialization_helper() 144 set_capacity<Cont>()( vec ); in test_serialization_helper() 157 Cont vec2; in test_serialization_helper() 171 typename Cont::iterator i = vec2.begin(); in test_serialization_helper() 178 template< class Cont, class OArchive, class IArchive > 181 Cont vec; in test_serialization_unordered_set_helper() 182 set_capacity<Cont>()( vec ); in test_serialization_unordered_set_helper() [all …]
|
D | ptr_unordered_set.cpp | 42 template< class Cont, class T > 45 Cont c; in test_unordered_interface() 48 typename Cont::local_iterator i = c.begin( 0 ); in test_unordered_interface() 49 typename Cont::const_local_iterator ci = i; in test_unordered_interface() 53 typename Cont::size_type s = c.bucket_count(); in test_unordered_interface()
|
D | ptr_unordered_map.cpp | 294 template< class Cont, class Key, class T > 297 Cont c; in test_unordered_interface() 301 typename Cont::local_iterator i = c.begin( 0 ); in test_unordered_interface() 302 typename Cont::const_local_iterator ci = i; in test_unordered_interface() 306 typename Cont::size_type s = c.bucket_count(); in test_unordered_interface()
|
D | test_data.hpp | 287 template< class Cont > 290 void operator()( Cont& ) const in operator ()()
|
/third_party/boost/boost/proto/transform/detail/preprocessed/ |
D | pack_impl.hpp | 8 template<typename Fun, typename Cont> 9 struct expand_pattern<1, Fun, Cont> 10 : Cont::template cat<typename expand_pattern_helper<proto::_child_c< 0>, Fun>::type> 74 template<typename Fun, typename Cont> 75 struct expand_pattern<2, Fun, Cont> 76 …: Cont::template cat<typename expand_pattern_helper<proto::_child_c< 0>, Fun>::type , typename exp… 135 template<typename Fun, typename Cont> 136 struct expand_pattern<3, Fun, Cont> 137 …: Cont::template cat<typename expand_pattern_helper<proto::_child_c< 0>, Fun>::type , typename exp… 191 template<typename Fun, typename Cont> [all …]
|
/third_party/boost/libs/container/test/ |
D | comparison_test.hpp | 22 template<class Cont> 25 typedef typename Cont::value_type value_type; in test_container_comparisons() 27 Cont cont; in test_container_comparisons() 32 Cont cont_equal(cont); in test_container_comparisons() 34 Cont cont_less; in test_container_comparisons()
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | algorithm.hpp | 133 template<typename Cont> 134 typename range_data<Cont>::type const *data_begin(Cont const &cont) in data_begin() 139 template<typename Cont> 140 typename range_data<Cont>::type const *data_end(Cont const &cont) in data_end()
|
/third_party/boost/boost/proto/transform/detail/ |
D | pack.hpp | 75 template<long Arity, typename Fun, typename Cont> 78 template<typename Fun, typename Cont> 79 struct expand_pattern<0, Fun, Cont> 80 : Cont::template cat<typename expand_pattern_helper<proto::_value, Fun>::type>
|
D | pack_impl.hpp | 37 template<typename Fun, typename Cont> 38 struct expand_pattern<BOOST_PP_INC(N), Fun, Cont> 39 : Cont::template cat<BOOST_PP_ENUM(BOOST_PP_INC(N), M0, ~)>
|
/third_party/boost/boost/random/ |
D | uniform_on_sphere.hpp | 39 template<class RealType = double, class Cont = std::vector<RealType> > 44 typedef Cont result_type; 188 typename Cont::iterator iter = _container.begin(); in operator ()() 205 typename Cont::iterator iter = _container.begin(); in operator ()() 219 for(typename Cont::iterator it = _container.begin(); in operator ()() 229 for(typename Cont::iterator it = _container.begin(); in operator ()()
|
/third_party/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 177 struct Cont { struct 178 Cont() {} in Cont() argument 179 explicit Cont(absl::string_view src) : data(src) {} in Cont() function 185 absl::string_view get(const Cont& c) { in get() argument 251 std::vector<Cont> replacements(3); in TEST() 252 replacements[0] = Cont{"a:x"}; in TEST() 253 replacements[1] = Cont{"b:y"}; in TEST() 254 replacements[2] = Cont{"c:z"}; in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_replace_test.cc | 177 struct Cont { struct 178 Cont() {} in Cont() argument 179 explicit Cont(absl::string_view src) : data(src) {} in Cont() argument 185 absl::string_view get(const Cont& c) { in get() argument 251 std::vector<Cont> replacements(3); in TEST() 252 replacements[0] = Cont{"a:x"}; in TEST() 253 replacements[1] = Cont{"b:y"}; in TEST() 254 replacements[2] = Cont{"c:z"}; in TEST()
|
/third_party/boost/boost/interprocess/detail/ |
D | utilities.hpp | 190 template<class Cont> 194 value_eraser(Cont & cont, typename Cont::iterator it) in value_eraser() 202 Cont &m_cont; 203 typename Cont::iterator m_index_it;
|
/third_party/boost/libs/geometry/index/example/ |
D | glut_vis.cpp | 87 template <typename Cont, typename Pred> 88 inline size_t query(Cont & cont, Pred const& pred) in query() 105 template <typename Cont> 106 inline void print_result(Cont const& cont) in print_result() 119 template <typename Cont> 120 inline B bounds(Cont const& cont) in bounds() 138 template <typename Cont> 139 inline size_t depth(Cont const& cont) in depth() 152 template <typename Cont> 153 inline void draw_tree(Cont const& cont) in draw_tree() [all …]
|
/third_party/boost/libs/proto/example/ |
D | mixed.cpp | 51 template<class This, class Cont> 52 struct result<This(Cont)> 54 iterator_wrapper<typename boost::remove_reference<Cont>::type::const_iterator> 58 template<typename Cont> 59 typename result<begin(Cont const &)>::type 60 operator ()(Cont const &cont) const in operator ()() 62 iterator_wrapper<typename Cont::const_iterator> it(cont.begin()); in operator ()()
|
/third_party/boost/libs/icl/test/cmp_clang_ttp_passing_/ |
D | cmp_clang_ttp_passing.cpp | 50 class Cont, 55 typedef Cont<T> cont_type; in test_ttp()
|
/third_party/boost/libs/proto/test/ |
D | examples.cpp | 364 template<typename This, typename Cont, typename Index> 365 struct result<This(Cont, Index)> 367 typename boost::remove_reference<Cont>::type 372 template<typename Cont, typename Index> 373 typename fusion::result_of::at<Cont, Index>::type 374 operator ()(Cont &cont, Index const &) const in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 471 MachineBasicBlock *Cont = &*Iter; in placeTryMarker() local 473 assert(Cont != &MF.front()); in placeTryMarker() 474 MachineBasicBlock *LayoutPred = Cont->getPrevNode(); in placeTryMarker() 584 for (const auto &MI : *Cont) { in placeTryMarker() 616 InsertPos = getEarliestInsertPos(Cont, BeforeSet, AfterSet); in placeTryMarker() 618 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker() 633 for (int Number : {Cont->getNumber(), MBB.getNumber()}) { in placeTryMarker() 662 MachineBasicBlock *Cont = BeginToEnd[EHPadToTry[&MBB]]->getParent(); in removeUnnecessaryInstrs() local 664 if (Analyzable && ((Cond.empty() && TBB && TBB == Cont) || in removeUnnecessaryInstrs() 665 (!Cond.empty() && FBB && FBB == Cont))) in removeUnnecessaryInstrs() [all …]
|
/third_party/boost/boost/thread/concurrent_queues/ |
D | sync_priority_queue.hpp | 279 template <class T, class Cont,class Cmp> 282 …sync_priority_queue<T,Cont,Cmp>::pull_until(const chrono::time_point<WClock,Duration>& tp, T& elem) in pull_until() 291 template <class T, class Cont,class Cmp> 294 sync_priority_queue<T,Cont,Cmp>::pull_for(const chrono::duration<Rep,Period>& dura, T& elem) in pull_for()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 128 BasicBlock *Cont = OldBB->splitBasicBlock(SplitI); in insertBoundsCheck() local 140 BranchInst::Create(GetTrapBB(IRB), Cont, Or, OldBB); in insertBoundsCheck()
|
/third_party/boost/boost/thread/ |
D | future.hpp | 4120 typedef typename decay<Fp>::type Cont; typedef 4122 shared_state_nullary_task<Rp,Cont> t(this->shared_from_this(), boost::forward<Fp>(f)); 4850 typedef typename decay<Fp>::type Cont; typedef 4851 shared_ptr<future_deferred_continuation_shared_state<F, Rp, Cont> > 4852 …h(new future_deferred_continuation_shared_state<F, Rp, Cont>(boost::move(f), boost::forward<Fp>(c)… 4865 typedef typename decay<Fp>::type Cont; typedef 4866 shared_ptr<future_async_continuation_shared_state<F,Rp, Cont> > 4867 … h(new future_async_continuation_shared_state<F,Rp, Cont>(boost::move(f), boost::forward<Fp>(c))); 4880 typedef typename decay<Fp>::type Cont; typedef 4881 shared_ptr<future_sync_continuation_shared_state<F,Rp, Cont> > [all …]
|