/third_party/boost/boost/core/ |
D | empty_value.hpp | 47 class empty_value { class 52 empty_value() = default; 54 empty_value() { } in empty_value() function in boost::empty_::empty_value 57 empty_value(boost::empty_init_t) in empty_value() function in boost::empty_::empty_value 63 empty_value(boost::empty_init_t, U&& value, Args&&... args) in empty_value() function in boost::empty_::empty_value 67 empty_value(boost::empty_init_t, U&& value) in empty_value() function in boost::empty_::empty_value 72 empty_value(boost::empty_init_t, const U& value) in empty_value() function in boost::empty_::empty_value 76 empty_value(boost::empty_init_t, U& value) in empty_value() function in boost::empty_::empty_value 94 class empty_value<T, N, true> class 100 empty_value() = default; [all …]
|
/third_party/boost/libs/core/test/ |
D | empty_value_size_test.cpp | 16 : boost::empty_value<T1, 0, true> { }; 23 : boost::empty_value<T1, 0, true> 24 , boost::empty_value<T2, 1, true> { }; 27 : boost::empty_value<T1, 0, false> 28 , boost::empty_value<T2, 1, true> { }; 33 : boost::empty_value<T1, 0, true> 34 , boost::empty_value<T3, 1, true> { }; 37 : boost::empty_value<T1, 0, false> 38 , boost::empty_value<T3, 1, false> { }; 41 : boost::empty_value<T1, 0, true> [all …]
|
D | empty_value_test.cpp | 36 const boost::empty_value<int> v1(boost::empty_init_t(), 7); in test_int() 38 boost::empty_value<int> v2 = boost::empty_init_t(); in test_int() 48 const boost::empty_value<empty> v1 = boost::empty_init_t(); in test_empty() 50 boost::empty_value<empty> v2; in test_empty() 56 const boost::empty_value<type> v1(boost::empty_init_t(), 2); in test_type() 58 boost::empty_value<type> v2(boost::empty_init_t(), 3); in test_type()
|
D | empty_value_final_test.cpp | 37 const boost::empty_value<type> v1(boost::empty_init_t(), 3); in test_type() 39 boost::empty_value<type> v2(boost::empty_init_t(), 3); in test_type() 45 const boost::empty_value<empty> v1 = boost::empty_init_t(); in test_empty() 47 boost::empty_value<empty> v2; in test_empty()
|
/third_party/boost/libs/core/doc/ |
D | empty_value.qbk | 9 [section:empty_value empty_value] 19 The header <boost/core/empty_value.hpp> provides the class template 20 `boost::empty_value` for library authors to conveniently leverage the Empty 27 The following example shows `boost::empty_value` used to create a type that 34 : empty_value<Compare, 0> 35 , empty_value<Allocator, 1> { 38 : empty_value<Compare, 0>(empty_init_t()) 39 , empty_value<Allocator, 1>(empty_init_t()) 43 : empty_value<Compare, 0>(empty_init_t(), c) 44 , empty_value<Allocator, 1>(empty_init_t(), a) [all …]
|
/third_party/boost/boost/histogram/detail/ |
D | mutex_base.hpp | 29 struct mutex_base : empty_value<DetailMutex> { 32 mutex_base(const mutex_base&) : empty_value<DetailMutex>() {} in mutex_base()
|
/third_party/boost/boost/beast/http/impl/ |
D | message.hpp | 191 , boost::empty_value< in message() 202 , boost::empty_value< in message() 222 , boost::empty_value< in message() 237 , boost::empty_value< in message() 257 , boost::empty_value< in message() 270 , boost::empty_value< in message()
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | message.hpp | 191 , boost::empty_value< in message() 202 , boost::empty_value< in message() 222 , boost::empty_value< in message() 237 , boost::empty_value< in message() 257 , boost::empty_value< in message() 270 , boost::empty_value< in message()
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | flat_buffer.hpp | 68 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 85 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 99 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 115 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 149 : boost::empty_value<base_alloc_type>(boost::empty_init_t{}, in basic_flat_buffer() 167 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 201 : boost::empty_value<base_alloc_type>( in basic_flat_buffer()
|
D | async_base.hpp | 23 , boost::empty_value<Allocator> 32 : boost::empty_value<Allocator>( in allocate_stable_state()
|
D | saved_handler.hpp | 50 struct ebo_pair : boost::empty_value<alloc_type> 58 : boost::empty_value<alloc_type>( in ebo_pair()
|
/third_party/boost/boost/beast/core/impl/ |
D | flat_buffer.hpp | 68 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 85 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 99 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 115 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 149 : boost::empty_value<base_alloc_type>(boost::empty_init_t{}, in basic_flat_buffer() 167 : boost::empty_value<base_alloc_type>( in basic_flat_buffer() 201 : boost::empty_value<base_alloc_type>( in basic_flat_buffer()
|
D | async_base.hpp | 23 , boost::empty_value<Allocator> 32 : boost::empty_value<Allocator>( in allocate_stable_state()
|
/third_party/boost/libs/beast/include/boost/beast/http/ |
D | message.hpp | 497 , boost::empty_value< 870 return this->boost::empty_value< in body() 883 this->boost::empty_value< in body() 895 return this->boost::empty_value< in body() 910 : boost::empty_value< in message() 931 , boost::empty_value< in message()
|
/third_party/boost/boost/beast/http/ |
D | message.hpp | 497 , boost::empty_value< 870 return this->boost::empty_value< in body() 883 this->boost::empty_value< in body() 895 return this->boost::empty_value< in body() 910 : boost::empty_value< in message() 931 , boost::empty_value< in message()
|
/third_party/boost/boost/beast/core/detail/ |
D | remap_post_to_defer.hpp | 24 : private boost::empty_value<Executor> 45 : boost::empty_value<Executor>( in remap_post_to_defer()
|
D | bind_default_executor.hpp | 29 : private boost::empty_value<Executor> 38 : boost::empty_value<Executor>( in bind_default_executor_wrapper()
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | remap_post_to_defer.hpp | 24 : private boost::empty_value<Executor> 45 : boost::empty_value<Executor>( in remap_post_to_defer()
|
D | bind_default_executor.hpp | 29 : private boost::empty_value<Executor> 38 : boost::empty_value<Executor>( in bind_default_executor_wrapper()
|
/third_party/boost/libs/beast/include/boost/beast/core/ |
D | async_base.hpp | 181 : private boost::empty_value<Allocator> 261 : boost::empty_value<Allocator>( 295 boost::empty_value<Allocator>::get()); in get_allocator()
|
/third_party/boost/boost/beast/core/ |
D | async_base.hpp | 181 : private boost::empty_value<Allocator> 261 : boost::empty_value<Allocator>( 295 boost::empty_value<Allocator>::get()); in get_allocator()
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/ |
D | device_tensor_store.h | 75 std::vector<DeviceTensorPtr> empty_value; in Fetch() local 76 return empty_value; in Fetch()
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
D | sem_conpro.c | 101 int empty_value = 0; in main() local 114 if (-1 == sem_init(&buf.empty, shared, empty_value)) { in main()
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | stream_impl.hpp | 46 : boost::empty_value<NextLayer> 52 return this->boost::empty_value< in stream() 127 : boost::empty_value<NextLayer>( in impl_type() 132 this->boost::empty_value<NextLayer>::get().get_executor())) 133 , timer(this->boost::empty_value<NextLayer>::get().get_executor()) 522 : boost::empty_value<Executor> 530 : boost::empty_value<Executor>( in timeout_handler()
|
/third_party/boost/boost/beast/websocket/impl/ |
D | stream_impl.hpp | 46 : boost::empty_value<NextLayer> 52 return this->boost::empty_value< in stream() 127 : boost::empty_value<NextLayer>( in impl_type() 132 this->boost::empty_value<NextLayer>::get().get_executor())) 133 , timer(this->boost::empty_value<NextLayer>::get().get_executor()) 522 : boost::empty_value<Executor> 530 : boost::empty_value<Executor>( in timeout_handler()
|