Searched refs:kCowClusterOp (Results 1 – 5 of 5) sorted by relevance
38 else if (op.type == kCowClusterOp) in operator <<()67 if (op.type == kCowClusterOp) { in GetNextOpOffset()77 if (op.type == kCowClusterOp) { in GetNextDataOffset()89 case kCowClusterOp: in IsMetadataOp()
486 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()503 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()929 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()954 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()1022 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()1125 } else if (op.type == kCowClusterOp) { in TEST_F()1186 } else if (op.type == kCowClusterOp) { in TEST_F()1237 } else if (op.type == kCowClusterOp) { in TEST_F()
599 op.type = kCowClusterOp; in EmitCluster()794 op.type == kCowLabelOp || op.type == kCowClusterOp) { in WriteOperation()808 if (op.type == kCowClusterOp) { in AddOperation()
220 if (current_op.type == kCowClusterOp) { in ParseOps()
152 static constexpr uint8_t kCowClusterOp = 5; variable