HomeSort by relevance Sort by last modified time
    Searched refs: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 110 milliseconds