Searched defs:Document (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
H A Dnamespacetest.cpp44 typedef RAPIDJSON_NAMESPACE::Document Document; typedef
61 Document doc;
H A Ddocumenttest.cpp91 TEST(Document, Parse) {
116 TEST(Document, ParseStream_EncodedInputStream) {
157 TEST(Document, ParseStream_AutoUTFInputStream) {
164 Document d;
196 TEST(Document, Swap) {
197 Document d1;
198 Document::AllocatorType& a = d1.GetAllocator();
205 // Swap between Document and Value
211 // Swap between Document and Document
354 typedef GenericDocument<UTF8<>, Allocator> Document; typedef
388 typedef GenericDocument<UTF8<>, Allocator> Document; typedef
447 typedef GenericDocument<UTF8<>, Allocator> Document; typedef
483 typedef GenericDocument<UTF8<>, Allocator> Document; typedef
[all...]
/packages/services/Car/tools/ioanalyze/
H A Danalyzer.py43 class Document(object): class in inherits:object
240 document = Document(open(args.filename))
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
H A Ddocument.h1808 : ValueType(std::forward<ValueType>(rhs)), // explicit cast to avoid prohibited move from Document
2078 typedef GenericDocument<UTF8<> > Document; typedef

Completed in 234 milliseconds