Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp4360 : m_boundProcessName( new Detail::NullBinder<ConfigT>() ), in CommandLine()
4365 : m_boundProcessName( other.m_boundProcessName ), in CommandLine()
4407 m_boundProcessName = new Detail::BoundDataMember<C,M>( field ); in bindProcessName()
4411 m_boundProcessName = new Detail::BoundUnaryMethod<C,M>( _unaryMethod ); in bindProcessName()
4496 m_boundProcessName.set( config, processName ); in parseInto()
4600 Detail::BoundArgFunction<ConfigT> m_boundProcessName; member in Clara::CommandLine