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

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
fdr_controller_test.cc 37 using ::testing::AllOf;
76 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER)),
77 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
100 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::ENTER)),
101 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::EXIT)),
102 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::ENTER_ARG)),
103 AllOf(FuncId(FId), RecordType(llvm::xray::RecordTypes::TAIL_EXIT)))));
136 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER_ARG),
138 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
160 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER)
    [all...]
fdr_log_writer_test.cc 32 using ::testing::AllOf;
73 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::ENTER)),
74 AllOf(FuncId(1), RecordType(llvm::xray::RecordTypes::EXIT)))));
124 TraceOrErr, HasValue(ElementsAre(AllOf(
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h 1018 // Implements the AllOf(m1, m2) matcher for a particular argument type
1082 // AllOf(m_1, m_2, ...) and AnyOf(m_1, m_2, ...).
4427 internal::AllOfMatcher<typename std::decay<const Args&>::type...> AllOf(

Completed in 27 milliseconds