Searched refs:mPrivateFunctions (Results 1 – 2 of 2) sorted by relevance
132 std::vector<std::string> mPrivateFunctions; variable
10151 ASSERT(mPrivateFunctions.empty()); in ~ReplayWriter()10226 mPrivateFunctions.emplace_back(body); in addPrivateFunction()10276 for (const std::string &privateFunc : mPrivateFunctions) in getStoredReplaySourceSize()10295 if (mReplayHeaders.empty() && mPublicFunctions.empty() && mPrivateFunctions.empty()) in saveFrame()10396 for (const std::string &func : mPrivateFunctions) in writeReplaySource()10421 mPrivateFunctions.clear(); in writeReplaySource()