Searched defs:IsSequence (Results 1 - 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/util/
H A Dutil.cc115 bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; } function in namespace:tensorflow::swig
/external/llvm/utils/TableGen/
H A DCodeGenSchedule.h54 bool IsSequence; member in struct:llvm::CodeGenSchedRW
60 HasVariants(false), IsVariadic(false), IsSequence(false) {}
72 IsSequence = Def->isSubClassOf("WriteSequence");
78 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) {
85 assert((!IsSequence || !HasVariants) && "Sequence can't have variant");
86 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty");
/external/llvm/lib/Support/
H A DYAMLParser.cpp462 bool scanFlowCollectionStart(bool IsSequence);
465 bool scanFlowCollectionEnd(bool IsSequence);
1155 bool Scanner::scanFlowCollectionStart(bool IsSequence) { argument
1157 T.Kind = IsSequence ? Token::TK_FlowSequenceStart
1172 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { argument
1176 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.h2025 bool IsSequence() const;
3199 inline bool FieldDef::IsSequence() const { return upb_fielddef_isseq(this); } function in class:upb::FieldDef
4366 * static bool IsSequence(Selector selector); */
/external/protobuf/php/ext/google/protobuf/
H A Dupb.h1588 bool IsSequence() const;
2583 inline bool FieldDef::IsSequence() const { return upb_fielddef_isseq(this); } function in class:upb::FieldDef
3670 * static bool IsSequence(Selector selector); */

Completed in 365 milliseconds