Lines Matching full:with

6 // in compliance with the License. You may obtain a copy of the License at
116 …But a compiler (IBM XL C/C++ for AIX) have reported to have problem with that so it moved as a nam…
139 //! Assignment with move semantics.
464 This version has better performance with supplied length, and also
715 //! Constructor with JSON value type.
716 /*! This creates a Value of specified type with default content.
733 //! Explicit copy constructor (with allocator)
881 // With RAPIDJSON_USE_MEMBERSMAP, the maps need to be destroyed to release
918 //! Assignment with move semantics.
943 …\note This overload is needed to avoid clashes with the generic primitive type assignment overload…
951 //! Assignment with primitive types.
957 referencing character strings with insufficient lifetime, use
985 //! Exchange the contents of this value with those of other.
1021 …\note If an object contains duplicated named member, comparing equality with any object is always …
1066 //! Equal-to operator with const C-string pointer
1070 //! Equal-to operator with string object
1076 //! Equal-to operator with primitive types
1088 //! Not-equal-to operator with const C-string pointer
1091 //! Not-equal-to operator with arbitrary types
1096 //! Equal-to operator with arbitrary types (symmetric version)
1101 //! Not-Equal-to operator with arbitrary types (symmetric version)
1199 //! Get a value from an object associated with the name.
1201 …\tparam T Either \c Ch or \c const \c Ch (template used for disambiguation with \ref operator[](Si…
1216 //! Get a value from an object associated with the name.
1221 And it can also handle strings with embedded null characters.
1235 // Use static buffer and placement-new to prevent destruction, with
1261 //! Get a value from an object associated with name (string object).
1295 \return Whether a member with that name exists.
1302 //! Check whether a member exists in the object with string object.
1306 \return Whether a member with that name exists.
1313 //! Check whether a member exists in the object with GenericValue name.
1315 …This version is faster because it does not need a StrLen(). It can also handle string with null ch…
1318 \return Whether a member with that name exists.
1333 the requested member doesn't exist. For consistency with e.g.
1346 …This version is faster because it does not need a StrLen(). It can also handle string with null ch…
1353 the requested member doesn't exist. For consistency with e.g.
1400 …\note This overload is needed to avoid clashes with the generic primitive type AddMember(GenericVa…
1415 …\note This overload is needed to avoid clashes with the generic primitive type AddMember(GenericVa…
1434 referencing character strings with insufficient lifetime, use
1486 …\note This overload is needed to avoid clashes with the generic primitive type AddMember(StringRef…
1504 referencing character strings with insufficient lifetime, use
1750 referencing character strings with insufficient lifetime, use
1861 …/*! This version has better performance with supplied length, and also support string containing n…
1878 …/*! This version has better performance with supplied length, and also support string containing n…
2105 …}; // 16 bytes in 32-bit mode, 24 bytes in 64-bit mode, 16 bytes in 64-bit with RAPIDJSON_48BITPO…
2401 // Initialize this value as array with initial data, without calling destructor.
2414 //! Initialize this value as object with initial data, without calling destructor.
2441 //! Initialize this value as copy string with initial data, without calling destructor.
2484 //! GenericValue with UTF8 encoding
2551 // with an allocator like MemoryPoolAllocator (CrtAllocator does not
2583 //! Exchange the contents of this document with those of another.
2598 // Allow Swap with ValueType.
2617 /*! \tparam Generator A functor with <tt>bool f(Handler)</tt> prototype.
2634 //! Parse JSON text from an input stream (with Encoding conversion)
2665 //! Parse JSON text from an input stream (with \ref kParseDefaultFlags)
2690 //! Parse JSON text from a mutable string (with \ref kParseDefaultFlags)
2702 //! Parse JSON text from a read-only string (with Encoding conversion)
2723 //! Parse JSON text from a read-only string (with \ref kParseDefaultFlags)
2888 //! GenericDocument with UTF8 encoding