Searched defs:AtEnd (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/python/google/protobuf/
H A Dtext_format.py137 while not tokenizer.AtEnd():
214 if tokenizer.AtEnd():
331 def AtEnd(self): member in class:_Tokenizer
624 if self.AtEnd():
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc118 inline bool Parser::AtEnd() { function in class:google::protobuf::compiler::Parser
273 if (AtEnd()) {
291 if (AtEnd()) {
329 while (!AtEnd()) {
406 if (AtEnd()) {
807 if (AtEnd()) {
846 if (AtEnd()) {
917 if (AtEnd()) {
964 if (AtEnd()) {
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h544 } while (!AtEnd() &&
569 bool AtEnd() const { function in class:net::BalsaHeaders::const_header_lines_key_iterator
/external/clang/lib/Parse/
H A DParseObjc.cpp341 SourceRange AtEnd; local
403 AtEnd.setBegin(AtLoc);
404 AtEnd.setEnd(Tok.getLocation());
475 Actions.ActOnAtEnd(getCurScope(), AtEnd, local
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2127 void Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, argument
2142 if (!isInterfaceDeclKind && AtEnd.isInvalid()) {
2146 AtEnd.setBegin(L);
2147 AtEnd.setEnd(L);
2230 CDecl->setAtEndRange(AtEnd);
2233 IC->setAtEndRange(AtEnd);
2279 CatImplClass->setAtEndRange(AtEnd);
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2874 assert(!AtEnd());
2896 // so we have to consult AtEnd().
2897 return (AtEnd() && typed_other->AtEnd()) ||
2916 if (!AtEnd())
2919 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2993 assert(!AtEnd());
3019 // so we have to consult AtEnd().
3020 return (AtEnd() && typed_other->AtEnd()) ||
3046 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3192 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3354 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3535 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3733 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3950 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4184 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4435 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h433 SourceRange AtEnd; member in class:clang::ObjCContainerDecl
496 return AtEnd;
499 AtEnd = atEnd;
/external/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2707 assert(!AtEnd());
2729 // so we have to consult AtEnd().
2730 return (AtEnd() && typed_other->AtEnd()) ||
2749 if (!AtEnd())
2752 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2820 assert(!AtEnd());
2846 // so we have to consult AtEnd().
2847 return (AtEnd() && typed_other->AtEnd()) ||
2873 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3013 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3169 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3344 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3536 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3747 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
3975 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4220 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h2876 assert(!AtEnd());
2898 // so we have to consult AtEnd().
2899 return (AtEnd() && typed_other->AtEnd()) ||
2918 if (!AtEnd())
2921 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2995 assert(!AtEnd());
3021 // so we have to consult AtEnd().
3022 return (AtEnd() && typed_other->AtEnd()) ||
3048 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3194 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3356 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3537 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3735 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3952 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4186 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4437 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h2857 assert(!AtEnd());
2879 // so we have to consult AtEnd().
2880 return (AtEnd() && typed_other->AtEnd()) ||
2899 if (!AtEnd())
2902 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator2::Iterator
2976 assert(!AtEnd());
3002 // so we have to consult AtEnd().
3003 return (AtEnd() && typed_other->AtEnd()) ||
3029 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3175 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator4::Iterator
3337 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator5::Iterator
3518 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator6::Iterator
3716 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator7::Iterator
3933 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4167 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator9::Iterator
4418 bool AtEnd() const { function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]
/external/v8/src/
H A Djsregexp.h900 static AssertionNode* AtEnd(RegExpNode* on_success) { function in class:v8::internal::AssertionNode

Completed in 238 milliseconds