Searched refs:WriteInt64 (Results 1 – 6 of 6) sorted by relevance
132 if (!pickle->WriteInt64(meta_->sum)) in Serialize()
186 bool WriteInt64(int64_t value) { return WritePOD(value); } in WriteInt64() function
126 EXPECT_TRUE(pickle.WriteInt64(testint64)); in TEST()
307 void WireFormatLite::WriteInt64(int field_number, int64 value, in WriteInt64() function in google::protobuf::internal::WireFormatLite
338 static void WriteInt64 (field_number, int64 value, output);
8282 ::google::protobuf::internal::WireFormatLite::WriteInt64(5, this->negative_int_value(), output); in SerializeWithCachedSizes()