Home
last modified time | relevance | path

Searched defs:IsSequence (Results 1 – 8 of 8) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h54 bool IsSequence; member
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp91 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function in upb::FieldDefPtr
/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp1146 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()
1163 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
/external/llvm/lib/Support/
DYAMLParser.cpp1155 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()
1172 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp1153 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart()
1170 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenSchedule.h54 bool IsSequence; member
/external/tensorflow/tensorflow/python/util/
Dutil.cc918 bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; } in IsSequence() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h3311 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function