Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkJsonWriteBuffer.h22 , fJson(Json::objectValue) {} in SkJsonWriteBuffer()
53 const Json::Value& getValue() const { return fJson; } in getValue()
59 Json::Value fJson; variable
DSkJsonWriteBuffer.cpp14 SkString fullName = SkStringPrintf("%02d_%s", fJson.size(), type); in append()
15 fJson[fullName.c_str()] = value; in append()