Searched refs:combination3 (Results 1 – 1 of 1) sorted by relevance
365 AtomMatcher combination3; in TEST_F() local366 combination3.set_id(StringToId("combination3")); in TEST_F()367 combination = combination3.mutable_combination(); in TEST_F()371 int64_t combination3Id = combination3.id(); in TEST_F()374 *newConfig.add_atom_matcher() = combination3; in TEST_F()732 Predicate combination3; in TEST_F() local733 combination3.set_id(StringToId("COMBINATION3")); in TEST_F()734 combination3.mutable_combination()->set_operation(LogicalOperation::NOT); in TEST_F()735 combination3.mutable_combination()->add_predicate(simple2Id); in TEST_F()736 int64_t combination3Id = combination3.id(); in TEST_F()[all …]