Searched refs:RAPIDJSON_FORCEINLINE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | encodings.h | 623 RAPIDJSON_FORCEINLINE static void Encode(OutputStream& os, unsigned codepoint) { in Encode() 630 RAPIDJSON_FORCEINLINE static void EncodeUnsafe(OutputStream& os, unsigned codepoint) { in EncodeUnsafe() 637 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode() 644 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate() 661 RAPIDJSON_FORCEINLINE static bool Transcode(InputStream& is, OutputStream& os) { in Transcode() 670 RAPIDJSON_FORCEINLINE static bool TranscodeUnsafe(InputStream& is, OutputStream& os) { in TranscodeUnsafe() 680 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate() 693 RAPIDJSON_FORCEINLINE static bool Transcode(InputStream& is, OutputStream& os) { 699 RAPIDJSON_FORCEINLINE static bool TranscodeUnsafe(InputStream& is, OutputStream& os) { 705 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) {
|
| H A D | rapidjson.h | 179 #ifndef RAPIDJSON_FORCEINLINE 182 #define RAPIDJSON_FORCEINLINE __forceinline macro 184 #define RAPIDJSON_FORCEINLINE __attribute__((always_inline)) macro 186 #define RAPIDJSON_FORCEINLINE macro
|
| H A D | reader.h | 744 RAPIDJSON_FORCEINLINE static bool Consume(InputStream& is, typename InputStream::Ch expect) { in Consume() 782 RAPIDJSON_FORCEINLINE void Put(Ch c) { in Put() 787 RAPIDJSON_FORCEINLINE void* Push(SizeType count) { in Push() 840 RAPIDJSON_FORCEINLINE void ParseStringToStream(InputStream& is, OutputStream& os) { in ParseStringToStream() 908 static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(InputStream&, OutputStream&) { in ScanCopyUnescapedString() 914 …static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(StringStream& is, StackStream<char>& os)… in ScanCopyUnescapedString() 965 …static RAPIDJSON_FORCEINLINE void ScanCopyUnescapedString(InsituStringStream& is, InsituStringStre… in ScanCopyUnescapedString() 1024 static RAPIDJSON_FORCEINLINE void SkipUnescapedString(InsituStringStream& is) { in SkipUnescapedString() 1080 RAPIDJSON_FORCEINLINE Ch Peek() const { return is.Peek(); } in Peek() 1081 RAPIDJSON_FORCEINLINE Ch TakePush() { return is.Take(); } in TakePush() [all …]
|
| H A D | document.h | 1926 …RAPIDJSON_FORCEINLINE const Ch* GetStringPointer() const { return RAPIDJSON_GETPOINTER(Ch, data_.s… 1927 …RAPIDJSON_FORCEINLINE const Ch* SetStringPointer(const Ch* str) { return RAPIDJSON_SETPOINTER(Ch, … 1928 …RAPIDJSON_FORCEINLINE GenericValue* GetElementsPointer() const { return RAPIDJSON_GETPOINTER(Gener… 1929 …RAPIDJSON_FORCEINLINE GenericValue* SetElementsPointer(GenericValue* elements) { return RAPIDJSON_… 1930 …RAPIDJSON_FORCEINLINE Member* GetMembersPointer() const { return RAPIDJSON_GETPOINTER(Member, data… 1931 …RAPIDJSON_FORCEINLINE Member* SetMembersPointer(Member* members) { return RAPIDJSON_SETPOINTER(Mem…
|
| H A D | schema.h | 625 RAPIDJSON_FORCEINLINE bool EndValue(Context& context) const { in EndValue() 1265 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { in AppendIndexToken() 1277 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { 1897 …RAPIDJSON_FORCEINLINE void PushSchema(const SchemaType& schema) { new (schemaStack_.template Push<… 1899 RAPIDJSON_FORCEINLINE void PopSchema() {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | stack.h | 115 RAPIDJSON_FORCEINLINE void Reserve(size_t count = 1) { 122 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) { 128 RAPIDJSON_FORCEINLINE T* PushUnsafe(size_t count = 1) {
|