Searched refs:Json (Results 1 – 7 of 7) sorted by relevance
37 static bool readChildNodeAsFloat(const char* groupName, const Json::Value& parentNode, in readChildNodeAsFloat()42 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat()59 Json::CharReaderBuilder builder; in initialize()62 Json::Value rootNode; in initialize()63 bool parseOk = Json::parseFromStream(builder, configStream, &rootNode, &errorMessage); in initialize()74 Json::Value car = rootNode["car"]; in initialize()89 Json::Value displayNode = rootNode["display"]; in initialize()104 Json::Value graphicNode = rootNode["graphic"]; in initialize()120 Json::Value cameraArray = rootNode["cameras"]; in initialize()129 Json::Value nameNode = node.get("cameraId", "MISSING"); in initialize()[all …]
32 static bool readChildNodeAsFloat(const char* groupName, const Json::Value& parentNode, in readChildNodeAsFloat()37 Json::Value childNode = parentNode[childName]; in readChildNodeAsFloat()54 Json::CharReaderBuilder builder; in initialize()57 Json::Value rootNode; in initialize()58 bool parseOk = Json::parseFromStream(builder, configStream, &rootNode, &errorMessage); in initialize()69 Json::Value car = rootNode["car"]; in initialize()84 Json::Value displayArray = rootNode["displays"]; in initialize()106 Json::Value graphicNode = rootNode["graphic"]; in initialize()122 Json::Value cameraArray = rootNode["cameras"]; in initialize()131 Json::Value nameNode = node.get("cameraId", "MISSING"); in initialize()[all …]
29 class Json(object): class32 return Json(json.load(file))37 return Json(item)50 return Json.wrapIfNeeded(self.doc.get(attr))58 return Json.wrapIfNeeded(self.doc.__next__())220 source_json = Json.load(open(args.source_file))
41 Json::Reader reader; in getMethodOffsetFromOatdump()43 Json::Value entry; in getMethodOffsetFromOatdump()
43 Language: Json
META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...