Home
last modified time | relevance | path

Searched refs:empty_value (Results 1 – 25 of 61) sorted by relevance

123

/third_party/boost/boost/core/
Dempty_value.hpp47 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/
Dempty_value_size_test.cpp16 : 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 …]
Dempty_value_test.cpp36 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()
Dempty_value_final_test.cpp37 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/
Dempty_value.qbk9 [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/
Dmutex_base.hpp29 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/
Dmessage.hpp191 , 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/
Dmessage.hpp191 , 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/
Dflat_buffer.hpp68 : 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()
Dasync_base.hpp23 , boost::empty_value<Allocator>
32 : boost::empty_value<Allocator>( in allocate_stable_state()
Dsaved_handler.hpp50 struct ebo_pair : boost::empty_value<alloc_type>
58 : boost::empty_value<alloc_type>( in ebo_pair()
/third_party/boost/boost/beast/core/impl/
Dflat_buffer.hpp68 : 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()
Dasync_base.hpp23 , boost::empty_value<Allocator>
32 : boost::empty_value<Allocator>( in allocate_stable_state()
/third_party/boost/libs/beast/include/boost/beast/http/
Dmessage.hpp497 , 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/
Dmessage.hpp497 , 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/
Dremap_post_to_defer.hpp24 : private boost::empty_value<Executor>
45 : boost::empty_value<Executor>( in remap_post_to_defer()
Dbind_default_executor.hpp29 : 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/
Dremap_post_to_defer.hpp24 : private boost::empty_value<Executor>
45 : boost::empty_value<Executor>( in remap_post_to_defer()
Dbind_default_executor.hpp29 : private boost::empty_value<Executor>
38 : boost::empty_value<Executor>( in bind_default_executor_wrapper()
/third_party/boost/libs/beast/include/boost/beast/core/
Dasync_base.hpp181 : 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/
Dasync_base.hpp181 : 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/
Ddevice_tensor_store.h75 std::vector<DeviceTensorPtr> empty_value; in Fetch() local
76 return empty_value; in Fetch()
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_conpro.c101 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/
Dstream_impl.hpp46 : 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/
Dstream_impl.hpp46 : 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()

123