OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NoType
(Results
1 - 3
of
3
) sorted by null
/external/chromium/base/
template_util.h
42
// Types YesType and
NoType
are guaranteed such that sizeof(YesType) <
43
// sizeof(
NoType
).
46
struct
NoType
{
64
static
NoType
Test(...);
77
static
NoType
Test(...);
/external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h
89
struct
NoType
{
94
static
NoType
floatCheck(...);
114
struct
NoType
{
119
static
NoType
subclassCheck(...);
127
struct
NoType
{
132
static
NoType
subclassCheck(...);
/external/webkit/Source/WebKit2/Shared/
WebEvent.h
46
NoType
= -1,
Completed in 1381 milliseconds