Searched refs:AppendParams (Results 1 – 2 of 2) sorted by relevance
186 AppendParams(eventBase, eventInfo.boolParams); in InnerWrite()187 AppendParams(eventBase, eventInfo.boolArrayParams); in InnerWrite()188 AppendParams(eventBase, eventInfo.doubleParams); in InnerWrite()189 AppendParams(eventBase, eventInfo.doubleArrayParams); in InnerWrite()190 AppendParams(eventBase, eventInfo.stringParams); in InnerWrite()191 AppendParams(eventBase, eventInfo.stringArrayParams); in InnerWrite()
68 …static void AppendParams(InnerWriter::EventBase& eventBase, const std::unordered_map<std::string, … in AppendParams() function