Searched refs:kCowClusterOp (Results 1 – 5 of 5) sorted by relevance
46 case kCowClusterOp: in EmitCowTypeString()94 if (op.type() != kCowClusterOp && op.type() != kCowSequenceOp && op.type() != kCowLabelOp) { in operator <<()99 } else if (op.type() == kCowClusterOp) { in operator <<()113 if (op.type == kCowClusterOp) { in GetNextOpOffset()123 if (op.type == kCowClusterOp) { in GetNextDataOffset()135 case kCowClusterOp: in IsMetadataOp()
491 op.type = kCowClusterOp; in EmitCluster()674 op.type == kCowLabelOp || op.type == kCowClusterOp) { in WriteOperation()688 if (op.type == kCowClusterOp) { in AddOperation()
534 ASSERT_EQ(op->type(), kCowClusterOp); in TEST_F()551 ASSERT_EQ(op->type(), kCowClusterOp); in TEST_F()932 ASSERT_EQ(op->type(), kCowClusterOp); in TEST_F()957 ASSERT_EQ(op->type(), kCowClusterOp); in TEST_F()1025 ASSERT_EQ(op->type(), kCowClusterOp); in TEST_F()1127 } else if (op->type() == kCowClusterOp) { in TEST_F()1188 } else if (op->type() == kCowClusterOp) { in TEST_F()1239 } else if (op->type() == kCowClusterOp) { in TEST_F()
119 if (current_op.type == kCowClusterOp) { in ParseOps()
125 kCowClusterOp = 5, enumerator135 static constexpr CowOperationType kCowClusterOp = CowOperationType::kCowClusterOp; variable