Home
last modified time | relevance | path

Searched defs:AtEnd (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph.h109 bool AtEnd() const { return id_it_ == id_->end(); } in AtEnd() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h398 bool AtEnd; variable
/external/google-breakpad/src/common/
Dbyte_cursor.h106 bool AtEnd() const { return Available() == 0; } in AtEnd() function
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h846 bool AtEnd() const { in AtEnd() function
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h888 bool AtEnd() const { in AtEnd() function
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h885 bool AtEnd() const { in AtEnd() function
/external/clang/lib/Parse/
DParseObjc.cpp625 SourceRange AtEnd; in ParseObjCInterfaceDeclList() local
2279 void Parser::ObjCImplParsingDataRAII::finish(SourceRange AtEnd) { in finish()
/external/vulkan-validation-layers/layers/
Ddescriptor_sets.h292 bool AtEnd() const { return index_ == layout_->GetBindingCount(); } in AtEnd() function
/external/protobuf/python/google/protobuf/
Dtext_format.py1222 def AtEnd(self): member in Tokenizer
/external/perfetto/src/traced/probes/ftrace/
Dcpu_reader_unittest.cc295 TEST(ReadAndAdvanceTest, AtEnd) { in TEST() argument
/external/v8/src/regexp/
Dregexp-nodes.h452 static AssertionNode* AtEnd(RegExpNode* on_success) { in AtEnd() function
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h2918 bool AtEnd() const { in AtEnd() function
3045 bool AtEnd() const { in AtEnd() function
3191 bool AtEnd() const { in AtEnd() function
3353 bool AtEnd() const { in AtEnd() function
3534 bool AtEnd() const { in AtEnd() function
3732 bool AtEnd() const { in AtEnd() function
3949 bool AtEnd() const { in AtEnd() function
4183 bool AtEnd() const { in AtEnd() function
4434 bool AtEnd() const { in AtEnd() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util-generated.h3653 bool AtEnd() const { in AtEnd() function
3780 bool AtEnd() const { in AtEnd() function
3926 bool AtEnd() const { in AtEnd() function
4088 bool AtEnd() const { in AtEnd() function
4269 bool AtEnd() const { in AtEnd() function
4467 bool AtEnd() const { in AtEnd() function
4684 bool AtEnd() const { in AtEnd() function
4918 bool AtEnd() const { in AtEnd() function
5169 bool AtEnd() const { in AtEnd() function
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h3242 bool AtEnd() const { in AtEnd() function
3369 bool AtEnd() const { in AtEnd() function
3515 bool AtEnd() const { in AtEnd() function
3677 bool AtEnd() const { in AtEnd() function
3858 bool AtEnd() const { in AtEnd() function
4056 bool AtEnd() const { in AtEnd() function
4273 bool AtEnd() const { in AtEnd() function
4507 bool AtEnd() const { in AtEnd() function
4758 bool AtEnd() const { in AtEnd() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3245 bool AtEnd() const { in AtEnd() function
3372 bool AtEnd() const { in AtEnd() function
3518 bool AtEnd() const { in AtEnd() function
3680 bool AtEnd() const { in AtEnd() function
3861 bool AtEnd() const { in AtEnd() function
4059 bool AtEnd() const { in AtEnd() function
4276 bool AtEnd() const { in AtEnd() function
4510 bool AtEnd() const { in AtEnd() function
4761 bool AtEnd() const { in AtEnd() function
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc203 inline bool Parser::AtEnd() { return LookingAtType(io::Tokenizer::TYPE_END); } in AtEnd() function in google::protobuf::compiler::Parser
/external/pdfium/third_party/lcms/src/
Dcmsopt.c846 int AtEnd = (int) g ->nEntries - AtBegin - 1; // And 98% in SlopeLimiting() local
/external/clang/include/clang/AST/
DDeclObjC.h908 SourceRange AtEnd; variable
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3698 Decl *Sema::ActOnAtEnd(Scope *S, SourceRange AtEnd, ArrayRef<Decl *> allMethods, in ActOnAtEnd()
/external/python/cpython2/Lib/lib-tk/
DTkinter.py2212 def AtEnd(): function