Searched defs:RenderInt64 (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Dexpecting_objectwriter.h80 MOCK_METHOD2(RenderInt64, ObjectWriter*(StringPiece, int64));
155 virtual ObjectWriter* RenderInt64(StringPiece name, int64 value) { function in class:google::protobuf::util::converter::ExpectingObjectWriter
157 ? EXPECT_CALL(*mock_, RenderInt64(IsEmpty(), TypedEq<int64>(value)))
158 : EXPECT_CALL(*mock_, RenderInt64(StrEq(name.ToString()),
H A Djson_objectwriter.cc98 JsonObjectWriter* JsonObjectWriter::RenderInt64(StringPiece name, int64 value) { function in class:google::protobuf::util::converter::JsonObjectWriter
H A Ddefault_value_objectwriter.cc109 DefaultValueObjectWriter* DefaultValueObjectWriter::RenderInt64( function in class:google::protobuf::util::converter::DefaultValueObjectWriter
112 ow_->RenderInt64(name, value);
H A Dproto_writer.h96 virtual ProtoWriter* RenderInt64(StringPiece name, int64 value) { function in class:google::protobuf::util::converter::ProtoWriter
H A Dprotostream_objectsource.cc401 Status ProtoStreamObjectSource::RenderInt64(const ProtoStreamObjectSource* os, function in class:google::protobuf::util::converter::ProtoStreamObjectSource
411 ow->RenderInt64(field_name, bit_cast<int64>(buffer64));
687 &ProtoStreamObjectSource::RenderInt64;
787 ow->RenderInt64(field_name, bit_cast<int64>(buffer64));
807 ow->RenderInt64(field_name, WireFormatLite::ZigZagDecode64(buffer64));
817 ow->RenderInt64(field_name, bit_cast<int64>(buffer64));

Completed in 305 milliseconds