Searched refs:jmap (Results 1 – 2 of 2) sorted by relevance
2873 auto jmap = jroot.AsMap(); in FlexBuffersTest() local2874 auto jvec = jmap["a"].AsVector(); in FlexBuffersTest()2877 TEST_EQ_STR(jmap["b"].AsString().c_str(), "hello"); in FlexBuffersTest()2878 TEST_EQ(jmap["c"].IsBool(), true); // Parsed correctly to a bool in FlexBuffersTest()2879 TEST_EQ(jmap["c"].AsBool(), true); // Parsed correctly to true in FlexBuffersTest()2880 TEST_EQ(jmap["d"].IsBool(), true); // Parsed correctly to a bool in FlexBuffersTest()2881 TEST_EQ(jmap["d"].AsBool(), false); // Parsed correctly to false in FlexBuffersTest()
34 …ilarly straightforward. First get the process id with `jps` and then use `jmap` to take the heap d…