Lines Matching refs:state

116     for (State state = STATE_BEGIN;;) {  in Parser()  local
121 switch (state) { in Parser()
126 state = STATE_COMPONENTS; in Parser()
147 state = STATE_END; in Parser()
154 state = STATE_COMPONENT_INITIAL; in Parser()
165 state = STATE_COMPONENTS; in Parser()
174 state = STATE_IMPLEMENTATION; in Parser()
185 state = STATE_COMPONENT; in Parser()
192 state = STATE_SERVICE; in Parser()
199 state = STATE_SINGLETON; in Parser()
210 state = STATE_IMPLEMENTATION; in Parser()
221 state = STATE_IMPLEMENTATION; in Parser()
573 State * state, css::registry::RegistryValueType * type) const;
666 State state = STATE_ROOT; in getAsciiValue() local
667 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getAsciiValue()
668 switch (state) { in getAsciiValue()
698 State state = STATE_ROOT; in getAsciiListValue() local
699 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getAsciiListValue()
701 switch (state) { in getAsciiListValue()
750 State state = STATE_ROOT; in getStringValue() local
751 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getStringValue()
752 switch (state) { in getStringValue()
940 State * state, css::registry::RegistryValueType * type) const in find() argument
957 struct { char const * segment; State state; } in find() member
1011 switch (info[s].transitions[k].state) { in find()
1034 s = info[s].transitions[k].state; in find()
1042 if (state != 0) { in find()
1043 *state = s; in find()
1052 State state = STATE_ROOT; in getChildren() local
1053 OSL_VERIFY(find(rtl::OUString(), 0, &state, 0)); in getChildren()
1054 switch (state) { in getChildren()