HomeSort by relevance Sort by last modified time
    Searched refs:GetValueByPointer (Results 1 - 2 of 2) sorted by null

  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
pointertest.cpp 676 EXPECT_STREQ("World", GetValueByPointer(d, "/foo/world")->GetString());
728 EXPECT_STREQ("World", GetValueByPointer(d, "/foo/world")->GetString());
748 EXPECT_TRUE(GetValueByPointer(d, "/foo/null")->IsNull());
753 EXPECT_EQ(foo, *GetValueByPointer(d, "/clone"));
757 EXPECT_EQ(-1, GetValueByPointer(d, "/foo/int")->GetInt());
760 EXPECT_EQ(0x87654321, GetValueByPointer(d, "/foo/uint")->GetUint());
764 EXPECT_EQ(i64, GetValueByPointer(d, "/foo/int64")->GetInt64());
768 EXPECT_EQ(u64, GetValueByPointer(d, "/foo/uint64")->GetUint64());
771 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
774 EXPECT_TRUE(GetValueByPointer(d, "/foo/false")->IsFalse())
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h     [all...]

Completed in 59 milliseconds