Searched refs:stateSet_ (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 D | regex.h | 91 stateSet_(), state0_(allocator, 0), state1_(allocator, 0), anchorBegin_(), anchorEnd_() in RAPIDJSON_DIAG_OFF() 99 Allocator::Free(stateSet_); in RAPIDJSON_DIAG_OFF() 332 RAPIDJSON_ASSERT(stateSet_ == 0); in RAPIDJSON_DIAG_OFF() 334 stateSet_ = static_cast<unsigned*>(states_.GetAllocator().Malloc(GetStateSetSize())); in RAPIDJSON_DIAG_OFF() 614 std::memset(stateSet_, 0, stateSetSize); in RAPIDJSON_DIAG_OFF() 619 std::memset(stateSet_, 0, stateSetSize); in RAPIDJSON_DIAG_OFF() 654 else if (!(stateSet_[index >> 5] & (1 << (index & 31)))) { in RAPIDJSON_DIAG_OFF() 655 stateSet_[index >> 5] |= (1 << (index & 31)); in RAPIDJSON_DIAG_OFF() 681 uint32_t* stateSet_; // allocated by states_.GetAllocator() in RAPIDJSON_DIAG_OFF() local
|