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

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 441 // FastHexToBuffer()
446 // integer is non-negative. FastHexToBuffer() puts output in
469 LIBPROTOBUF_EXPORT char* FastHexToBuffer(int i, char* buffer);
    [all...]
strutil.cc 799 // FastHexToBuffer()
891 char *FastHexToBuffer(int i, char* buffer) {
892 GOOGLE_CHECK(i >= 0) << "FastHexToBuffer() wants non-negative integers, not " << i;
    [all...]

Completed in 319 milliseconds