Home
last modified time | relevance | path

Searched refs:strto32 (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_generator.cc105 strto32(options[i].second.c_str(), NULL, 10); in Generate()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h358 inline int32 strto32(const char *nptr, char **endptr, int base) { in strto32() function