Lines Matching defs:null

334   /// \c true if dropped null placeholders are allowed. Default: \c false.
421 nullValue = 0, ///< 'null' value
478 * - 'null'
520 static const Value& null; ///< We regret this reference to a global instance; prefer the simpler Value().
521 static const Value& nullRef; ///< just a kludge for binary-compatibility; same as null
601 Json::Value null_value; // null
621 * \note This works only for null-terminated strings. (We cannot change the
700 /// \brief Return true if empty array, empty object, or null;
713 /// New elements are initialized to null.
720 /// If the array contains less than index element, then null value are
728 /// If the array contains less than index element, then null value are
756 /// Access an object value by name, create a null member if it does not exist.
760 /// Access an object value by name, returns null if there is no member with
763 /// Access an object value by name, create a null member if it does not exist.
766 /// Access an object value by name, returns null if there is no member with
770 /** \brief Access an object value by name, create a null member if it does not
784 /// Access an object value by name, create a null member if it does not exist.
786 /// Access an object value by name, returns null if there is no member with
817 /// \return the removed Value, or null.
827 /// but 'key' is null-terminated.
847 /// \note 'key' must be null-terminated.
861 /// If null, return an empty list.
931 // If not allocated_, string_ must be null-terminated.
1058 // Indicates that iterator is for a null value.
1506 - true if dropped null placeholders are allowed. (See StreamWriterBuilder.)
1544 * \pre 'settings' != NULL (but Json::null is fine)
1550 * \pre 'settings' != NULL (but Json::null is fine)
1710 - Drop the "null" string from the writer's output for nullValues.
1739 * \pre 'settings' != NULL (but Json::null is fine)
1773 /** \brief Drop the "null" string from the writer's output for nullValues.