MCPcopy Create free account

hub / github.com/Tencent/rapidjson / functions

Functions1,095 in github.com/Tencent/rapidjson

MethodGet
include/rapidjson/document.h:416
MethodGet
include/rapidjson/document.h:424
MethodGet
include/rapidjson/document.h:432
MethodGet
include/rapidjson/document.h:440
MethodGet
include/rapidjson/document.h:448
MethodGet
include/rapidjson/document.h:456
MethodGet
include/rapidjson/document.h:464
MethodGet
include/rapidjson/document.h:473
MethodGet
include/rapidjson/document.h:483
MethodGet
include/rapidjson/document.h:492
MethodGet
include/rapidjson/document.h:501
MethodGet
include/rapidjson/document.h:508
MethodGet
include/rapidjson/document.h:517
FunctionGetArray
include/rapidjson/document.h:1637
FunctionGetBool
include/rapidjson/document.h:1001
FunctionGetBuffer
include/rapidjson/memorybuffer.h:50
MethodGetErrorOffset
Get the position of last parsing error in input, 0 otherwise.
include/rapidjson/document.h:2290
FunctionGetFloat
Get the value as float type. ! \note If the value is 64-bit integer type, it may lose precision. Use \c IsLosslessFloat() to check whether the converi
include/rapidjson/document.h:1665
MethodGetHashCode
include/rapidjson/schema.h:1759
FunctionGetInt
include/rapidjson/document.h:1645
MethodGetInvalidSchemaKeyword
include/rapidjson/schema.h:1989
MethodGetMaxDecimalPlaces
include/rapidjson/writer.h:138
MethodGetMember
include/rapidjson/schema.h:966
FunctionGetObject
include/rapidjson/document.h:1458
MethodGetParseErrorCode
Get the parsing error code.
include/rapidjson/pointer.h:309
FunctionGetSize
include/rapidjson/stringbuffer.h:81
MethodGetStateSetSize
include/rapidjson/internal/regex.h:641
FunctionGetString
include/rapidjson/stringbuffer.h:73
MethodGetType
include/rapidjson/encodedstream.h:258
MethodGetTypeless
include/rapidjson/schema.h:952
FunctionGetUint
include/rapidjson/document.h:1646
MethodHandleError
include/rapidjson/reader.h:1801
MethodHandleRefSchema
include/rapidjson/schema.h:1458
FunctionHasMember
Check whether a member exists in the object. ! \param name Member name to be searched. \pre IsObject() == true \return Whether
include/rapidjson/document.h:1094
MethodHasParseError
Whether a parse error has occured in the last parsing.
include/rapidjson/document.h:2284
MethodHash
include/rapidjson/schema.h:247
MethodHasher
include/rapidjson/schema.h:169
MethodImplicitConcatenation
include/rapidjson/internal/regex.h:354
MethodInt
example/capitalize/capitalize.cpp:22
MethodInt
example/simplereader/simplereader.cpp:10
MethodInt
example/filterkeydom/filterkeydom.cpp:29
MethodInt
example/filterkey/filterkey.cpp:28
MethodInt
example/jsonx/jsonx.cpp:35
MethodInt
test/unittest/valuetest.cpp:1668
MethodInt
include/rapidjson/schema.h:173
MethodInt
include/rapidjson/schema.h:704
MethodInt
include/rapidjson/schema.h:1691
MethodInt
include/rapidjson/prettywriter.h:87
MethodInt
include/rapidjson/writer.h:174
MethodInt64
example/capitalize/capitalize.cpp:24
MethodInt64
example/simplereader/simplereader.cpp:12
MethodInt64
example/filterkeydom/filterkeydom.cpp:31
MethodInt64
example/filterkey/filterkey.cpp:30
MethodInt64
example/jsonx/jsonx.cpp:45
MethodInt64
test/unittest/readertest.cpp:89
MethodInt64
include/rapidjson/schema.h:175
MethodInt64
include/rapidjson/schema.h:716
MethodInt64
include/rapidjson/schema.h:1693
MethodInt64
include/rapidjson/prettywriter.h:89
MethodInt64
include/rapidjson/writer.h:176
FunctionIs
include/rapidjson/document.h:1744
MethodIs
include/rapidjson/document.h:415
MethodIs
include/rapidjson/document.h:423
MethodIs
include/rapidjson/document.h:431
MethodIs
include/rapidjson/document.h:439
MethodIs
include/rapidjson/document.h:447
MethodIs
include/rapidjson/document.h:455
MethodIs
include/rapidjson/document.h:463
MethodIs
include/rapidjson/document.h:472
MethodIs
include/rapidjson/document.h:482
MethodIs
include/rapidjson/document.h:491
MethodIs
include/rapidjson/document.h:500
MethodIs
include/rapidjson/document.h:507
MethodIs
include/rapidjson/document.h:516
MethodIsExcludeTest
Using the same exclusion in https://github.com/json-schema/JSON-Schema-Test-Suite
test/perftest/schematest.cpp:154
MethodIsExcludeTestSuite
Using the same exclusion in https://github.com/json-schema/JSON-Schema-Test-Suite
test/perftest/schematest.cpp:133
FunctionIsFalse
include/rapidjson/document.h:938
FunctionIsFloat
Checks whether a number is a float (possible lossy).
include/rapidjson/document.h:972
FunctionIsLosslessDouble
Checks whether a number can be losslessly converted to a double.
include/rapidjson/document.h:952
FunctionIsLosslessFloat
Checks whether a number can be losslessly converted to a float.
include/rapidjson/document.h:979
FunctionIsNull
include/rapidjson/document.h:937
MethodIsPatternMatch
include/rapidjson/schema.h:1013
FunctionIsTrue
include/rapidjson/document.h:939
MethodIsValid
Checks whether the current state is valid. Implementation of ISchemaValidator
include/rapidjson/schema.h:1634
MethodIsValid
include/rapidjson/schema.h:1987
MethodIsValid
include/rapidjson/pointer.h:1014
MethodIsValid
include/rapidjson/internal/regex.h:102
MethodIsZero
include/rapidjson/internal/biginteger.h:221
MethodIterativeParse
include/rapidjson/reader.h:1822
MethodIterativeParsingState Transit
include/rapidjson/reader.h:1649
MethodJsonxWriter
example/jsonx/jsonx.cpp:21
MethodKey
example/capitalize/capitalize.cpp:35
MethodKey
example/filterkeydom/filterkeydom.cpp:48
MethodKey
example/filterkey/filterkey.cpp:47
MethodKey
example/jsonx/jsonx.cpp:78
MethodKey
include/rapidjson/schema.h:783
MethodKey
include/rapidjson/schema.h:1707
MethodKey
include/rapidjson/prettywriter.h:117
MethodKey
include/rapidjson/writer.h:210
MethodLength
include/rapidjson/reader.h:1086
← previousnext →501–600 of 1,095, ranked by callers