Searched defs:Encoding (Results 1 – 2 of 2) sorted by relevance
100 inline void PutReserve(GenericStringBuffer<Encoding, Allocator>& stream, size_t count) { in PutReserve()105 inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { in PutUnsafe()
608 typedef typename RegexType::EncodingType Encoding; in RAPIDJSON_DIAG_OFF() typedef