Home
last modified time | relevance | path

Searched defs:jsonObj (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/model/
Devents.ts59 const jsonObj: Record<string, any> = {}; constant
74 return jsonObj; property in Evt
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
DReceiver.java104 JSONObject jsonObj = new JSONObject(rulesJSON); in parsePackageNames() local
/third_party/json/test/src/
Dunit-regression2.cpp473 nlohmann::ordered_json jsonObj; variable
/third_party/cef/tests/ceftests/
Dos_rendering_unittest.cc359 CefRefPtr<CefValue> jsonObj = CefParseJSON(request, JSON_PARSER_RFC); in handleBoundsQuery() local