Searched defs:kp (Results 1 – 4 of 4) sorted by relevance
70 auto kp = new KeyParam(); variable107 for (auto kp = keyParams.begin(); kp != keyParams.end(); kp++) { variable153 auto kp = new KeyParam(); variable180 for (auto kp = keyParams.begin(); kp != keyParams.end(); kp++) { variable
581 …ParseKeyParam(ParserContext &context, uint32_t &offset, bool &match, std::shared_ptr<KeyParam> &kp) in ParseKeyParam()618 void GetKeyParamsLocales(std::shared_ptr<KeyParam> kp, std::string &locale, bool &isLocale) in GetKeyParamsLocales()681 std::shared_ptr<KeyParam> kp; in ParseKey() local771 const std::shared_ptr<KeyParam> kp = keyParams.at(i); in CreateResConfigFromKeyParams() local
320 KeyParam *kp = new (std::nothrow) KeyParam(); in ParseKey() local417 const KeyParam *kp = keyParams.at(i); in CreateResConfigFromKeyParams() local
70 auto kp = std::make_shared<KeyParam>(); variable