Home
last modified time | relevance | path

Searched defs:Ch (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodedstream.h36 typedef typename Encoding::Ch Ch; typedef
47 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() argument
50 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd() argument
69 typedef typename Encoding::Ch Ch; typedef
84 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd() argument
104 typedef CharType Ch; typedef
127 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() argument
130 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd() argument
202 typedef CharType Ch; typedef
234 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd() argument
Dfilereadstream.h29 typedef char Ch; //!< Character type (byte). typedef
48 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() argument
51 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd() argument
Dencodings.h97 typedef CharType Ch; typedef
242 typedef CharType Ch; typedef
373 typedef CharType Ch; typedef
484 typedef CharType Ch; typedef
551 typedef CharType Ch; typedef
Dstringbuffer.h37 typedef typename Encoding::Ch Ch; typedef
Dfilewritestream.h29 typedef char Ch; //!< Character type. Only support char. typedef
Dmemorystream.h35 typedef char Ch; // byte typedef
Dmemorybuffer.h38 typedef char Ch; // byte typedef
Dprettywriter.h38 typedef typename Base::Ch Ch; typedef
Dreader.h182 typedef typename Encoding::Ch Ch; typedef
376 typedef typename SourceEncoding::Ch Ch; //!< SourceEncoding character type typedef
615 typedef CharType Ch; typedef
Dwriter.h56 typedef typename SourceEncoding::Ch Ch; typedef
Dpointer.h74 typedef typename EncodingType::Ch Ch; //!< Character type from Value typedef
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dprettywritertest.cpp102 typedef char Ch; typedef in OStreamWrapper
113 size_t PutEnd(Ch*) { assert(false); return 0; } in PutEnd() argument
Dwritertest.cpp145 typedef char Ch; typedef in OStreamWrapper
156 size_t PutEnd(Ch*) { assert(false); return 0; } in PutEnd() argument
Dreadertest.cpp973 typedef typename Encoding::Ch Ch; typedef in CustomStringStream
982 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() argument
984 size_t PutEnd(Ch*) { RAPIDJSON_ASSERT(false); return 0; } in PutEnd() argument
1021 typedef char Ch; typedef in IStreamWrapper
1038 void Put(Ch) { assert(false); } in Put() argument
1040 size_t PutEnd(Ch*) { assert(false); return 0; } in PutEnd() argument
1100 typedef typename Encoding::Ch Ch; typedef
Ddocumenttest.cpp243 typedef char Ch; typedef