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