Searched defs:LocationState (Results 1 – 1 of 1) sorted by relevance
26 class LocationState; variable117 LocationState(LocationState::State state, uint32_t id) : state_(state), id_(id) {} in LocationState() function