Home
last modified time | relevance | path

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

/external/bcc/tests/cc/
Dcatch.hpp4406 void bindProcessName( M C::* field ) { in bindProcessName() function in Clara::CommandLine
4410 void bindProcessName( void (C::*_unaryMethod)( M ) ) { in bindProcessName() function in Clara::CommandLine
4706 cli.bindProcessName( &ConfigData::processName ); in makeCommandLineParser()