Searched defs:UnboundConversion (Results 1 – 2 of 2) sorted by relevance
33 struct UnboundConversion { struct36 UnboundConversion() {} // NOLINT in UnboundConversion() argument40 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() argument45 constexpr void set_value(int value) { in set_value()49 constexpr int value() const { return value_; } in value()56 constexpr void set_from_arg(int value) { in set_from_arg()60 constexpr bool is_from_arg() const { return value_ < -1; } in is_from_arg()61 constexpr int get_from_arg() const { in get_from_arg()71 int arg_position;73 InputValue width;[all …]
43 struct UnboundConversion { struct44 UnboundConversion() {} in UnboundConversion() argument48 void set_value(int value) { in set_value()52 int value() const { return value_; } in value()59 void set_from_arg(int value) { in set_from_arg()63 bool is_from_arg() const { return value_ < -1; } in is_from_arg()64 int get_from_arg() const { in get_from_arg()90 UnboundConversion* conv, int* next_arg); argument