Searched refs:Take (Results 1 – 14 of 14) sorted by relevance
49 Ch Take() { Ch c = current_; current_ = Encoding::Take(is_); return c; } in RAPIDJSON_DIAG_OFF()73 if (static_cast<unsigned char>(is_.Peek()) == 0xEFu) is_.Take(); in EncodedInputStream()74 if (static_cast<unsigned char>(is_.Peek()) == 0xBBu) is_.Take(); in EncodedInputStream()75 if (static_cast<unsigned char>(is_.Peek()) == 0xBFu) is_.Take(); in EncodedInputStream()78 Ch Take() { return is_.Take(); } in Take() function115 Ch Take() { RAPIDJSON_ASSERT(false); return 0;} in Take() function148 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() function185 … { type_ = kUTF32BE; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->Take… in DetectType()186 …) { type_ = kUTF32LE; hasBOM_ = true; is_->Take(); is_->Take(); is_->Take(); is_->Take… in DetectType()[all …]
147 #define RAPIDJSON_COPY() c = is.Take(); *codepoint = (*codepoint << 6) | (static_cast<unsigned char… in Decode()150 typename InputStream::Ch c = is.Take(); in Decode()180 #define RAPIDJSON_COPY() os.Put(c = is.Take()) in Validate()225 typename InputByteStream::Ch c = Take(is); in TakeBOM()227 c = is.Take(); in TakeBOM()229 c = is.Take(); in TakeBOM()231 c = is.Take(); in TakeBOM()236 static Ch Take(InputByteStream& is) { in Take() function238 return static_cast<Ch>(is.Take()); in Take()309 typename InputStream::Ch c = is.Take(); in Decode()[all …]
125 Ch Take() { return is_.Take(); } in Take() function160 Ch Take() { return *src_++; } in Take() function195 Ch Take() { return *src_++; }
47 Ch Take() { in Take() function48 Ch ch = this->is_.Take(); in Take()
272 s.Take(); in SkipWhitespace()725 is.Take(); in SkipWhitespaceAndComments()729 while (is.Peek() != '\0' && is.Take() != '\n') {} in SkipWhitespaceAndComments()742 is.Take(); // Skip '{' in ParseObject()782 is.Take(); in ParseObject()787 is.Take(); in ParseObject()799 is.Take(); in ParseObject()810 is.Take(); // Skip '[' in ParseArray()848 is.Take(); in ParseArray()858 is.Take(); in ParseNull()[all …]
60 char Take() { RAPIDJSON_ASSERT(false); return 0; } in RAPIDJSON_DIAG_OFF()
46 Ch Take() { return RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_++; } in Take() function
51 Ch Take() { Ch c = *current_; Read(); return c; } in RAPIDJSON_DIAG_OFF()
76 char Take() { RAPIDJSON_ASSERT(false); return 0; } in Take() function
73 Ch Take() { Ch c = *current_; Read(); return c; } in RAPIDJSON_DIAG_OFF()
432 is.Take(); in WriteString()
1107 Ch Take() { in Take() function
51 unsigned Take() { in RAPIDJSON_DIAG_OFF()199 switch (codepoint = ds.Take()) { in RAPIDJSON_DIAG_OFF()254 ds.Take(); in RAPIDJSON_DIAG_OFF()265 ds.Take(); in RAPIDJSON_DIAG_OFF()475 r = r * 10 + (ds.Take() - '0'); in RAPIDJSON_DIAG_OFF()489 while ((codepoint = ds.Take()) != 0) { in RAPIDJSON_DIAG_OFF()514 ds.Take(); in RAPIDJSON_DIAG_OFF()564 switch (codepoint = ds.Take()) { in RAPIDJSON_DIAG_OFF()663 while (!current->Empty() && (codepoint = ds.Take()) != 0) { in RAPIDJSON_DIAG_OFF()
62 Take a look at `LVGL_Arduino.ino <https://github.com/lvgl/lvgl/blob/master/examples/arduino/LVGL_Ar…