Home
last modified time | relevance | path

Searched refs:IndexFormatSpecifier (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dparameter_name.h54 const char *const IndexFormatSpecifier = "%i"; variable
94 current = source.find(IndexFormatSpecifier, last); in Format()
99 last = current + strlen(IndexFormatSpecifier); in Format()
114 std::string::size_type pos = source.find(IndexFormatSpecifier); in IsValid()
118 pos = source.find(IndexFormatSpecifier, pos + 1); in IsValid()