FastHex32ToBuffer  410 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc       vars["has_mask"] = FastHex32ToBuffer(1u << (field->index() % 32), buffer);
FastHex32ToBuffer 1976 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_message.cc         "mask", FastHex32ToBuffer(mask, buffer));
FastHex32ToBuffer  361 third_party/protobuf/src/google/protobuf/stubs/strutil.h LIBPROTOBUF_EXPORT char* FastHex32ToBuffer(uint32 i, char* buffer);
FastHex32ToBuffer 1446 third_party/protobuf/src/google/protobuf/text_format.cc         generator.Print(FastHex32ToBuffer(field.fixed32(), buffer));