Searched refs:empty_value (Results 1 – 10 of 10) sorted by relevance
101 int empty_value = 0; in main() local114 if (-1 == sem_init(&buf.empty, shared, empty_value)) { in main()
150 int empty_value = 0; in main() local184 if (-1 == sem_init(&buf->empty, shared, empty_value)) { in main()
38 StructWrapper empty_value = 1; field
257 Node* Get(Node* empty_value) const { in Get() argument258 return IsReal() ? GetReal() : empty_value; in Get()
191 Reduction ReduceMathMinMax(Node* node, const Operator* op, Node* empty_value);
2443 Node* empty_value) { in ReduceMathMinMax() argument2450 ReplaceWithValue(node, empty_value); in ReduceMathMinMax()2451 return Replace(empty_value); in ReduceMathMinMax()
43 return Err(Error::empty_value( in validate()
1313 return Err(ClapError::empty_value( in verify_num_args()
969 return Err(crate::Error::empty_value( in parse()1918 return Err(crate::Error::empty_value( in parse_ref()
375 pub(crate) fn empty_value(cmd: &Command, good_vals: &[String], arg: String) -> Self { in empty_value() method