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

  /external/protobuf/src/google/protobuf/stubs/
strutil.h 364 // FastHex32ToBuffer()
374 // FastHex32ToBuffer() puts a 32-bit unsigned value in hex-format,
392 LIBPROTOBUF_EXPORT char* FastHex32ToBuffer(uint32 i, char* buffer);
strutil.cc 718 // FastHex32ToBuffer()
842 char *FastHex32ToBuffer(uint32 value, char* buffer) {
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc 427 vars["has_mask"] = FastHex32ToBuffer(1u << (field->index() % 32), buffer);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]

Completed in 414 milliseconds