OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strtou64
(Results
1 - 4
of
4
) sorted by null
/external/gflags/src/
util.h
63
# define
strtou64
strtoull
macro
66
# define
strtou64
strtouq
macro
70
# define
strtou64
strtoul
macro
gflags.cc
336
const uint64 r =
strtou64
(value, &end, base);
352
const uint64 r =
strtou64
(value, &end, base);
[
all
...]
/external/protobuf/src/google/protobuf/stubs/
strutil.h
344
//
strtou64
()
377
inline uint64
strtou64
(const char *nptr, char **endptr, int base) {
function in namespace:google::protobuf
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.cc
[
all
...]
Completed in 335 milliseconds