Searched defs:ProfilingStack (Results 1 – 1 of 1) sorted by relevance
110 struct ProfilingStack { struct117 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); } in ProfilingStack() argument121 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow"); in Push() argument128 ReleaseBuildAssertion(size > 0, "ProfilingStack underflow"); in Pop() argument138 ProfilingStack& operator=(const ProfilingStack& other) { argument