Home
last modified time | relevance | path

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

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dencodings.h558 RAPIDJSON_FORCEINLINE static void Encode(OutputStream& os, unsigned codepoint) { in Encode()
565 RAPIDJSON_FORCEINLINE static bool Decode(InputStream& is, unsigned* codepoint) { in Decode()
572 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate()
589 RAPIDJSON_FORCEINLINE static bool Transcode(InputStream& is, OutputStream& os) { in Transcode()
599 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) { in Validate()
608 RAPIDJSON_FORCEINLINE static bool Transcode(InputStream& is, OutputStream& os) {
614 RAPIDJSON_FORCEINLINE static bool Validate(InputStream& is, OutputStream& os) {
Drapidjson.h154 #ifndef RAPIDJSON_FORCEINLINE
157 #define RAPIDJSON_FORCEINLINE __forceinline macro
159 #define RAPIDJSON_FORCEINLINE __attribute__((always_inline)) macro
161 #define RAPIDJSON_FORCEINLINE macro
Dreader.h618 RAPIDJSON_FORCEINLINE void Put(Ch c) { in Put()
666 RAPIDJSON_FORCEINLINE void ParseStringToStream(InputStream& is, OutputStream& os) { in ParseStringToStream()
735 RAPIDJSON_FORCEINLINE Ch Peek() const { return is.Peek(); } in Peek()
736 RAPIDJSON_FORCEINLINE Ch TakePush() { return is.Take(); } in TakePush()
737 RAPIDJSON_FORCEINLINE Ch Take() { return is.Take(); } in Take()
755 RAPIDJSON_FORCEINLINE Ch TakePush() { in TakePush()
1047 RAPIDJSON_FORCEINLINE Token Tokenize(Ch c) { in Tokenize()
1074 RAPIDJSON_FORCEINLINE IterativeParsingState Predict(IterativeParsingState state, Token token) { in Predict()
1241RAPIDJSON_FORCEINLINE IterativeParsingState Transit(IterativeParsingState src, Token token, Iterat… in Transit()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
Dstack.h111 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {