Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/core/include/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 …]
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_conpro.c101 int empty_value = 0; in main() local
/external/ltp/testcases/open_posix_testsuite/stress/semaphores/
Dmulti_con_pro.c150 int empty_value = 0; in main() local
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto38 StructWrapper empty_value = 1; field
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto38 StructWrapper empty_value = 1; field
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto38 StructWrapper empty_value = 1; field
/external/cronet/stable/net/disk_cache/blockfile/
Dbitmap.cc227 uint32_t empty_value = value ? 0 : 0xFFFFFFFF; in FindNextBit() local
/external/cronet/tot/net/disk_cache/blockfile/
Dbitmap.cc227 uint32_t empty_value = value ? 0 : 0xFFFFFFFF; in FindNextBit() local
/external/cronet/tot/net/cookies/
Dparsed_cookie_unittest.cc78 ParsedCookie empty_value("name="); in TEST() local
/external/cronet/stable/net/cookies/
Dparsed_cookie_unittest.cc78 ParsedCookie empty_value("name="); in TEST() local
/external/rust/android-crates-io/crates/clap_builder/src/error/
Dmod.rs422 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/error/
Dmod.rs422 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() method
/external/rust/android-crates-io/extra_versions/crates/clap/src/error/
Dmod.rs300 pub(crate) fn empty_value(cmd: &Command, good_vals: &[&str], arg: String) -> Self { in empty_value() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.21/src/error/
Dmod.rs422 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() method
/external/flatbuffers/src/
Didl_gen_cpp.cpp3439 auto empty_value = opts_.set_empty_strings_to_null in GenCreateParam() local