/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter_test.cc | 88 ->RenderInt64("int64Value", 0) in TEST_P() 109 ->RenderInt64("int64Value", 0) in TEST_P() 129 ->RenderInt64("int64Value", 0) in TEST_P() 173 ->RenderInt64("int64Value", 0) in TEST_P()
|
D | expecting_objectwriter.h | 81 MOCK_METHOD2(RenderInt64, ObjectWriter*(StringPiece, int64)); 155 virtual ObjectWriter* RenderInt64(StringPiece name, int64 value) { in RenderInt64() function 157 ? EXPECT_CALL(*mock_, RenderInt64(IsEmpty(), TypedEq<int64>(value))) in RenderInt64() 158 : EXPECT_CALL(*mock_, RenderInt64(StrEq(std::string(name)), in RenderInt64()
|
D | protostream_objectsource_test.cc | 164 ->RenderInt64("", 6404L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 165 ->RenderInt64("", 0L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 168 ->RenderInt64("", 0L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 169 ->RenderInt64("", 6405L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 170 ->RenderInt64("", 6406L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 173 ->RenderInt64("", 6407L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 174 ->RenderInt64("", 0L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 330 ->RenderInt64("i64", 6403L) in TEST_P() 331 ->RenderInt64("sf64", 6404L) in TEST_P() 332 ->RenderInt64("s64", 6405L) in TEST_P()
|
D | object_writer.cc | 49 ow->RenderInt64(name, data.ToInt64().ValueOrDie()); in RenderDataPieceTo()
|
D | object_writer.h | 86 virtual ObjectWriter* RenderInt64(StringPiece name, int64 value) = 0;
|
D | protostream_objectsource.cc | 430 Status ProtoStreamObjectSource::RenderInt64(const ProtoStreamObjectSource* os, in RenderInt64() function in google::protobuf::util::converter::ProtoStreamObjectSource 440 ow->RenderInt64(field_name, bit_cast<int64>(buffer64)); in RenderInt64() 730 &ProtoStreamObjectSource::RenderInt64; in InitRendererMap() 833 ow->RenderInt64(field_name, bit_cast<int64>(buffer64)); in RenderNonMessageField() 853 ow->RenderInt64(field_name, WireFormatLite::ZigZagDecode64(buffer64)); in RenderNonMessageField() 863 ow->RenderInt64(field_name, bit_cast<int64>(buffer64)); in RenderNonMessageField()
|
D | json_objectwriter.cc | 101 JsonObjectWriter* JsonObjectWriter::RenderInt64(StringPiece name, in RenderInt64() function in google::protobuf::util::converter::JsonObjectWriter
|
D | json_objectwriter.h | 106 virtual JsonObjectWriter* RenderInt64(StringPiece name, int64 value);
|
D | json_stream_parser_test.cc | 239 ow_.RenderInt64("", -79497823553162765LL); in TEST_F() 352 ->RenderInt64("", -127) in TEST_F() 380 ->RenderInt64("ni", -127) in TEST_F()
|
D | json_objectwriter_test.cc | 151 ->RenderInt64("long", std::numeric_limits<int64>::min()) in TEST_F()
|
D | default_value_objectwriter.h | 105 DefaultValueObjectWriter* RenderInt64(StringPiece name,
|
D | protostream_objectsource.h | 209 static util::Status RenderInt64(const ProtoStreamObjectSource* os,
|
D | proto_writer.h | 88 ProtoWriter* RenderInt64(StringPiece name, int64 value) override { in RenderInt64() function
|
D | default_value_objectwriter.cc | 109 DefaultValueObjectWriter* DefaultValueObjectWriter::RenderInt64( in RenderInt64() function in google::protobuf::util::converter::DefaultValueObjectWriter 112 ow_->RenderInt64(name, value); in RenderInt64()
|
D | json_stream_parser.cc | 488 ow_->RenderInt64(key_, number.int_val); in ParseNumber()
|
D | protostream_objectwriter_test.cc | 1715 ->RenderInt64("k3", -222222222) in TEST_P()
|