Searched refs:ftype (Results 1 – 1 of 1) sorted by relevance
2645 art::Primitive::Type ftype = old_field.GetTypeAsPrimitiveType(); in CopyField() local2646 CHECK_EQ(ftype, new_field->GetTypeAsPrimitiveType()) in CopyField()2648 if (ftype == art::Primitive::kPrimNot) { in CopyField()2651 switch (ftype) { in CopyField()2666 LOG(FATAL) << "Unexpected field with type " << ftype << " found!"; in CopyField()2697 art::Primitive::Type ftype = field.GetTypeAsPrimitiveType(); in ClearField() local2698 if (ftype == art::Primitive::kPrimNot) { in ClearField()2701 switch (ftype) { in ClearField()2716 LOG(FATAL) << "Unexpected field with type " << ftype << " found!"; in ClearField()