OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RAPIDJSON_FORCEINLINE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
rapidjson.h
152
//
RAPIDJSON_FORCEINLINE
154
#ifndef
RAPIDJSON_FORCEINLINE
157
#define
RAPIDJSON_FORCEINLINE
__forceinline
159
#define
RAPIDJSON_FORCEINLINE
__attribute__((always_inline))
161
#define
RAPIDJSON_FORCEINLINE
164
#endif //
RAPIDJSON_FORCEINLINE
encodings.h
558
RAPIDJSON_FORCEINLINE
static void Encode(OutputStream& os, unsigned codepoint) {
565
RAPIDJSON_FORCEINLINE
static bool Decode(InputStream& is, unsigned* codepoint) {
572
RAPIDJSON_FORCEINLINE
static bool Validate(InputStream& is, OutputStream& os) {
589
RAPIDJSON_FORCEINLINE
static bool Transcode(InputStream& is, OutputStream& os) {
599
RAPIDJSON_FORCEINLINE
static bool Validate(InputStream& is, OutputStream& os) {
608
RAPIDJSON_FORCEINLINE
static bool Transcode(InputStream& is, OutputStream& os) {
614
RAPIDJSON_FORCEINLINE
static bool Validate(InputStream& is, OutputStream& os) {
reader.h
618
RAPIDJSON_FORCEINLINE
void Put(Ch c) {
666
RAPIDJSON_FORCEINLINE
void ParseStringToStream(InputStream& is, OutputStream& os) {
735
RAPIDJSON_FORCEINLINE
Ch Peek() const { return is.Peek(); }
736
RAPIDJSON_FORCEINLINE
Ch TakePush() { return is.Take(); }
737
RAPIDJSON_FORCEINLINE
Ch Take() { return is.Take(); }
755
RAPIDJSON_FORCEINLINE
Ch TakePush() {
[
all
...]
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
stack.h
111
RAPIDJSON_FORCEINLINE
T* Push(size_t count = 1) {
Completed in 40 milliseconds