Searched refs:fs_ (Results 1 – 3 of 3) sorted by relevance
128 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()129 vu.fs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
144 new (&value->valueUnion.fs_) auto(other.valueUnion.fs_); in InitValueByReferType()192 valueUnion.fs_.~vector(); in ~AppEventParamValue()342 appEventParam.value.valueUnion.fs_.assign(fs.begin(), fs.end()); in AddParam()526 AddVectorToJsonString(jsonStr, param.value.valueUnion.fs_); in AddOthersToJsonString()
88 std::vector<float> fs_; member116 new (&fs_) std::vector<float>; in ValueUnion()