Home
last modified time | relevance | path

Searched refs:end_with (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/config/ifdef-mismatch/
H A Dextension.rb31 line.start_with?( 'ifdef::', 'ifndef::' ) && line.end_with?('[]')
35 line.start_with?( 'ifeval::[' ) && line.end_with?(']')
39 line.start_with?( 'endif::' ) && line.end_with?('[]')
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc7049 const std::string& end_with, int* file_num) { in FullMatch()
7051 int end_size = end_with.size(); in FullMatch()
7053 name.substr(name.size() - end_size, end_size) != end_with) { in FullMatch()
7048 FullMatch(const std::string& name, const std::string& begin_with, const std::string& end_with, int* file_num) FullMatch() argument

Completed in 11 milliseconds