MCPcopy 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
35TEST(Pointer, DefaultConstructor) {
36 Pointer p;
37 EXPECT_TRUE(p.IsValid());
38 EXPECT_EQ(0u, p.GetTokenCount());
39}
40
41TEST(Pointer, Parse) {
42 {

Callers

nothing calls this directly

Calls 15

GetValueByPointerFunction · 0.85
SetValueByPointerFunction · 0.85
EraseValueByPointerFunction · 0.85
GetTokenCountMethod · 0.80
GetTokensMethod · 0.80
GetParseErrorOffsetMethod · 0.80
StringifyMethod · 0.80
StringifyUriFragmentMethod · 0.80
GetSizeMethod · 0.80
GetWithDefaultMethod · 0.80
IsValidMethod · 0.45

Tested by

no test coverage detected