Searched defs:LocalState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_update_performer.cc27 struct EntryUpdatePerformer::LocalState { struct in class:drive::internal::EntryUpdatePerformer
28 LocalState() : should_content_update(false) { function in struct:drive::internal::EntryUpdatePerformer::LocalState
44 EntryUpdatePerformer::LocalState* local_state) {
223 scoped_ptr<LocalState> local_state(new LocalState);
224 LocalState* local_state_ptr = local_state.get();
237 scoped_ptr<LocalState> local_state,
/external/clang/lib/Analysis/
H A DConsumed.cpp1171 ConsumedState LocalState; local
1179 LocalState = this->getState(DM.first);
1181 if (LocalState == CS_None)
1184 if (LocalState != DM.second)
1193 ConsumedState LocalState; local
1197 LocalState = this->getState(DM.first);
1199 if (LocalState == CS_None)
1202 if (LocalState != DM.second) {

Completed in 176 milliseconds