Home | History | Annotate | Download | only in integration

Lines Matching defs:AppState

19 struct AppState {
20 AppState();
21 ~AppState();
23 bool Equals(const AppState& other) const;
29 typedef std::map<std::string, AppState> AppStateMap;
31 AppState::AppState() {}
33 AppState::~AppState() {}
35 bool AppState::IsValid() const {
39 bool AppState::Equals(const AppState& other) const {
47 AppState* app_state) {