Lines Matching refs:code_in
54 CodeWithReason(int code_in, const std::string& reason_in)55 : code(code_in), reason(reason_in) {}