Searched refs:pField (Results 1 – 1 of 1) sorted by relevance
278 …auto pField = std::shared_ptr<OhCloudExtField>(field, [](auto *field) { OhCloudExtFieldFree(field)… in GetFields() local282 … OhCloudExtFieldGetColName(pField.get(), &colName, reinterpret_cast<unsigned int *>(&colLen)); in GetFields()289 … OhCloudExtFieldGetAlias(pField.get(), &fdAlias, reinterpret_cast<unsigned int *>(&fdAliasLen)); in GetFields()295 OhCloudExtFieldGetTyp(pField.get(), &fdtype); in GetFields()298 OhCloudExtFieldGetPrimary(pField.get(), &primary); in GetFields()301 OhCloudExtFieldGetNullable(pField.get(), &nullable); in GetFields()