Searched refs:cs_ (Results 1 – 3 of 3) sorted by relevance
129 } else if (type == AppEventParamType::CVECTOR && vu.cs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()130 vu.cs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
132 new (&value->valueUnion.cs_) auto(other.valueUnion.cs_); in InitValueByReferType()180 valueUnion.cs_.~vector(); in ~AppEventParamValue()307 appEventParam.value.valueUnion.cs_.assign(cs.begin(), cs.end()); in AddParam()518 AddVectorToJsonString(jsonStr, param.value.valueUnion.cs_); in AddOthersToJsonString()
84 std::vector<char> cs_; member104 new (&cs_) std::vector<char>; in ValueUnion()