Home
last modified time | relevance | path

Searched refs:ConsumeFront (Results 1 – 14 of 14) sorted by relevance

/external/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h67 constexpr string_view ConsumeFront(string_view str, size_t len = 1) {
74 ? ConsumeAnyOf(ConsumeFront(format), chars) in ConsumeAnyOf()
89 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar()
96 ? ParseDigits(ConsumeFront(format),
159 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
160 : SetFormat(ConsumeFront(format_)) in ParseWidth()
174 ParsePositional(ConsumeFront(format_, 2)), '*') in ParsePrecision()
175 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
177 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
189 ? VerifyPositional({ConsumeFront(format_), arg_position_}, in ParseConversion()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h60 constexpr string_view ConsumeFront(string_view str, size_t len = 1) {
67 ? ConsumeAnyOf(ConsumeFront(format), chars) in ConsumeAnyOf()
82 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar()
89 ? ParseDigits(ConsumeFront(format),
152 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
153 : SetFormat(ConsumeFront(format_)) in ParseWidth()
167 ParsePositional(ConsumeFront(format_, 2)), '*') in ParsePrecision()
168 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
170 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
182 ? VerifyPositional({ConsumeFront(format_), arg_position_}, in ParseConversion()
[all …]
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h67 constexpr string_view ConsumeFront(string_view str, size_t len = 1) {
74 ? ConsumeAnyOf(ConsumeFront(format), chars) in ConsumeAnyOf()
89 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar()
96 ? ParseDigits(ConsumeFront(format),
159 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
160 : SetFormat(ConsumeFront(format_)) in ParseWidth()
174 ParsePositional(ConsumeFront(format_, 2)), '*') in ParsePrecision()
175 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
177 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
189 ? VerifyPositional({ConsumeFront(format_), arg_position_}, in ParseConversion()
[all …]
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/
Dchecker.h74 constexpr string_view ConsumeFront(string_view str, size_t len = 1) {
81 ? ConsumeAnyOf(ConsumeFront(format), chars) in ConsumeAnyOf()
96 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar()
103 ? ParseDigits(ConsumeFront(format),
166 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
167 : SetFormat(ConsumeFront(format_)) in ParseWidth()
181 ParsePositional(ConsumeFront(format_, 2)), '*') in ParsePrecision()
182 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
184 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
196 ? VerifyPositional({ConsumeFront(format_), arg_position_}, in ParseConversion()
[all …]
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h74 constexpr string_view ConsumeFront(string_view str, size_t len = 1) {
81 ? ConsumeAnyOf(ConsumeFront(format), chars) in ConsumeAnyOf()
96 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar()
103 ? ParseDigits(ConsumeFront(format),
166 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
167 : SetFormat(ConsumeFront(format_)) in ParseWidth()
181 ParsePositional(ConsumeFront(format_, 2)), '*') in ParsePrecision()
182 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
184 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
196 ? VerifyPositional({ConsumeFront(format_), arg_position_}, in ParseConversion()
[all …]
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h60 constexpr string_view ConsumeFront(string_view str, size_t len = 1) {
67 ? ConsumeAnyOf(ConsumeFront(format), chars) in ConsumeAnyOf()
82 return GetChar(format, 0) == '$' ? Integer{ConsumeFront(format), value} in ConsumePositionalDollar()
89 ? ParseDigits(ConsumeFront(format),
152 ParsePositional(ConsumeFront(format_)), '*') in ParseWidth()
153 : SetFormat(ConsumeFront(format_)) in ParseWidth()
167 ParsePositional(ConsumeFront(format_, 2)), '*') in ParsePrecision()
168 : SetFormat(ConsumeFront(format_, 2)) in ParsePrecision()
170 : SetFormat(ParseDigits(ConsumeFront(format_)).format); in ParsePrecision()
182 ? VerifyPositional({ConsumeFront(format_), arg_position_}, in ParseConversion()
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DStringExtractor.h98 bool ConsumeFront(const llvm::StringRef &str);
/external/llvm-project/lldb/source/Utility/
DStringExtractor.cpp257 bool StringExtractor::ConsumeFront(const llvm::StringRef &str) { in ConsumeFront() function in StringExtractor
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp1103 if (!packet.ConsumeFront("jTraceStart:")) in Handle_jTraceStart()
1168 if (!packet.ConsumeFront("jTraceStop:")) in Handle_jTraceStop()
1231 if (!packet.ConsumeFront("jTraceConfigRead:")) in Handle_jTraceConfigRead()
1292 if (packet.ConsumeFront("jTraceBufferRead:")) in Handle_jTraceRead()
1294 else if (packet.ConsumeFront("jTraceMetaRead:")) in Handle_jTraceRead()
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h149 ShapeIndexView ConsumeFront() const { in ConsumeFront() function
Dshape_util_test.cc42 EXPECT_EQ(ShapeIndexView({3, 4}), index_view.ConsumeFront()); in TEST()
Dshape_util.cc413 index.ConsumeFront(), dim, is_dynamic); in UpdateDynamicDimension()
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp379 TEST(StringRefTest, ConsumeFront) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference.cc218 ShapeIndexView(index).ConsumeFront().ToShapeIndex(); in HandleGetTupleElement()