Searched refs:jsons (Results 1 – 5 of 5) sorted by relevance
441 std::vector<std::string> jsons; in GetKernelJsonsByHashId() local451 jsons.push_back(kernel_json); in GetKernelJsonsByHashId()453 return jsons; in GetKernelJsonsByHashId()478 auto jsons = GetKernelJsonsByHashId(new_build_args, fetched_ids); in AkgOpParallelBuild() local491 if (!client->AkgSendData(jsons)) { in AkgOpParallelBuild()
25 namespace jsons { namespace281 jsons::JsonSchemaGenerator generator(parser, path, file_name); in GenerateJsonSchema()287 jsons::JsonSchemaGenerator generator(parser, "", ""); in GenerateJsonSchema()
67 bool KernelBuildClient::AkgSendData(const std::vector<std::string> &jsons) { in AkgSendData() argument73 for (auto &json : jsons) { in AkgSendData()
132 bool AkgSendData(const std::vector<std::string> &jsons);
531 - Merge two jsons [\#1757](https://github.com/nlohmann/json/issues/1757)821 - Checking keys of two jsons against eachother [\#1465](https://github.com/nlohmann/json/issues/146…