Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ TEST
Function
TEST
test/unittest/pointertest.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
"}"
;
34
35
TEST(Pointer, DefaultConstructor) {
36
Pointer p;
37
EXPECT_TRUE(p.IsValid());
38
EXPECT_EQ(0u, p.GetTokenCount());
39
}
40
41
TEST(Pointer, Parse) {
42
{
Callers
nothing calls this directly
Calls
15
GetValueByPointer
Function · 0.85
GetValueByPointerWithDefault
Function · 0.85
SetValueByPointer
Function · 0.85
EraseValueByPointer
Function · 0.85
GetTokenCount
Method · 0.80
GetTokens
Method · 0.80
GetParseErrorOffset
Method · 0.80
Stringify
Method · 0.80
StringifyUriFragment
Method · 0.80
GetSize
Method · 0.80
GetWithDefault
Method · 0.80
IsValid
Method · 0.45
Tested by
no test coverage detected