Home
last modified time | relevance | path

Searched refs:jmap (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/tests/
Dtest.cpp2873 auto jmap = jroot.AsMap(); in FlexBuffersTest() local
2874 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()
/external/grpc-grpc-java/benchmarks/
DREADME.md34 …ilarly straightforward. First get the process id with `jps` and then use `jmap` to take the heap d…