Home
last modified time | relevance | path

Searched refs:from_v (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/
H A Dsoftware_version_test.cpp57 const std::string from_v = in TEST() local
59 const size_t first_space_after_v_or_npos = from_v.find_first_of(' '); in TEST()
61 CheckFormOfHighLevelVersion(from_v.substr(0, first_space_after_v_or_npos)); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dsoftware_version_test.cpp57 const std::string from_v = in TEST() local
59 const size_t first_space_after_v_or_npos = from_v.find_first_of(' '); in TEST()
61 CheckFormOfHighLevelVersion(from_v.substr(0, first_space_after_v_or_npos)); in TEST()
/third_party/spirv-tools/test/
H A Dsoftware_version_test.cpp57 const std::string from_v = in TEST() local
59 const size_t first_space_after_v_or_npos = from_v.find_first_of(' '); in TEST()
61 CheckFormOfHighLevelVersion(from_v.substr(0, first_space_after_v_or_npos)); in TEST()

Completed in 2 milliseconds