Searched refs:IgnoreNull (Results 1 – 3 of 3) sorted by relevance
103 bool IgnoreNull = true) const;
78 IgnoreNull = 1 << 0, enumerator90 if ((ignoreOptions & IgnoreNull) && value->IsNull()) return true; in append()144 if (!append(value, IgnoreNull | IgnoreUndefined)) { in append()
60 bool IgnoreNull) const { in FindHandler()63 return IgnoreNull ? nullptr : Handlers.lookup(StringRef()); in FindHandler()