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

  /external/skia/tests/
TemplatesTest.cpp 78 static void test_container_apis(skiatest::Reporter* reporter) { function
101 test_container_apis<SkAutoTArray<int>, int>(reporter);
102 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter);
103 test_container_apis<SkAutoTMalloc<int>, size_t>(reporter);
104 test_container_apis<SkAutoSTMalloc<kStackPreallocCount, int>, size_t>(reporter);
  /external/skqp/tests/
TemplatesTest.cpp 78 static void test_container_apis(skiatest::Reporter* reporter) { function
101 test_container_apis<SkAutoTArray<int>, int>(reporter);
102 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter);
103 test_container_apis<SkAutoTMalloc<int>, size_t>(reporter);
104 test_container_apis<SkAutoSTMalloc<kStackPreallocCount, int>, size_t>(reporter);

Completed in 67 milliseconds