Searched refs:WriteBool (Results 1 – 2 of 2) sorted by relevance
109 bool Bool(bool b) { Prefix(b ? kTrueType : kFalseType); return WriteBool(b); } in Bool()194 bool WriteBool(bool b) { in WriteBool() function
66 …bool Bool(bool b) { PrettyPrefix(b ? kTrueType : kFalseType); return Base::WriteBool(b);… in Bool()