HomeSort by relevance Sort by last modified time
    Searched refs:strtou32_adaptor (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 352 LIBPROTOBUF_EXPORT uint32 strtou32_adaptor(const char *nptr, char **endptr,
366 return strtou32_adaptor(nptr, endptr, base);
    [all...]
strutil.cc 628 // strtou32_adaptor()
654 uint32 strtou32_adaptor(const char *nptr, char **endptr, int base) { function in namespace:google::protobuf
    [all...]

Completed in 1159 milliseconds