Searched refs:test_value (Results 1 – 2 of 2) sorted by relevance
26 optional bool test_value = 1; field
321 bool Positive(int test_value) { in Positive() argument322 auto status = InvokeRemoteMethod<TestInterface::Positive>(test_value); in Positive()535 Status<void> OnPositive(Message& /*message*/, int test_value) { in OnPositive() argument536 if (test_value >= 0) in OnPositive()