Home
last modified time | relevance | path

Searched refs:WriteVarint32SlowPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h881 void WriteVarint32SlowPath(uint32 value);
1215 WriteVarint32SlowPath(value); in WriteVarint32()
Dcoded_stream.cc783 void CodedOutputStream::WriteVarint32SlowPath(uint32 value) { in WriteVarint32SlowPath() function in google::protobuf::io::CodedOutputStream