Lines Matching full:with

6 // in compliance with the License. You may obtain a copy of the License at
45 can access multiple-level depth of DOM tree with single API call.
56 involves parsing and dynamic memory allocation. A special constructor with user-
121 …//! Constructor that parses a string or URI fragment representation, with length of the source str…
132 //! Constructor with user-supplied tokens.
194 //! Swap the content of this pointer with another.
196 \param other The pointer to swap with.
233 \return A new Pointer with appended token.
246 //! Append a name token with length, and return a new Pointer
251 \return A new Pointer with appended token.
262 \return A new Pointer with appended token.
275 \return A new Pointer with appended token.
286 \return A new Pointer with appended token.
311 \return A new Pointer with appended token.
518 // For use with JSON pointers into JSON schema documents.
544 // See if we have an id, and if so resolve with the current base
636 //!@name Query a value with default
639 //! Query a value in a subtree with default value.
655 //! Query a value in a subtree with default null-terminated string.
663 //! Query a value in a subtree with default std::basic_string.
671 //! Query a value in a subtree with default primitive value.
681 //! Query a value in a document with default value.
687 //! Query a value in a document with default null-terminated string.
694 //! Query a value in a document with default std::basic_string.
701 //! Query a value in a document with default primitive value.
716 //! Set a value in a subtree, with move semantics.
730 //! Set a value in a subtree, with copy semantics.
757 //! Set a value in a document, with move semantics.
763 //! Set a value in a document, with copy semantics.
798 //! Swap a value with a value in a subtree.
812 //! Swap a value with a value in a document.
825 … \note Erasing with an empty pointer \c Pointer(""), i.e. the root, always fail and return false.