Searched defs:PutUnsafe (Results 1 – 2 of 2) sorted by relevance
57 void PutUnsafe(Ch c) { *stack_.template PushUnsafe<Ch>() = c; } in PutUnsafe() function105 inline void PutUnsafe(GenericStringBuffer<Encoding, Allocator>& stream, typename Encoding::Ch c) { in PutUnsafe() function
91 inline void PutUnsafe(Stream& stream, typename Stream::Ch c) { in PutUnsafe() function