OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexFormatSpecifier
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/layers/
parameter_name.h
51
const std::string
IndexFormatSpecifier
= "%i";
116
current = source_.find(
IndexFormatSpecifier
, last);
121
last = current +
IndexFormatSpecifier
.length();
133
std::string::size_type pos = source_.find(
IndexFormatSpecifier
);
137
pos = source_.find(
IndexFormatSpecifier
, pos + 1);
/prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_name.h
51
const std::string
IndexFormatSpecifier
= "%i";
116
current = source_.find(
IndexFormatSpecifier
, last);
121
last = current +
IndexFormatSpecifier
.length();
133
std::string::size_type pos = source_.find(
IndexFormatSpecifier
);
137
pos = source_.find(
IndexFormatSpecifier
, pos + 1);
Completed in 587 milliseconds