Home
last modified time | relevance | path

Searched defs:empty_value (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/core/
Dempty_value.hpp47 class empty_value { class
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
102 empty_value() { } in empty_value() function in boost::empty_::empty_value
105 empty_value(boost::empty_init_t) in empty_value() function in boost::empty_::empty_value
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Ddevice_tensor_store.h75 std::vector<DeviceTensorPtr> empty_value; in Fetch() local
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_conpro.c101 int empty_value = 0; in main() local
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/
Dmulti_con_pro.c150 int empty_value = 0; in main() local
/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto38 StructWrapper empty_value = 1; field
/third_party/boost/tools/quickbook/src/
Dvalues.cpp161 value empty_value(value::tag_type t) in empty_value() function
/third_party/flatbuffers/src/
Didl_gen_cpp.cpp2821 auto empty_value = opts_.set_empty_strings_to_null in GenCreateParam() local