Searched refs:test_value (Results 1 – 3 of 3) 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()
533 const auto& test_value = args[0]; in EncodeBranch() local536 CHECK(test_value.is_variable()); in EncodeBranch()542 op, RegisterValue(test_value), LabelValue(branch_target, instruction_offset, field_offset)); in EncodeBranch()