Searched defs:Response (Results 1 – 2 of 2) sorted by relevance
257 struct Response : public JsonSerializable { in OnCallDebuggerEnable() struct258 void Serialize(JsonObjectBuilder &builder) const override in OnCallDebuggerEnable()399 struct Response : public JsonSerializable { in OnCallDebuggerRestartFrame() struct400 void Serialize(JsonObjectBuilder &builder) const override in OnCallDebuggerRestartFrame()433 class Response : public JsonSerializable { in OnCallDebuggerSetBreakpoint() class435 explicit Response(std::string &&bpId, Location &&loc) in OnCallDebuggerSetBreakpoint() function in ark::tooling::inspector::InspectorServer::OnCallDebuggerSetBreakpoint::Response863 class Response : public JsonSerializable { in OnCallRuntimeGetProperties() class865 explicit Response(std::vector<PropertyDescriptor> props) : properties_(std::move(props)) {} in OnCallRuntimeGetProperties() function in ark::tooling::inspector::InspectorServer::OnCallRuntimeGetProperties::Response