OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ValueOrDefault
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/numerics/
safe_math.h
25
//
ValueOrDefault
() - Returns the current value, or the supplied default if the
37
// int x = checked_int.
ValueOrDefault
(0) | kFlagValues;
79
//
ValueOrDefault
(T default_value) A convenience method that returns the
82
T
ValueOrDefault
(T default_value) const {
/external/chromium_org/v8/src/base/
safe_math.h
28
//
ValueOrDefault
() - Returns the current value, or the supplied default if the
40
// int x = checked_int.
ValueOrDefault
(0) | kFlagValues;
82
//
ValueOrDefault
(T default_value) A convenience method that returns the
85
T
ValueOrDefault
(T default_value) const {
Completed in 694 milliseconds