Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp4667 struct CommonArgProperties { struct
4668 CommonArgProperties() {} in CommonArgProperties() function
4669CommonArgProperties( Detail::BoundArgFunction<ConfigT> const& _boundField ) : boundField( _boundFi… in CommonArgProperties() argument
4671 Detail::BoundArgFunction<ConfigT> boundField;
4672 std::string description;
4673 std::string detail;
4674 std::string placeholder; // Only value if boundField takes an arg
4676 bool takesArg() const { in takesArg()
4679 void validate() const { in validate()