Home
last modified time | relevance | path

Searched refs:state1_ (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h91 stateSet_(), state0_(allocator, 0), state1_(allocator, 0), anchorBegin_(), anchorEnd_() in RAPIDJSON_DIAG_OFF()
336 state1_.template Reserve<SizeType>(stateCount_); in RAPIDJSON_DIAG_OFF()
612 Stack<Allocator> *current = &state0_, *next = &state1_; in RAPIDJSON_DIAG_OFF()
683 mutable Stack<Allocator> state1_; in RAPIDJSON_DIAG_OFF() local