Searched refs:kParseEscapedApostropheFlag (Results 1 – 5 of 5) sorted by relevance
157 kParseEscapedApostropheFlag = 512, //!< Allow escaped apostrophe in strings. enumerator1018 …else if ((parseFlags & kParseEscapedApostropheFlag) && RAPIDJSON_LIKELY(e == '\'')) { // Allow esc… in ParseStringToStream()