Searched refs:fs_ (Results 1 – 3 of 3) sorted by relevance
111 new (&value->valueUnion.fs_) auto(other.valueUnion.fs_); in InitValueByReferType()248 return GetValuesStr(value.valueUnion.fs_); in GetFloatsParamValueStr()326 valueUnion.fs_.~vector(); in ~AppEventParamValue()515 appEventParam.value.valueUnion.fs_.assign(fs.begin(), fs.end()); in AddParam()
145 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()146 vu.fs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
96 std::vector<float> fs_; member124 new (&fs_) std::vector<float>; in ValueUnion()