Searched defs:ExecState (Results 1 – 1 of 1) sorted by relevance
196 struct ExecState { struct197 ExecState() : mState(UNINITIALIZED) {} in ExecState() function202 Mutexed<ExecState> mExecState; argument