Home
last modified time | relevance | path

Searched refs:Take (Results 1 – 14 of 14) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodedstream.h49 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() function
115 Ch Take() { RAPIDJSON_ASSERT(false); return 0;} in Take() function
148 static const TakeFunc f[] = { RAPIDJSON_ENCODINGS_FUNC(Take) };
157 Ch Take() { Ch c = current_; current_ = takeFunc_(*is_); return c; } in Take() function
185 … { 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 …]
Dencodings.h147 #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() function
238 return static_cast<Ch>(is.Take()); in Take()
309 typename InputStream::Ch c = is.Take(); in Decode()
[all …]
Dstream.h125 Ch Take() { return is_.Take(); } in Take() function
160 Ch Take() { return *src_++; } in Take() function
195 Ch Take() { return *src_++; }
Dcursorstreamwrapper.h47 Ch Take() { in Take() function
48 Ch ch = this->is_.Take(); in Take()
Dreader.h272 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 …]
Dostreamwrapper.h60 char Take() { RAPIDJSON_ASSERT(false); return 0; } in RAPIDJSON_DIAG_OFF()
Dmemorystream.h46 Ch Take() { return RAPIDJSON_UNLIKELY(src_ == end_) ? '\0' : *src_++; } in Take() function
Dfilereadstream.h51 Ch Take() { Ch c = *current_; Read(); return c; } in RAPIDJSON_DIAG_OFF()
Dfilewritestream.h76 char Take() { RAPIDJSON_ASSERT(false); return 0; } in Take() function
Distreamwrapper.h73 Ch Take() { Ch c = *current_; Read(); return c; } in RAPIDJSON_DIAG_OFF()
Dwriter.h432 is.Take(); in WriteString()
Dpointer.h1107 Ch Take() { in Take() function
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h51 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()
/lvgl-latest/docs/details/integration/framework/
Darduino.rst62 Take a look at `LVGL_Arduino.ino <https://github.com/lvgl/lvgl/blob/master/examples/arduino/LVGL_Ar…