Home
last modified time | relevance | path

Searched defs:AtEnd (Results 1 – 19 of 19) 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-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDie.h403 bool AtEnd; variable
/external/google-breakpad/src/common/
Dbyte_cursor.h106 bool AtEnd() const { return Available() == 0; } in AtEnd() function
/external/webrtc/sdk/android/native_api/jni/
Djava_types.cc97 bool Iterable::Iterator::AtEnd() const { in AtEnd() function in webrtc::Iterable::Iterator
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h846 bool AtEnd() const { in AtEnd() function
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h897 bool AtEnd() const { in AtEnd() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h910 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/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h910 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/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/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/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