Searched defs:UnboundConversion (Results 1 – 8 of 8) sorted by relevance
32 struct UnboundConversion { struct35 UnboundConversion() {} // NOLINT in UnboundConversion() argument39 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() function44 constexpr void set_value(int value) { in set_value()48 constexpr int value() const { return value_; } in value()55 constexpr void set_from_arg(int value) { in set_from_arg()59 constexpr bool is_from_arg() const { return value_ < -1; } in is_from_arg()60 constexpr int get_from_arg() const { in get_from_arg()70 int arg_position;72 InputValue width;[all …]
32 struct UnboundConversion { struct35 UnboundConversion() {} // NOLINT in UnboundConversion() argument39 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() argument44 constexpr void set_value(int value) { in set_value()48 constexpr int value() const { return value_; } in value()55 constexpr void set_from_arg(int value) { in set_from_arg()59 constexpr bool is_from_arg() const { return value_ < -1; } in is_from_arg()60 constexpr int get_from_arg() const { in get_from_arg()70 int arg_position;72 InputValue width;[all …]
43 struct UnboundConversion { struct44 UnboundConversion() in UnboundConversion() argument51 void set_value(int value) { in set_value()55 int value() const { return value_; } in value()62 void set_from_arg(int value) { in set_from_arg()66 bool is_from_arg() const { return value_ < -1; } in is_from_arg()67 int get_from_arg() const { in get_from_arg()93 UnboundConversion* conv, int* next_arg); argument
29 struct UnboundConversion { struct30 UnboundConversion() in UnboundConversion() function37 void set_value(int value) { in set_value()41 int value() const { return value_; } in value()48 void set_from_arg(int value) { in set_from_arg()52 bool is_from_arg() const { return value_ < -1; } in is_from_arg()53 int get_from_arg() const { in get_from_arg()79 UnboundConversion* conv, int* next_arg); argument
43 struct UnboundConversion { struct44 UnboundConversion() {} in UnboundConversion() function48 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
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