WriteVarint32FallbackToArray  736 third_party/protobuf/src/google/protobuf/io/coded_stream.h   static uint8* WriteVarint32FallbackToArray(uint32 value, uint8* target);
WriteVarint32FallbackToArray  940 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return WriteVarint32FallbackToArray(value, target);
WriteVarint32FallbackToArray 1008 third_party/protobuf/src/google/protobuf/io/coded_stream.h     return WriteVarint32FallbackToArray(value, target);