Home
last modified time | relevance | path

Searched defs:UnboundConversion (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/strings/internal/str_format/
Dparser.h29 struct UnboundConversion { struct
30 UnboundConversion() in UnboundConversion() argument
37 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
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dparser.h43 struct UnboundConversion { struct
44 UnboundConversion() {} in UnboundConversion() function
48 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