Searched refs:test_value (Results 1 – 1 of 1) sorted by relevance
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()