Searched defs:gState (Results 1 – 7 of 7) sorted by relevance
16 type gState struct { struct17 seq uint6418 status gStatus99 func transitionReady(g uint64, curr, init gState) bool {103 func transition(gs map[uint64]gState, g uint64, init, next gState) error {
1177 type gState struct { struct1178 id GoID1179 status go122.GoStatus1180 seq seqCounter1183 regions []userRegion1186 rangeState1190 func (s *gState) beginRegion(r userRegion) error {1196 func (s *gState) endRegion(r userRegion) error {
28 type gState[R resource] struct { type
92 static std::optional<AdbConnectionState> gState; variable
881 SkPDFIndirectReference gState) { in get_gradient_resource_dict()
291 …__IO HAL_UART_StateTypeDef gState; /*!< UART state information related to global H… member