Searched refs:GetInfoType (Results 1 – 2 of 2) sorted by relevance
353 if (typeInfo->GetInfoType() == InfoType::OP_TYPE) { in ParseFromBinary()355 } else if (typeInfo->GetInfoType() == InfoType::DEFINE_CLASS_TYPE) { in ParseFromBinary()357 …} else if (header->SupportUseHClassType() && typeInfo->GetInfoType() == InfoType::USE_HCLASS_TYPE)… in ParseFromBinary()
555 InfoType GetInfoType() in GetInfoType() function