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

  /external/boringssl/src/ssl/
span_test.cc 25 static void TestCtor(Span<int> s, const int *ptr, size_t size) {
37 TestCtor(s, nullptr, 0);
43 TestCtor(s, v.data(), v.size());
52 TestCtor(s, v.data(), v.size());
59 TestCtor(v, v, 2);
64 TestCtor(MakeSpan(v), v.data(), v.size());
65 TestCtor(MakeSpan(v.data(), v.size()), v.data(), v.size());
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.cpp 130 TESTCASE(0, TestCtor);
163 UPerfFunction* StringPerformanceTest::TestCtor()
stringperf.h 356 UPerfFunction* TestCtor();

Completed in 207 milliseconds