Lines Matching full:user
56 involves parsing and dynamic memory allocation. A special constructor with user-
85 This struct is public so that user can create a Pointer without parsing and
103 …\param allocator User supplied allocator for this pointer. If no allocator is provided, it creates…
113 …\param allocator User supplied allocator for this pointer. If no allocator is provided, it creates…
125 …\param allocator User supplied allocator for this pointer. If no allocator is provided, it creates…
132 //! Constructor with user-supplied tokens.
134 This constructor let user supplies const array of tokens.
168 …if (nameBuffer_) // If user-supplied tokens constructor is used, nameBuffer_ is nullptr and tok… in ~GenericPointer()
187 tokens_ = rhs.tokens_; // User supplied const tokens.
923 // Create own allocator if user did not supply. in Parse()
1155 …Allocator* allocator_; //!< The current allocator. It is either user-supplied or …