Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/mock/
H A Dmock_offline_compiler.h28 using OfflineCompiler::getStringWithinDelimiters;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/offline_compiler/source/
H A Doffline_compiler.h96 std::string getStringWithinDelimiters(const std::string &src);
H A Doffline_compiler.cpp393 std::string OfflineCompiler::getStringWithinDelimiters(const std::string &src) { in getStringWithinDelimiters() function in NEO::OfflineCompiler
503 …sourceCode = (source != nullptr) ? getStringWithinDelimiters(sourceFromFile.get()) : sourceFromFil… in initialize()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/offline_compiler/
H A Doffline_compiler_tests.cpp1046 auto dst = mockOfflineCompiler->getStringWithinDelimiters(src); in TEST()