Home
last modified time | relevance | path

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

/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp4674 std::string placeholder; // Only value if boundField takes an arg member
4677 return !placeholder.empty(); in takesArg()
4711 using CommonArgProperties<ConfigT>::placeholder; // !TBD
4736 if( !placeholder.empty() ) in commands()
4737 oss << " <" << placeholder << ">"; in commands()
4772 void bind( M C::* field, std::string const& placeholder ) { in bind() argument
4774 m_arg->placeholder = placeholder; in bind()
4784 void bind( void (C::* unaryMethod)( M ), std::string const& placeholder ) { in bind() argument
4786 m_arg->placeholder = placeholder; in bind()
4809 void bind( void (* binaryFunction)( C&, T ), std::string const& placeholder ) { in bind() argument
[all …]
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTCompactProtocol.hx171 * use it as an opportunity to put special placeholder markers on the field