MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / Add

Method Add

layers/sync/sync_reporting.cpp:359–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void ReportProperties::Add(std::string_view property_name, std::string_view value) {
360 name_values.emplace_back(NameValue{std::string(property_name), std::string(value)});
361}
362
363void ReportProperties::Add(std::string_view property_name, uint64_t value) {
364 name_values.emplace_back(NameValue{std::string(property_name), std::to_string(value)});

Callers 3

GetAccessPropertiesFunction · 0.45
GetPriorUsagePropertiesFunction · 0.45

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected