HomeSort by: relevance | last modified time | path
    Searched refs:ElementsAre (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
benchmark_gtest.cc 12 EXPECT_THAT(dst, testing::ElementsAre(1, 2));
18 EXPECT_THAT(dst, testing::ElementsAre(1, 2));
24 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15));
30 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15));
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
benchmark_gtest.cc 12 EXPECT_THAT(dst, testing::ElementsAre(1, 2));
18 EXPECT_THAT(dst, testing::ElementsAre(1, 2));
24 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15));
30 EXPECT_THAT(dst, testing::ElementsAre(5, 8, 15));
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc 38 using ::testing::ElementsAre;
75 HasValue(ElementsAre(
99 HasValue(ElementsAre(
135 HasValue(ElementsAre(
159 HasValue(ElementsAre(
183 HasValue(ElementsAre(
288 HasValue(ElementsAre(
396 TraceOrErr, HasValue(ElementsAre(AllOf(
419 TraceOrErr, HasValue(ElementsAre(AllOf(
fdr_log_writer_test.cc 33 using ::testing::ElementsAre;
72 HasValue(ElementsAre(
124 TraceOrErr, HasValue(ElementsAre(AllOf(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
Error.h 191 new detail::ErrorMessageMatches(testing::ElementsAre(Matcher...)));
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 2704 // Implements ElementsAre() and ElementsAreArray().
3097 // Implements ElementsAre.
3520 // The ElementsAreArray() functions are like ElementsAre(...), except
4354 // example, EXPECT_THAT(map_type, ElementsAre(Pair(Ge(5), "foo"))) can be used
4410 ElementsAre(const Args&... matchers) {

Completed in 37 milliseconds