Searched defs:value_found (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-hashmap-plain.c490 bool value_found[] = { false, false, false, false }; local
523 if (!value_found[0] && streq(s, val1))
524 value_found[0] = true;
525 else if (!value_found[1] && streq(s, val2))
526 value_found[1] = true;
527 else if (!value_found[2] && streq(s, val3))
528 value_found[2] = true;
529 else if (!value_found[3] && streq(s, val4))
530 value_found[3] = true;
534 assert_se(value_found[
[all...]

Completed in 11 milliseconds