/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | Optional.h | 87 template <class... Args> void emplace(Args &&... args) { in emplace() function 187 template <class... Args> void emplace(Args &&... args) { in emplace() function 237 template <typename... ArgTypes> void emplace(ArgTypes &&... Args) { in emplace() function
|
D | ImmutableList.h | 204 LLVM_NODISCARD ImmutableList<T> emplace(ImmutableList<T> Tail, in emplace() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | any.h | 300 VT& emplace(Args&&... args) { in emplace() function 324 VT& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
|
D | optional.h | 357 T& emplace(Args&&... args) { in emplace() function 377 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
|
/third_party/abseil-cpp/absl/types/ |
D | any.h | 300 VT& emplace(Args&&... args) { in emplace() function 324 VT& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
|
D | optional.h | 357 T& emplace(Args&&... args) { in emplace() function 377 T& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
|
/third_party/boost/boost/beast/core/impl/ |
D | saved_handler.hpp | 113 emplace(Handler&& handler, Allocator const& alloc) in emplace() function in boost::beast::saved_handler 152 emplace(Handler&& handler) in emplace() function in boost::beast::saved_handler
|
/third_party/skia/include/private/ |
D | SkTOptional.h | 116 optional& emplace(Args&&... args) { in emplace() function 124 optional& emplace(std::initializer_list<U> il, Args&&... args) { in emplace() function
|
/third_party/boost/libs/container/test/ |
D | scoped_allocator_usage_test.cpp | 277 static iterator emplace(Container &c, const_iterator p, const Arg &arg) in emplace() function 288 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function 299 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function 310 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function 322 static iterator emplace(Container &c, const_iterator, const Arg &arg) in emplace() function 351 iterator emplace(const_iterator p, const Arg &arg) in emplace() function
|
/third_party/abseil-cpp/absl/status/ |
D | statusor.h | 573 T& emplace(Args&&... args) { in emplace() function 589 T& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor.h | 581 T& emplace(Args&&... args) { in emplace() function 597 T& emplace(std::initializer_list<U> ilist, Args&&... args) { in emplace() function
|
/third_party/boost/boost/variant2/ |
D | variant.hpp | 535 template<class... A> void emplace( mp11::mp_size_t<0>, A&&... a ) in emplace() function 540 template<std::size_t I, class... A> void emplace( mp11::mp_size_t<I>, A&&... a ) in emplace() function 584 …template<class... A> void emplace( mp11::mp_size_t<0>, A&&... a ) { ::new( &t0_ ) T0( std::forward… in emplace() function 585 …template<class... A> void emplace( mp11::mp_size_t<1>, A&&... a ) { ::new( &t1_ ) T1( std::forward… in emplace() function 586 …template<class... A> void emplace( mp11::mp_size_t<2>, A&&... a ) { ::new( &t2_ ) T2( std::forward… in emplace() function 587 …template<class... A> void emplace( mp11::mp_size_t<3>, A&&... a ) { ::new( &t3_ ) T3( std::forward… in emplace() function 588 …template<class... A> void emplace( mp11::mp_size_t<4>, A&&... a ) { ::new( &t4_ ) T4( std::forward… in emplace() function 589 …template<class... A> void emplace( mp11::mp_size_t<5>, A&&... a ) { ::new( &t5_ ) T5( std::forward… in emplace() function 590 …template<class... A> void emplace( mp11::mp_size_t<6>, A&&... a ) { ::new( &t6_ ) T6( std::forward… in emplace() function 591 …template<class... A> void emplace( mp11::mp_size_t<7>, A&&... a ) { ::new( &t7_ ) T7( std::forward… in emplace() function [all …]
|
/third_party/boost/boost/optional/detail/ |
D | old_optional_implementation.hpp | 859 void emplace ( Args&&... args ) in emplace() function in boost::optional 865 void emplace ( Arg&& arg ) in emplace() function in boost::optional 870 void emplace () in emplace() function in boost::optional 876 void emplace ( const Arg& arg ) in emplace() function in boost::optional 882 void emplace ( Arg& arg ) in emplace() function in boost::optional 887 void emplace () in emplace() function in boost::optional
|
D | optional_reference_spec.hpp | 199 …void emplace(R&& r, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<R>, bool>::type… in emplace() function in boost::optional 241 …void emplace(U& v, BOOST_DEDUCED_TYPENAME boost::enable_if<detail::is_no_optional<U>, bool>::type … in emplace() function in boost::optional
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Optional.h | 75 void emplace(ArgTypes &&...Args) { in emplace() function
|
/third_party/boost/boost/unordered/ |
D | unordered_set.hpp | 222 std::pair<iterator, bool> emplace(BOOST_FWD_REF(Args)... args) in emplace() function in boost::unordered::unordered_set 237 std::pair<iterator, bool> emplace( in emplace() function in boost::unordered::unordered_set 248 std::pair<iterator, bool> emplace(BOOST_FWD_REF(A0) a0) in emplace() function in boost::unordered::unordered_set 257 std::pair<iterator, bool> emplace( in emplace() function in boost::unordered::unordered_set 268 std::pair<iterator, bool> emplace( in emplace() function in boost::unordered::unordered_set 776 template <class... Args> iterator emplace(BOOST_FWD_REF(Args)... args) in emplace() function in boost::unordered::unordered_multiset 791 iterator emplace(boost::unordered::detail::empty_emplace = in emplace() function in boost::unordered::unordered_multiset 800 template <typename A0> iterator emplace(BOOST_FWD_REF(A0) a0) in emplace() function in boost::unordered::unordered_multiset 809 iterator emplace(BOOST_FWD_REF(A0) a0, BOOST_FWD_REF(A1) a1) in emplace() function in boost::unordered::unordered_multiset 819 iterator emplace( in emplace() function in boost::unordered::unordered_multiset
|
D | unordered_map.hpp | 224 std::pair<iterator, bool> emplace(BOOST_FWD_REF(Args)... args) in emplace() function in boost::unordered::unordered_map 239 std::pair<iterator, bool> emplace( in emplace() function in boost::unordered::unordered_map 250 std::pair<iterator, bool> emplace(BOOST_FWD_REF(A0) a0) in emplace() function in boost::unordered::unordered_map 259 std::pair<iterator, bool> emplace( in emplace() function in boost::unordered::unordered_map 270 std::pair<iterator, bool> emplace( in emplace() function in boost::unordered::unordered_map 1093 template <class... Args> iterator emplace(BOOST_FWD_REF(Args)... args) in emplace() function in boost::unordered::unordered_multimap 1108 iterator emplace(boost::unordered::detail::empty_emplace = in emplace() function in boost::unordered::unordered_multimap 1117 template <typename A0> iterator emplace(BOOST_FWD_REF(A0) a0) in emplace() function in boost::unordered::unordered_multimap 1126 iterator emplace(BOOST_FWD_REF(A0) a0, BOOST_FWD_REF(A1) a1) in emplace() function in boost::unordered::unordered_multimap 1136 iterator emplace( in emplace() function in boost::unordered::unordered_multimap
|
/third_party/flutter/skia/src/gpu/ |
D | GrTRecorder.h | 73 template <typename TItem, typename... Args> TItem& emplace(Args&&... args) { in emplace() function
|
/third_party/boost/boost/optional/ |
D | optional.hpp | 1109 void emplace ( Args&&... args ) in emplace() function in boost::optional 1126 void emplace ( Arg&& arg ) in emplace() function in boost::optional 1131 void emplace () in emplace() function in boost::optional 1155 void emplace ( const Arg& arg ) in emplace() function in boost::optional 1161 void emplace ( Arg& arg ) in emplace() function in boost::optional 1166 void emplace () in emplace() function in boost::optional
|
/third_party/json/include/nlohmann/ |
D | ordered_map.hpp | 35 std::pair<iterator, bool> emplace(const key_type& key, T&& t) in emplace() function
|
/third_party/boost/boost/beast/core/detail/ |
D | variant.hpp | 198 emplace(Args&&... args) noexcept in emplace() function in boost::beast::detail::variant
|
/third_party/boost/boost/sort/common/ |
D | scheduler.hpp | 159 void emplace(Args && ... args) in emplace() function
|
/third_party/boost/boost/heap/ |
D | skew_heap.hpp | 438 typename boost::conditional<is_mutable, handle_type, void>::type emplace(Args&&... args) in emplace() function in boost::heap::skew_heap 774 static void emplace(skew_heap * self, Args&&... args) in emplace() function 790 static handle_type emplace(skew_heap * self, Args&&... args) in emplace() function
|
D | priority_queue.hpp | 258 void emplace(Args&&... args) in emplace() function in boost::heap::priority_queue
|
/third_party/boost/libs/stl_interfaces/example/ |
D | static_vector.hpp | 175 iterator emplace(const_iterator pos, Args &&... args) in emplace() function
|