Searched refs:ds_ (Results 1 – 3 of 3) sorted by relevance
139 } else if (type == AppEventParamType::DVECTOR && vu.ds_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()140 vu.ds_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
147 new (&value->valueUnion.ds_) auto(other.valueUnion.ds_); in InitValueByReferType()195 valueUnion.ds_.~vector(); in ~AppEventParamValue()349 appEventParam.value.valueUnion.ds_.assign(ds.begin(), ds.end()); in AddParam()528 AddVectorToJsonString(jsonStr, param.value.valueUnion.ds_); in AddOthersToJsonString()
89 std::vector<double> ds_; member119 new (&ds_) std::vector<double>; in ValueUnion()