OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAPIDJSON_ASSERT
(Results
1 - 19
of
19
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
memorystream.h
43
Ch* PutBegin() {
RAPIDJSON_ASSERT
(false); return 0; }
44
void Put(Ch) {
RAPIDJSON_ASSERT
(false); }
45
void Flush() {
RAPIDJSON_ASSERT
(false); }
46
size_t PutEnd(Ch*) {
RAPIDJSON_ASSERT
(false); return 0; }
encodedstream.h
47
void Put(Ch) {
RAPIDJSON_ASSERT
(false); }
48
void Flush() {
RAPIDJSON_ASSERT
(false); }
49
Ch* PutBegin() {
RAPIDJSON_ASSERT
(false); return 0; }
50
size_t PutEnd(Ch*) {
RAPIDJSON_ASSERT
(false); return 0; }
80
Ch Peek() const {
RAPIDJSON_ASSERT
(false); }
81
Ch Take() {
RAPIDJSON_ASSERT
(false); }
82
size_t Tell() const {
RAPIDJSON_ASSERT
(false); return 0; }
83
Ch* PutBegin() {
RAPIDJSON_ASSERT
(false); return 0; }
84
size_t PutEnd(Ch*) {
RAPIDJSON_ASSERT
(false); return 0; }
112
RAPIDJSON_ASSERT
(type >= kUTF8 && type <= kUTF32BE);
[
all
...]
filereadstream.h
38
RAPIDJSON_ASSERT
(fp_ != 0);
39
RAPIDJSON_ASSERT
(bufferSize >= 4);
48
void Put(Ch) {
RAPIDJSON_ASSERT
(false); }
49
void Flush() {
RAPIDJSON_ASSERT
(false); }
50
Ch* PutBegin() {
RAPIDJSON_ASSERT
(false); return 0; }
51
size_t PutEnd(Ch*) {
RAPIDJSON_ASSERT
(false); return 0; }
filewritestream.h
32
RAPIDJSON_ASSERT
(fp_ != 0);
70
char Peek() const {
RAPIDJSON_ASSERT
(false); return 0; }
71
char Take() {
RAPIDJSON_ASSERT
(false); return 0; }
72
size_t Tell() const {
RAPIDJSON_ASSERT
(false); return 0; }
73
char* PutBegin() {
RAPIDJSON_ASSERT
(false); return 0; }
74
size_t PutEnd(char*) {
RAPIDJSON_ASSERT
(false); return 0; }
prettywriter.h
54
RAPIDJSON_ASSERT
(indentChar == ' ' || indentChar == '\t' || indentChar == '\n' || indentChar == '\r');
95
RAPIDJSON_ASSERT
(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
96
RAPIDJSON_ASSERT
(!Base::level_stack_.template Top<typename Base::Level>()->inArray);
105
RAPIDJSON_ASSERT
(ret == true);
119
RAPIDJSON_ASSERT
(Base::level_stack_.GetSize() >= sizeof(typename Base::Level));
120
RAPIDJSON_ASSERT
(Base::level_stack_.template Top<typename Base::Level>()->inArray);
129
RAPIDJSON_ASSERT
(ret == true);
178
RAPIDJSON_ASSERT
(type == kStringType); // if it's in object, then even number should be a name
182
RAPIDJSON_ASSERT
(!Base::hasRoot_); // Should only has one and only one root.
document.h
309
: s(str), length(internal::StrLen(str)){
RAPIDJSON_ASSERT
(s != NULL); }
319
: s(str), length(len) {
RAPIDJSON_ASSERT
(s != NULL); }
474
RAPIDJSON_ASSERT
(type <= kNumberType);
607
RAPIDJSON_ASSERT
(this != &rhs);
657
RAPIDJSON_ASSERT
((void*)this != (void const*)&rhs);
[
all
...]
rapidjson.h
332
//
RAPIDJSON_ASSERT
337
User can override it by defining
RAPIDJSON_ASSERT
(x) macro.
342
#ifndef
RAPIDJSON_ASSERT
344
#define
RAPIDJSON_ASSERT
(x) assert(x)
345
#endif //
RAPIDJSON_ASSERT
580
Ch* PutBegin() {
RAPIDJSON_ASSERT
(false); return 0; }
581
void Put(Ch) {
RAPIDJSON_ASSERT
(false); }
582
void Flush() {
RAPIDJSON_ASSERT
(false); }
583
size_t PutEnd(Ch*) {
RAPIDJSON_ASSERT
(false); return 0; }
616
void Put(Ch c) {
RAPIDJSON_ASSERT
(dst_ != 0); *dst_++ = c; }
[
all
...]
writer.h
144
RAPIDJSON_ASSERT
(level_stack_.GetSize() >= sizeof(Level));
145
RAPIDJSON_ASSERT
(!level_stack_.template Top<Level>()->inArray);
161
RAPIDJSON_ASSERT
(level_stack_.GetSize() >= sizeof(Level));
162
RAPIDJSON_ASSERT
(level_stack_.template Top<Level>()->inArray);
276
RAPIDJSON_ASSERT
(codepoint >= 0x010000 && codepoint <= 0x10FFFF);
328
RAPIDJSON_ASSERT
(type == kStringType); // if it's in object, then even number should be a name
332
RAPIDJSON_ASSERT
(!hasRoot_); // Should only has one and only one root.
allocators.h
128
RAPIDJSON_ASSERT
(buffer != 0);
129
RAPIDJSON_ASSERT
(size > sizeof(ChunkHeader));
213
RAPIDJSON_ASSERT
(newBuffer != 0); // Do not handle out-of-memory explicitly.
encodings.h
115
RAPIDJSON_ASSERT
(codepoint <= 0x10FFFF);
251
RAPIDJSON_ASSERT
(codepoint < 0xD800 || codepoint > 0xDFFF); // Code point itself cannot be surrogate pair
255
RAPIDJSON_ASSERT
(codepoint <= 0x10FFFF);
381
RAPIDJSON_ASSERT
(codepoint <= 0x10FFFF);
490
RAPIDJSON_ASSERT
(codepoint <= 0x7F);
reader.h
92
RAPIDJSON_ASSERT
(!HasParseError()); /* Error can only be assigned once */ \
468
RAPIDJSON_ASSERT
(is.Peek() == '{');
518
RAPIDJSON_ASSERT
(is.Peek() == '[');
553
RAPIDJSON_ASSERT
(is.Peek() == 'n');
566
RAPIDJSON_ASSERT
(is.Peek() == 't');
579
RAPIDJSON_ASSERT
(is.Peek() == 'f');
647
RAPIDJSON_ASSERT
(length <= 0xFFFFFFFF);
679
RAPIDJSON_ASSERT
(is.Peek() == '\"');
[
all
...]
pointer.h
282
RAPIDJSON_ASSERT
(token.IsUint64());
283
RAPIDJSON_ASSERT
(token.GetUint64() <= SizeType(~0));
388
RAPIDJSON_ASSERT
(IsValid());
458
RAPIDJSON_ASSERT
(IsValid());
683
RAPIDJSON_ASSERT
(IsValid());
768
RAPIDJSON_ASSERT
(source != NULL);
769
RAPIDJSON_ASSERT
(nameBuffer_ == 0);
770
RAPIDJSON_ASSERT
(tokens_ == 0);
[
all
...]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h
36
RAPIDJSON_ASSERT
(stackCapacity > 0);
123
RAPIDJSON_ASSERT
(GetSize() >= count * sizeof(T));
130
RAPIDJSON_ASSERT
(GetSize() >= sizeof(T));
142
RAPIDJSON_ASSERT
(allocator_);
biginteger.h
41
RAPIDJSON_ASSERT
(length > 0);
133
RAPIDJSON_ASSERT
(count_ + offset <= kCapacity);
188
RAPIDJSON_ASSERT
(cmp != 0);
220
Type GetDigit(size_t index) const {
RAPIDJSON_ASSERT
(index < count_); return digits_[index]; }
235
RAPIDJSON_ASSERT
(count_ < kCapacity);
242
RAPIDJSON_ASSERT
(*p >= '0' && *p <= '9');
ieee754.h
33
RAPIDJSON_ASSERT
(!Sign());
strtod.h
167
RAPIDJSON_ASSERT
(adjustment >= 0 && adjustment < 7);
226
RAPIDJSON_ASSERT
(d >= 0.0);
227
RAPIDJSON_ASSERT
(length >= 1);
pow10.h
48
RAPIDJSON_ASSERT
(n >= 0 && n <= 308);
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
unittest.h
92
#define
RAPIDJSON_ASSERT
(x) if (!(x)) throw AssertException(RAPIDJSON_STRINGIFY(x))
readertest.cpp
[
all
...]
Completed in 661 milliseconds