Lines Matching defs:json_name
534 BUILDER_VALUE(TestICDDetails, std::string, json_name, "test_icd");
535 // Uses the json_name without modification - default is to append _1 in the json file to distinguish drivers
545 TestLayerDetails(ManifestLayer layer_manifest, const std::string& json_name) noexcept
546 : layer_manifest(layer_manifest), json_name(json_name) {}
548 BUILDER_VALUE(TestLayerDetails, std::string, json_name, "test_layer");
589 void add_implicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept;
591 void add_explicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept;
593 void add_fake_implicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept;
594 void add_fake_explicit_layer(ManifestLayer layer_manifest, const std::string& json_name) noexcept;