Searched refs:__void_tag (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/unit/
H A Dfadapter.h8 struct __void_tag {}; struct
21 Result operator()(__void_tag) const { return ptr(); }
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
46 class pointer_to_unary_procedure /* :public unary_function<Arg, __void_tag> */ {
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {

Completed in 314 milliseconds