/third_party/gn/src/gn/ |
D | tokenizer.cc | 133 if (!at_end()) // Could be EOF. in Run() 139 while (!at_end() && IsCurrentWhitespace()) { in Run() 197 while (!at_end() && IsCurrentWhitespace()) in AdvanceToNextToken() 202 DCHECK(!at_end()); in ClassifyCurrent() 258 } while (!at_end() && base::IsAsciiDigit(cur_char())); in AdvanceToEndOfToken() 259 if (!at_end()) { in AdvanceToEndOfToken() 276 if (at_end()) { in AdvanceToEndOfToken() 304 while (!at_end() && IsIdentifierContinuingChar(cur_char())) in AdvanceToEndOfToken() 321 while (!at_end() && !IsCurrentNewline()) in AdvanceToEndOfToken() 347 DCHECK(!at_end()); in IsCurrentWhitespace() [all …]
|
D | tokenizer.h | 85 bool done() const { return at_end() || has_error(); } in done() 87 bool at_end() const { return cur_ == input_.size(); } in at_end() function
|
D | parser.h | 109 return at_end() ? tokens_[tokens_.size() - 1] : cur_token(); in cur_or_last_token() 112 bool done() const { return at_end() || has_error(); } in done() 113 bool at_end() const { return cur_ >= tokens_.size(); } in at_end() function
|
D | parser.cc | 328 if (!p.at_end() && !err->has_error()) { in ParseExpression() 378 if (at_end()) in LookAhead() 401 if (!at_end()) in Consume() 405 if (at_end()) { in Consume() 431 if (at_end()) in ParseExpression() 446 while (!at_end() && !IsStatementBreak(cur_token().type()) && in ParseExpression() 509 if (!has_error() && !at_end()) in List() 665 if (at_end()) { in ParseList() 690 if (at_end()) in ParseFile() 697 if (!at_end() && !has_error()) in ParseFile()
|
/third_party/boost/libs/spirit/classic/test/ |
D | scanner_tests.cpp | 47 while (!at_end(scan) && test_isspace(get(scan))); in advance() 67 while (!pp1.at_end()) in scanner_tests() 82 while (!pp2.at_end()) in scanner_tests() 93 while (!pp3.at_end()) in scanner_tests() 109 while (!pp4.at_end()) in scanner_tests()
|
/third_party/boost/tools/quickbook/test/src/ |
D | text_diff.cpp | 71 while (!scan1.at_end() && !scan2.at_end()) { in main() 92 if (scan1.at_end() != scan2.at_end()) { in main()
|
/third_party/boost/boost/graph/ |
D | plod_generator.hpp | 33 out_directed_plod_iterator() : gen(0), at_end(true) {} in out_directed_plod_iterator() 42 , at_end(false) in out_directed_plod_iterator() 70 at_end = true; in operator ++() 96 return at_end == other.at_end; in operator ==() 110 bool at_end; member in boost::out_directed_plod_iterator
|
/third_party/boost/boost/beast/http/detail/ |
D | basic_parsed_list.hpp | 110 basic_parsed_list const& list, bool at_end) in const_iterator() argument 112 , it_(at_end ? nullptr : in const_iterator() 115 if(! at_end) in const_iterator()
|
/third_party/boost/boost/spirit/home/classic/core/scanner/ |
D | skipper.hpp | 51 at_end(ScannerT const& scan) const in at_end() function 54 return BaseT::at_end(scan); in at_end() 61 while (!BaseT::at_end(scan) && impl::isspace_(BaseT::get(scan))) in skip()
|
D | scanner.hpp | 38 bool at_end(ScannerT const& scan) const in at_end() function 234 at_end(); in scanner() 248 at_end() const in at_end() function in boost::spirit::scanner 251 return iteration_policy_type::at_end(*this); in at_end()
|
/third_party/boost/libs/spirit/classic/example/fundamental/ |
D | functor_parser.cpp | 38 if (scan.at_end()) in operator ()() 53 } while (!scan.at_end() && (ch = *scan, ch >= '0' && ch <= '9')); in operator ()()
|
/third_party/boost/boost/ |
D | token_iterator.hpp | 90 ,end_(t.end()),valid_(!t.at_end()),tok_(t.current_token()) {} in token_iterator() 100 bool at_end()const{return !valid_;} in at_end() function in boost::token_iterator
|
/third_party/boost/tools/quickbook/src/ |
D | symbols.hpp | 155 if (scan.at_end()) { in find() 182 if (scan.at_end()) break; in find()
|
D | parsers.hpp | 288 if (scan.at_end()) return scan.no_match(); in parse() 294 } while (!scan.at_end() && in parse()
|
/third_party/pulseaudio/src/pulsecore/ |
D | hashmap.c | 241 goto at_end; in pa_hashmap_iterate() 244 goto at_end; in pa_hashmap_iterate() 258 at_end: in pa_hashmap_iterate()
|
D | idxset.c | 344 goto at_end; in pa_idxset_iterate() 347 goto at_end; in pa_idxset_iterate() 361 at_end: in pa_idxset_iterate()
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 72 gboolean at_end; member 309 if (local->at_end) in next_file_helper() 353 local->at_end = TRUE; in next_file_helper()
|
/third_party/boost/boost/spirit/home/classic/symbols/impl/ |
D | symbols.ipp | 89 return scan.at_end()? result: 0; 102 if (table.find(scan) && scan.at_end())
|
/third_party/boost/libs/tokenizer/test/ |
D | examples.cpp | 100 BOOST_REQUIRE(begin_c.at_end() == 0); in test_main() 103 BOOST_REQUIRE(begin_c.at_end()); in test_main()
|
/third_party/boost/boost/spirit/home/classic/core/primitives/ |
D | primitives.hpp | 59 if (!scan.at_end()) in parse() 603 if (!scan.at_end() && *scan == '\r') // CR in parse() 639 if (scan.at_end()) in parse()
|
/third_party/boost/boost/beast/core/impl/ |
D | multi_buffer.hpp | 516 auto const at_end = in basic_multi_buffer() local 519 out_ = at_end ? list_.end() : other.out_; in basic_multi_buffer() 539 auto const at_end = in basic_multi_buffer() local 542 out_ = at_end ? list_.end() : other.out_; in basic_multi_buffer() 1074 auto const at_end = in move_assign() local 1077 out_ = at_end ? list_.end() : other.out_; in move_assign()
|
/third_party/boost/boost/spirit/home/classic/core/composite/ |
D | actions.hpp | 111 ignore_unused(scan.at_end()); // allow skipper to take effect in parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | str_split_internal.h | 121 bool at_end() const { return state_ == kEndState; } in at_end() function 347 for (auto it = splitter.begin(); !it.at_end();) { 353 } while (++index != ar.size() && !it.at_end());
|
/third_party/python/Objects/stringlib/ |
D | unicode_format.h | 678 int at_end; in MarkupIterator_next() local 718 at_end = self->str.start >= self->str.end; in MarkupIterator_next() 721 if ((c == '}') && (at_end || in MarkupIterator_next() 728 if (at_end && c == '{') { in MarkupIterator_next() 733 if (!at_end) { in MarkupIterator_next()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | str_split_internal.h | 150 bool at_end() const { return state_ == kEndState; } in at_end() function 365 for (auto it = splitter.begin(); !it.at_end();) { 371 } while (++index != ar.size() && !it.at_end());
|