HomeSort by relevance Sort by last modified time
    Searched refs:GenericDocument (Results 1 - 7 of 7) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
jsoncheckertest.cpp 70 GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no memory leak)
90 GenericDocument<UTF8<>, CrtAllocator> document; // Use Crt allocator to check exception-safety (no memory leak)
namespacetest.cpp 36 typedef GenericDocument<UTF8<>, CrtAllocator> DocumentType;
documenttest.cpp 71 typedef GenericDocument<UTF8<>, Allocator, StackAllocator> DocumentType;
123 GenericDocument<UTF16<> > d;
263 typedef GenericDocument<UTF8<>, MemoryPoolAllocator<>, MemoryPoolAllocator<> > DocumentType;
293 GenericDocument< UTF16<> > json;
354 typedef GenericDocument<UTF8<>, Allocator> Document;
388 typedef GenericDocument<UTF8<>, Allocator> Document;
422 typedef GenericDocument<Encoding, Allocator> Document;
447 typedef GenericDocument<UTF8<>, Allocator> Document;
483 typedef GenericDocument<UTF8<>, Allocator> Document;
519 typedef GenericDocument<Encoding, Allocator> Document;
    [all...]
valuetest.cpp 186 GenericDocument<UTF8<>, CrtAllocator> z(&crtAllocator);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 73 class GenericDocument;
453 //! Moving from a GenericDocument is not permitted.
455 GenericValue(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs);
457 //! Move assignment from a GenericDocument is not permitted.
459 GenericValue& operator=(GenericDocument<Encoding,Allocator,StackAllocator>&& rhs);
486 \param allocator Allocator for allocating copied elements and buffers. Commonly use GenericDocument::GetAllocator().
    [all...]
pointer.h 47 (GenericDocument). It can simplify coding of DOM tree manipulation, because it
62 GenericPointer depends on GenericDocument and GenericValue.
443 ValueType& Create(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExist = 0) const {
538 ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& defaultValue) const {
544 ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaultValue) const {
551 ValueType& GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic_string<Ch>& defaultValue) const {
562 GetWithDefault(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) const {
614 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, ValueType& value) const {
620 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType& value) const {
626 ValueType& Set(GenericDocument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* value) const (…)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
rapidjsontest.cpp 168 GenericDocument<UTF8<>, CrtAllocator> doc;

Completed in 220 milliseconds