Home | History | Annotate | Download | only in src

Lines Matching defs:base

312   // Leading 0x puts us in base 16.  But leading 0 does not put us in base 8!
314 int base = 10; // by default
316 base = 16;
321 const int64 r = strtoint64(value, &end, base);
329 const int64 r = strtoint64(value, &end, base);
337 const uint64 r = strtouint64(value, &end, base);
546 // ".../myproject/base/logging.cc" ==> "base/logging.cc"