Home
last modified time | relevance | path

Searched defs:CommonArgProperties (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp4186 struct CommonArgProperties { struct
4187 CommonArgProperties() {} in CommonArgProperties() argument
4188CommonArgProperties( Detail::BoundArgFunction<ConfigT> const& _boundField ) : boundField( _boundFi… in CommonArgProperties() argument
4190 Detail::BoundArgFunction<ConfigT> boundField;
4191 std::string description;
4192 std::string detail;
4193 std::string placeholder; // Only value if boundField takes an arg
4195 bool takesArg() const { in takesArg()
4198 void validate() const { in validate()