Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dconstexpr_parser.h33 struct UnboundConversion { struct
36 UnboundConversion() {} // NOLINT in UnboundConversion() argument
40 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() argument
45 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 …]
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/str_format/
H A Dconstexpr_parser.h33 struct UnboundConversion { struct
36 UnboundConversion() {} // NOLINT in UnboundConversion() argument
40 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() argument
45 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 …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
H A Dconstexpr_parser.h33 struct UnboundConversion { struct
36 UnboundConversion() {} // NOLINT in UnboundConversion() function
40 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() function
45 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 …]
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/str_format/
H A Dconstexpr_parser.h32 struct UnboundConversion { struct
35 UnboundConversion() {} // NOLINT in UnboundConversion() argument
39 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() function
44 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconstexpr_parser.h32 struct UnboundConversion { struct
35 UnboundConversion() {} // NOLINT in UnboundConversion() argument
39 explicit constexpr UnboundConversion(absl::ConstInitType) in UnboundConversion() argument
44 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 …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
H A Dparser.h43 struct UnboundConversion { struct
44 UnboundConversion() in UnboundConversion() argument
51 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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
H A 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