HomeSort by relevance Sort by last modified time
    Searched defs:TextToBinaryTestBase (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/test/
test_fixture.h 36 class TextToBinaryTestBase : public T {
44 TextToBinaryTestBase() : diagnostic(nullptr), text(), binary(nullptr) {
49 virtual ~TextToBinaryTestBase() {
179 using TextToBinaryTest = TextToBinaryTestBase<::testing::Test>;
183 spvtest::TextToBinaryTestBase<::testing::TestWithParam<std::string>>;
  /external/swiftshader/third_party/SPIRV-Tools/test/
test_fixture.h 36 class TextToBinaryTestBase : public T {
44 TextToBinaryTestBase() : diagnostic(nullptr), text(), binary(nullptr) {
49 virtual ~TextToBinaryTestBase() {
192 using TextToBinaryTest = TextToBinaryTestBase<::testing::Test>;
196 spvtest::TextToBinaryTestBase<::testing::TestWithParam<std::string>>;

Completed in 1029 milliseconds