/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | regexp_adapter.h | 61 virtual bool Consume(RegExpInput* input_string, 72 inline bool Consume(RegExpInput* input_string, string* matched_string1, in Consume() function 78 return Consume(input_string, true, matched_string1, matched_string2, in Consume() 83 inline bool Consume(RegExpInput* input_string, string* matched_string1, in Consume() function 88 return Consume(input_string, true, matched_string1, matched_string2, in Consume() 92 inline bool Consume(RegExpInput* input_string, string* matched_string1, in Consume() function 96 return Consume(input_string, true, matched_string1, matched_string2, in Consume() 103 inline bool Consume(RegExpInput* input_string, in Consume() function 107 return Consume(input_string, true, matched_string1, matched_string2, in Consume() 111 inline bool Consume(RegExpInput* input_string, in Consume() function [all …]
|
D | asyoutypeformatter.cc | 78 cache->GetRegExp(new_pattern).Consume(consume_input.get(), group); in MatchAllGroups() 223 last_leading_digits_pattern)).Consume(input.get())) { in NarrowDownPossibleFormats() 624 if (pattern.Consume(consumed_input.get())) { in RemoveNationalPrefixFromNationalNumber() 652 if (international_prefix.Consume(consumed_input.get())) { in AttemptToExtractIdd()
|
D | phonenumberutil.cc | 969 return reg_exps_->plus_chars_pattern_->Consume(number_string_piece.get()); in StartsWithPlusCharsPattern() 1698 it->leading_digits_pattern(size - 1)).Consume( in ChooseFormattingPatternForNumber() 1755 if (reg_exps_->separator_pattern_->Consume(number.get())) { in FormatNsnUsingPatternWithCarrier() 1906 GetRegExp(metadata->leading_digits()).Consume(number.get())) { in GetRegionCodeForNumberFromRegionList() 2122 if (!reg_exps_->plus_chars_pattern_->Consume(number.get())) { in CheckRegionForParsing() 2234 (reg_exps_->plus_chars_pattern_->Consume(number_string_piece.get()))) { in ParseHelper() 2757 if (idd_pattern.Consume(number_copy.get())) { in ParsePrefixAsIdd() 2793 if (reg_exps_->plus_chars_pattern_->Consume(number_string_piece.get())) { in MaybeStripInternationalPrefixAndNormalize() 2845 (possible_national_prefix_pattern.Consume( in MaybeStripNationalPrefixAndCarrierCode() 2847 possible_national_prefix_pattern.Consume( in MaybeStripNationalPrefixAndCarrierCode() [all …]
|
D | regex_based_matcher.cc | 62 return regexp.Consume(normalized_number_input.get()) in Match()
|
/third_party/typescript/tests/dets/baselines/reference/ |
D | decoratorWithParameters.d.ets | 7 @Consume 9 @Consume 11 @Consume 13 @Consume 15 @Consume 17 @Consume
|
D | targetEtsExample.d.ets | 38 @Consume
|
/third_party/flutter/engine/flutter/shell/common/ |
D | pipeline_unittests.cc | 28 PipelineConsumeResult consume_result = pipeline->Consume( in TEST() 42 PipelineConsumeResult consume_result_1 = pipeline->Consume( in TEST() 49 pipeline->Consume([](std::unique_ptr<int> v) { FAIL(); }); in TEST() 66 PipelineConsumeResult consume_result_1 = pipeline->Consume( in TEST() 83 PipelineConsumeResult consume_result_1 = pipeline->Consume( in TEST() 87 PipelineConsumeResult consume_result_2 = pipeline->Consume( in TEST() 103 PipelineConsumeResult consume_result_1 = pipeline->Consume( in TEST() 107 PipelineConsumeResult consume_result_2 = pipeline->Consume( in TEST() 125 PipelineConsumeResult consume_result_1 = pipeline->Consume( in TEST() 129 PipelineConsumeResult consume_result_2 = pipeline->Consume( in TEST()
|
/third_party/typescript/tests/dets/cases/ |
D | decoratorWithParameters.ets | 25 @Consume("1") 27 @Consume private property2; 28 @Consume("1") 30 @Consume protected property4; 31 @Consume("1") 33 @Consume public property6: number;
|
/third_party/protobuf/src/google/protobuf/compiler/ |
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 683 DO(Consume( in ParseSyntaxIdentifier() 686 DO(Consume("=")); in ParseSyntaxIdentifier() 755 DO(Consume("message")); in ParseMessageDefinition() 1002 DO(Consume("<")); in ParseMessageFieldNoLabel() 1004 DO(Consume(",")); in ParseMessageFieldNoLabel() 1006 DO(Consume(">")); in ParseMessageFieldNoLabel() 1057 DO(Consume("=", "Missing field number.")); in ParseMessageFieldNoLabel() 1203 DO(Consume("[")); in ParseFieldOptions() [all …]
|
D | parser.h | 163 bool Consume(const char* text, const char* error); 166 bool Consume(const char* text);
|
/third_party/gn/src/gn/ |
D | parser.cc | 385 Consume(); in Match() 389 const Token& Parser::Consume(Token::Type type, const char* error_message) { in Consume() function in Parser 391 return Consume(types, 1, error_message); in Consume() 394 const Token& Parser::Consume(Token::Type* types, in Consume() function in Parser 415 return Consume(); in Consume() 421 const Token& Parser::Consume() { in Consume() function in Parser 433 const Token& token = Consume(); in ParseExpression() 447 const Token& next_token = Consume(); in ParseExpression() 487 Consume(Token::RIGHT_PAREN, "Expected ')'"); in Group() 509 Consume(Token::RIGHT_BRACKET, "Expected ']'"); in List() [all …]
|
D | parser.h | 98 const Token& Consume(Token::Type type, const char* error_message); 99 const Token& Consume(Token::Type* types, 102 const Token& Consume();
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
D | regexp_adapter_test.cc | 95 ASSERT_FALSE(context.digits->Consume( in TEST_F() 101 ASSERT_FALSE(context.parentheses_digits->Consume( in TEST_F() 118 ASSERT_TRUE(plus_sign->Consume(input.get(), true, NULL, NULL, NULL, NULL, in TEST_F() 133 ASSERT_TRUE(context.two_digit_groups->Consume( in TEST_F() 153 ASSERT_TRUE(context.digits->Consume(input.get(), false, NULL, NULL, NULL, in TEST_F() 158 ASSERT_TRUE(context.digits->Consume(input.get(), false, NULL, NULL, NULL, in TEST_F() 163 ASSERT_FALSE(context.parentheses_digits->Consume( in TEST_F() 169 ASSERT_TRUE(context.two_digit_groups->Consume( in TEST_F() 179 ASSERT_TRUE(context.six_digit_groups->Consume( in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
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 120 return Consume(true, rep, std::move(consume_fn)); in Consume() 124 return Consume(false, rep, std::move(consume_fn)); in ReverseConsume()
|
D | cord_rep_consume_test.cc | 87 TEST(CordRepConsumeTest, Consume) { in TEST() argument 97 Consume(tree, consume.AsStdFunction()); in TEST() 114 Consume(CordRep::Ref(tree), consume.AsStdFunction()); in TEST() 165 Consume(tree, consume.AsStdFunction()); in TEST()
|
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 485 data = Consume<kBack>(flat->Data(), data, flat->length); in NewLeaf() 504 data = Consume<kFront>(flat->Data(), data, flat->length); in NewLeaf() 523 data = Consume<kBack>(flat->Data(), data, n); in AddData() 539 data = Consume<kFront>(flat->Data(), data, n); in AddData() 588 data = Consume<edge_type>(data, result.tree->length); in AddData() 903 Consume(rep, consume); in CreateSlow() 915 Consume(rep, consume); in AppendSlow()
|
D | cord_rep_consume.h | 43 void Consume(CordRep* rep, ConsumeFn consume_fn);
|
/third_party/glslang/Test/ |
D | hlsl.structbuffer.append.fn.frag | 4 // return arg_c.Consume(); 10 return arg_c.Consume();
|
D | hlsl.structbuffer.append.frag | 10 return sbuf_c.Consume();
|
D | hlsl.structbuffer.floatidx.comp | 14 sb_t data = csb.Consume();
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | README.mux | 126 // ... (Consume output_data; e.g. write output_data.bytes to file). 136 // ... (Consume image; e.g. call WebPDecode() to decode the data). 138 // ... (Consume icc_profile). 166 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(), 176 // ... (Consume the ICC profile in 'chunk_iter.chunk'). 179 // ... (Consume the EXIF metadata in 'chunk_iter.chunk'). 182 // ... (Consume the XMP metadata in 'chunk_iter.chunk').
|
/third_party/skia/third_party/externals/libwebp/ |
D | README.mux | 127 // ... (Consume output_data; e.g. write output_data.bytes to file). 137 // ... (Consume image; e.g. call WebPDecode() to decode the data). 139 // ... (Consume icc_profile). 167 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(), 177 // ... (Consume the ICC profile in 'chunk_iter.chunk'). 180 // ... (Consume the EXIF metadata in 'chunk_iter.chunk'). 183 // ... (Consume the XMP metadata in 'chunk_iter.chunk').
|
/third_party/protobuf/python/google/protobuf/ |
D | text_format.py | 865 tokenizer.Consume(']') 870 tokenizer.Consume('{') 914 tokenizer.Consume(']') 960 tokenizer.Consume(':') 971 tokenizer.Consume(',') 989 tokenizer.Consume('.') 991 tokenizer.Consume('.') 993 tokenizer.Consume('/') 1016 tokenizer.Consume('{') 1170 tokenizer.Consume(']') [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | text_format.cc | 363 DO(Consume(delimiter)); in ConsumeMessage() 372 DO(Consume("{")); in ConsumeMessageDelimiter() 398 DO(Consume("]")); in ConsumeField() 428 DO(Consume("]")); in ConsumeField() 564 DO(Consume(":")); in ConsumeField() 581 DO(Consume(",")); in ConsumeField() 614 DO(Consume("]")); in SkipField() 688 DO(Consume(delimiter)); in SkipFieldMessage() 851 DO(Consume(",")); in SkipFieldValue() 1111 DO(Consume("/")); in ConsumeAnyTypeUrl() [all …]
|
/third_party/protobuf/third_party/ |
D | six.BUILD | 3 # Consume `six.py` as `__init__.py` for compatibility
|