Home
last modified time | relevance | path

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

/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/rust/crates/clap/src/error/
Dmod.rs375 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() method