/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter_test.cc | 87 ->RenderInt64("int64Value", 0) in TEST_P() 108 ->RenderInt64("int64Value", 0) in TEST_P() 128 ->RenderInt64("int64Value", 0) in TEST_P()
|
D | protostream_objectsource_test.cc | 163 ->RenderInt64("", 6404L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 164 ->RenderInt64("", 0L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 167 ->RenderInt64("", 0L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 168 ->RenderInt64("", 6405L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 169 ->RenderInt64("", 6406L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 172 ->RenderInt64("", 6407L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 173 ->RenderInt64("", 0L) in PrepareExpectingObjectWriterForRepeatedPrimitive() 315 ->RenderInt64("i64", 6403L) in TEST_P() 316 ->RenderInt64("sf64", 6404L) in TEST_P() 317 ->RenderInt64("s64", 6405L) in TEST_P()
|
D | expecting_objectwriter.h | 80 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(name.ToString()), in RenderInt64()
|
D | object_writer.cc | 49 ow->RenderInt64(name, data.ToInt64().ValueOrDie()); in RenderDataPieceTo()
|
D | protostream_objectsource.cc | 401 Status ProtoStreamObjectSource::RenderInt64(const ProtoStreamObjectSource* os, in RenderInt64() function in google::protobuf::util::converter::ProtoStreamObjectSource 411 ow->RenderInt64(field_name, bit_cast<int64>(buffer64)); in RenderInt64() 687 &ProtoStreamObjectSource::RenderInt64; in InitRendererMap() 787 ow->RenderInt64(field_name, bit_cast<int64>(buffer64)); in RenderNonMessageField() 807 ow->RenderInt64(field_name, WireFormatLite::ZigZagDecode64(buffer64)); in RenderNonMessageField() 817 ow->RenderInt64(field_name, bit_cast<int64>(buffer64)); in RenderNonMessageField()
|
D | object_writer.h | 84 virtual ObjectWriter* RenderInt64(StringPiece name, int64 value) = 0;
|
D | json_stream_parser_test.cc | 221 ow_.RenderInt64("", -79497823553162765LL); in TEST_F() 325 ->RenderInt64("", -127) in TEST_F() 352 ->RenderInt64("ni", -127) in TEST_F()
|
D | json_objectwriter.cc | 98 JsonObjectWriter* JsonObjectWriter::RenderInt64(StringPiece name, int64 value) { in RenderInt64() function in google::protobuf::util::converter::JsonObjectWriter
|
D | json_objectwriter.h | 107 virtual JsonObjectWriter* RenderInt64(StringPiece name, int64 value);
|
D | default_value_objectwriter.h | 104 virtual DefaultValueObjectWriter* RenderInt64(StringPiece name, int64 value);
|
D | json_objectwriter_test.cc | 148 ->RenderInt64("long", std::numeric_limits<int64>::min()) in TEST_F()
|
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 | protostream_objectsource.h | 184 static util::Status RenderInt64(const ProtoStreamObjectSource* os,
|
D | proto_writer.h | 96 virtual ProtoWriter* RenderInt64(StringPiece name, int64 value) { in RenderInt64() function
|
D | json_stream_parser.cc | 478 ow_->RenderInt64(key_, number.int_val); in ParseNumber()
|
D | protostream_objectwriter_test.cc | 1361 ->RenderInt64("k3", -222222222) in TEST_P()
|