Searched refs:getAsObject (Results 1 – 12 of 12) sorted by relevance
67 return V->getAsObject(); in getObject()72 return V->getAsObject(); in getObject()204 return *L.getAsObject() == *R.getAsObject(); in operator ==()265 JOS.rawValue(V.getAsObject()->empty() ? "{}" : "{ ... }"); in abbreviate()295 for (const auto *KV : sortedElements(*V.getAsObject())) { in abbreviateChildren()331 const Object *O = V.getAsObject(); in printErrorContext()468 Object &O = *Out.getAsObject(); in parseValue()787 for (const Object::value_type *E : sortedElements(*V.getAsObject())) in value()
65 json::Object &obj = *base.getAsObject(); in toJSON()119 json::Object &obj = *base.getAsObject(); in toJSON()
59 if (json::Object *O = value.getAsObject()) in ParseJSONValue()
97 *KV.getSecond().getAsObject(), *MaximumDeploymentVersion); in parseDarwinSDKSettingsJSON()146 if (const auto *Obj = Result->getAsObject()) { in parseDarwinSDKInfo()
254 return *Runs.back().getAsObject()->get("tool")->getAsObject(); in getCurrentTool()374 return *Runs.back().getAsObject(); in getCurrentRun()
289 const json::Object *ObjA = A.getAsObject(); in renderRoot()290 const json::Object *ObjB = B.getAsObject(); in renderRoot()
483 object = *json_value->getAsObject(); in GetNextObject()484 if (!json_value->getAsObject()) { in GetNextObject()
65 if (const json::Object *obj = json.getAsObject()) { in ParseJSONMessage()
501 source_bp.getAsObject()->erase("source"); in EventThreadFunction()2076 auto bp_obj = bp.getAsObject(); in request_setBreakpoints()2285 auto bp_obj = value.getAsObject(); in request_setFunctionBreakpoints()
58 if (const auto *Obj = Value.getAsObject()) in loadOutputSpecs()
453 const json::Object *getAsObject() const { in getAsObject() function456 json::Object *getAsObject() { in getAsObject() function791 if (auto *O = E.getAsObject()) { in fromJSON()822 ObjectMapper(const Value &E, Path P) : O(E.getAsObject()), P(P) { in ObjectMapper()
163 if (!fromJSON(*value.getAsObject()->get("cpuInfo"), in fromJSON()