Home
last modified time | relevance | path

Searched refs:m_operation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp231 llvm::StringRef GetOperationType() const { return m_operation; }
236 m_operation(operation) {}
256 // The lifetime of m_operation should be static.
257 const llvm::StringRef m_operation;
255 const ConstString m_operation; global() member in sddarwinlog_private::FilterRule
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3505 std::string m_operation; member
11575 m_operation( operation ) { in StringMatcherBase()
11580 description.reserve(5 + m_operation.size() + m_comparator.m_str.size() + in describe()
11582 description += m_operation; in describe()