/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | regexp_adapter.h | 72 inline bool Consume(RegExpInput* input_string, string* matched_string1, in Consume() function in i18n::phonenumbers::RegExp 83 inline bool Consume(RegExpInput* input_string, string* matched_string1, in Consume() function in i18n::phonenumbers::RegExp 92 inline bool Consume(RegExpInput* input_string, string* matched_string1, in Consume() function in i18n::phonenumbers::RegExp 103 inline bool Consume(RegExpInput* input_string, Consume() function in i18n::phonenumbers::RegExp 111 inline bool Consume(RegExpInput* input_string, Consume() function in i18n::phonenumbers::RegExp 118 inline bool Consume(RegExpInput* input_string, string* matched_string) const { Consume() function in i18n::phonenumbers::RegExp 123 inline bool Consume(RegExpInput* input_string) const { Consume() function in i18n::phonenumbers::RegExp [all...] |
H A D | regexp_adapter_icu.cc | 126 virtual bool Consume(RegExpInput* input_string, in Consume() function in i18n::phonenumbers::IcuRegExp
|
H A D | regexp_adapter_re2.cc | 99 virtual bool Consume(RegExpInput* input_string, in Consume() function in i18n::phonenumbers::RE2RegExp
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_consume.cc | 58 void Consume(bool forward, CordRep* rep, ConsumeFn consume_fn) { in Consume() function 119 void Consume(CordRep* rep, ConsumeFn consume_fn) { in Consume() function
|
H A D | cord_rep_btree.cc | 143 inline absl::string_view Consume(absl::string_view s, size_t n) { in Consume() function 148 inline absl::string_view Consume(char* dst, absl::string_view s, size_t n) { in Consume() function
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.cc | 75 bool StringPiece::Consume(StringPiece x) { in Consume() function in google::protobuf::StringPiece
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | parser_test.cc | 81 std::pair<string_view, string_view> Consume(string_view src) { in Consume() function in absl::str_format_internal::__anon19391::ConsumeUnboundConversionTest
|
/third_party/gn/src/gn/ |
H A D | parser.cc | 389 const Token& Parser::Consume(Token::Type type, const char* error_message) { in Consume() function in Parser 394 const Token& Parser::Consume(Token::Type* types, in Consume() function in Parser 421 const Token& Parser::Consume() { in Consume() function in Parser [all...] |
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.h | 305 inline AsmJsScanner::token_t Consume() { in Consume() function in v8::internal::wasm::AsmJsParser
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.h | 209 void Consume(JsonToken token) { in Consume() function
|
/third_party/protobuf/python/google/protobuf/ |
H A D | text_format.py | 1310 def Consume(self, token): global() member in Tokenizer [all...] |
/third_party/node/src/ |
H A D | node_http_parser.cc | 700 static void Consume(const FunctionCallbackInfo<Value>& args) { in Consume() function in node::__anon15424::Parser
|
H A D | node_http2.cc | 1979 void Http2Session::Consume(Local<Object> stream_obj) { in Consume() function in node::http2::Http2Session 2671 void Http2Session::Consume(const FunctionCallbackInfo<Value>& args) { in Consume() function in node::http2::Http2Session
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.cc | 215 bool Parser::Consume(const char* text, const char* error) { in Consume() function in google::protobuf::compiler::Parser 224 bool Parser::Consume(const char* text) { in Consume() function in google::protobuf::compiler::Parser [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 1149 bool Consume(const std::string& value) { Consume() function in google::protobuf::TextFormat::Parser::ParserImpl [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 886 V8_INLINE void Consume(Token::Value token) { in Consume() function in v8::internal::ParseFunctionFlag::ParserBase [all...] |