Searched defs:ProfilingStack (Results 1 – 1 of 1) sorted by relevance
117 struct ProfilingStack { struct123 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); } in ProfilingStack() argument127 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow"); in Push() argument136 ReleaseBuildAssertion(size > 0, "ProfilingStack underflow"); in Pop() argument148 ProfilingStack& operator=(const ProfilingStack& other) { argument