OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__void_tag
(Results
1 - 3
of
3
) sorted by null
/external/stlport/test/unit/
fadapter.h
8
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
> */ {
/ndk/tests/device/test-gnustl-full/unit/
fadapter.h
8
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
> */ {
/ndk/tests/device/test-stlport/unit/
fadapter.h
8
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 134 milliseconds