Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h96 … { PrettyPrefix(b ? kTrueType : kFalseType); return Base::EndValue(Base::WriteBool(b)); } in Bool()
Dwriter.h183 … bool Bool(bool b) { Prefix(b ? kTrueType : kFalseType); return EndValue(WriteBool(b)); } in Bool()
301 bool WriteBool(bool b) { in WriteBool() function