Home
last modified time | relevance | path

Searched refs:RAPIDJSON_FORCEINLINE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dencodings.h623 static RAPIDJSON_FORCEINLINE void Encode(OutputStream& os, unsigned codepoint) { in Encode()
630 static RAPIDJSON_FORCEINLINE void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe()
637 static RAPIDJSON_FORCEINLINE bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
644 static RAPIDJSON_FORCEINLINE bool Validate(InputStream& is, OutputStream& os) { in Validate()
661 static RAPIDJSON_FORCEINLINE bool Transcode(InputStream& is, OutputStream& os) { in Transcode()
670 static RAPIDJSON_FORCEINLINE bool TranscodeUnsafe(InputStream& is, OutputStream& os) { in TranscodeUnsafe()
680 static RAPIDJSON_FORCEINLINE bool Validate(InputStream& is, OutputStream& os) { in Validate()
693 static RAPIDJSON_FORCEINLINE bool Transcode(InputStream& is, OutputStream& os) {
699 static RAPIDJSON_FORCEINLINE bool TranscodeUnsafe(InputStream& is, OutputStream& os) {
705 static RAPIDJSON_FORCEINLINE bool Validate(InputStream& is, OutputStream& os) {
Dreader.h677 RAPIDJSON_FORCEINLINE bool IterativeParseComplete() const { in IterativeParseComplete()
895 RAPIDJSON_FORCEINLINE static bool Consume(InputStream& is, typename InputStream::Ch expect) { in Consume()
933 RAPIDJSON_FORCEINLINE void Put(Ch c) { in Put()
938 RAPIDJSON_FORCEINLINE void* Push(SizeType count) { in Push()
991 RAPIDJSON_FORCEINLINE void ParseStringToStream(InputStream& is, OutputStream& os) { in ParseStringToStream()
1071 static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(InputStream&, OutputStream&) { in ScanCopyUnescapedString()
1077 …static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(StringStream& is, StackStream<char>& os)… in ScanCopyUnescapedString()
1130 …static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(InsituStringStream& is, InsituStringStre… in ScanCopyUnescapedString()
1189 static RAPIDJSON_FORCEINLINE void SkipUnescapedString(InsituStringStream& is) { in SkipUnescapedString()
1234 …static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(StringStream& is, StackStream<char>& os)… in ScanCopyUnescapedString()
[all …]
Drapidjson.h215 #ifndef RAPIDJSON_FORCEINLINE
218 #define RAPIDJSON_FORCEINLINE __forceinline macro
220 #define RAPIDJSON_FORCEINLINE __attribute__((always_inline)) macro
222 #define RAPIDJSON_FORCEINLINE macro
Ddocument.h2107 static RAPIDJSON_FORCEINLINE const Ch* DataString(const Data& data) {
2110 static RAPIDJSON_FORCEINLINE SizeType DataStringLength(const Data& data) {
2114RAPIDJSON_FORCEINLINE const Ch* GetStringPointer() const { return RAPIDJSON_GETPOINTER(Ch, data_.s…
2115RAPIDJSON_FORCEINLINE const Ch* SetStringPointer(const Ch* str) { return RAPIDJSON_SETPOINTER(Ch, …
2116RAPIDJSON_FORCEINLINE GenericValue* GetElementsPointer() const { return RAPIDJSON_GETPOINTER(Gener…
2117RAPIDJSON_FORCEINLINE GenericValue* SetElementsPointer(GenericValue* elements) { return RAPIDJSON_…
2118RAPIDJSON_FORCEINLINE Member* GetMembersPointer() const { return RAPIDJSON_GETPOINTER(Member, data…
2119RAPIDJSON_FORCEINLINE Member* SetMembersPointer(Member* members) { return RAPIDJSON_SETPOINTER(Mem…
2148 static RAPIDJSON_FORCEINLINE size_t GetMapLayoutSize(SizeType capacity) {
2155 static RAPIDJSON_FORCEINLINE SizeType &GetMapCapacity(Map* &map) {
[all …]
Dschema.h903 RAPIDJSON_FORCEINLINE bool EndValue(Context& context) const { in EndValue()
1752 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { in AppendIndexToken()
1764 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) {
3074RAPIDJSON_FORCEINLINE void PushSchema(const SchemaType& schema) { new (schemaStack_.template Push<…
3076 RAPIDJSON_FORCEINLINE void PopSchema() {
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstack.h116 RAPIDJSON_FORCEINLINE void Reserve(size_t count = 1) {
123 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
129 RAPIDJSON_FORCEINLINE T* PushUnsafe(size_t count = 1) {