Searched refs:shs_ (Results 1 – 3 of 3) sorted by relevance
102 new (&value->valueUnion.shs_) auto(other.valueUnion.shs_); in InitValueByReferType()233 return GetValuesStr(value.valueUnion.shs_); in GetShortsParamValueStr()317 valueUnion.shs_.~vector(); in ~AppEventParamValue()487 appEventParam.value.valueUnion.shs_.assign(shs.begin(), shs.end()); in AddParam()494 appEventParam.value.valueUnion.shs_.assign(shs.begin(), shs.end()); in AddParam()
139 } else if (type == AppEventParamType::SHVECTOR && vu.shs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()140 vu.shs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
93 std::vector<int16_t> shs_; member115 new (&shs_) std::vector<int16_t>; in ValueUnion()