OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckBounds
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/strings/
string_number_conversions.cc
165
// - a static function,
CheckBounds
, that determines whether the next digit
195
if (!Sign::
CheckBounds
(output, new_digit)) {
209
static bool
CheckBounds
(value_type* output, uint8_t new_digit) {
225
static bool
CheckBounds
(value_type* output, uint8_t new_digit) {
/external/libweave/third_party/chromium/base/strings/
string_number_conversions.cc
157
// - a static function,
CheckBounds
, that determines whether the next digit
187
if (!Sign::
CheckBounds
(output, new_digit)) {
201
static bool
CheckBounds
(value_type* output, uint8_t new_digit) {
217
static bool
CheckBounds
(value_type* output, uint8_t new_digit) {
Completed in 64 milliseconds