Searched refs:kCowClusterOp (Results 1 – 5 of 5) sorted by relevance
38 else if (op.type == kCowClusterOp) in operator <<()60 if (op.type == kCowClusterOp) { in GetNextOpOffset()70 if (op.type == kCowClusterOp) { in GetNextDataOffset()82 case kCowClusterOp: in IsMetadataOp()
221 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()238 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()664 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()689 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()757 ASSERT_EQ(op->type, kCowClusterOp); in TEST_F()860 } else if (op.type == kCowClusterOp) { in TEST_F()921 } else if (op.type == kCowClusterOp) { in TEST_F()972 } else if (op.type == kCowClusterOp) { in TEST_F()
331 op.type = kCowClusterOp; in EmitCluster()503 if (op.type == kCowClusterOp) { in AddOperation()
176 if (current_op.type == kCowClusterOp) { in ParseOps()
150 static constexpr uint8_t kCowClusterOp = 5; variable