Searched refs:has_fixed_right_arg_ (Results 1 – 1 of 1) sorted by relevance
2210 return has_fixed_right_arg_ ? Just(fixed_right_arg_value_) : Nothing<int>(); in fixed_right_arg()2213 has_fixed_right_arg_ = arg.IsJust(); in set_fixed_right_arg()2224 has_fixed_right_arg_(false), in BinaryOperation()2238 bool has_fixed_right_arg_; variable