Lines Matching refs:empty
594 To create an empty array, pass arrayValue.
595 To create an empty object, pass objectValue.
700 /// \brief Return true if empty array, empty object, or null;
702 bool empty() const;
861 /// If null, return an empty list.
1305 * the parsed document. An empty string is returned if no error
1317 * the parsed document. An empty string is returned if no error
1324 * \return A (possibly empty) vector of StructuredError objects. Currently
1799 * - if empty then print {} without indent and line break
1800 * - if not empty the print '{', line break & indent, print one value per
1804 * - if empty then print [] without indent and line break
1805 * - if the array contains no object value, empty array or some other value
1810 * object or non empty array, then print one value per line.
1860 * - if empty then print {} without indent and line break
1861 * - if not empty the print '{', line break & indent, print one value per
1865 * - if empty then print [] without indent and line break
1866 * - if the array contains no object value, empty array or some other value
1871 * object or non empty array, then print one value per line.