Searched refs:frameIdx (Results 1 – 1 of 1) sorted by relevance
33 static bool FormatJsFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& outStr) in FormatJsFrame() argument38 if (snprintf_s(buf, sizeof(buf), sizeof(buf) - 1, idxFmt, frameIdx) <= 0) { in FormatJsFrame()42 std::string symbol = frames[frameIdx]["symbol"].asString(); in FormatJsFrame()43 std::string file = frames[frameIdx]["file"].asString(); in FormatJsFrame()44 std::string line = frames[frameIdx]["line"].asString(); in FormatJsFrame()45 std::string column = frames[frameIdx]["column"].asString(); in FormatJsFrame()50 static bool FormatNativeFrame(const Json::Value& frames, const uint32_t& frameIdx, std::string& out… in FormatNativeFrame() argument54 std::string buildId = frames[frameIdx]["buildId"].asString(); in FormatNativeFrame()55 std::string file = frames[frameIdx]["file"].asString(); in FormatNativeFrame()56 std::string offset = frames[frameIdx]["offset"].asString(); in FormatNativeFrame()[all …]