HomeSort by relevance Sort by last modified time
    Searched defs:IsSequence (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenSchedule.h 54 bool IsSequence;
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/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 655 milliseconds