Searched defs:writeVarint32 (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | CodedOutputStream.php | 56 public function writeVarint32($value, $trim) function in Google\\Protobuf\\Internal\\CodedOutputStream |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ | ||
D | BinaryWriter.java | 866 abstract void writeVarint32(int value); in writeVarint32() method in BinaryWriter |