OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StrictNumeric
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/numerics/
safe_conversions.h
122
//
StrictNumeric
implements compile time range checking between numeric types by
133
class
StrictNumeric
{
137
StrictNumeric
() : value_(0) {}
141
StrictNumeric
(const
StrictNumeric
<Src>& rhs)
147
StrictNumeric
(Src value)
161
typedef
StrictNumeric
<size_t> SizeT;
/external/libweave/third_party/chromium/base/numerics/
safe_conversions.h
122
//
StrictNumeric
implements compile time range checking between numeric types by
133
class
StrictNumeric
{
137
StrictNumeric
() : value_(0) {}
141
StrictNumeric
(const
StrictNumeric
<Src>& rhs)
147
StrictNumeric
(Src value)
161
typedef
StrictNumeric
<size_t> SizeT;
Completed in 49 milliseconds