Searched refs:array_stream (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/lib/strings/ |
D | proto_serialization.cc | 71 protobuf::io::ArrayOutputStream array_stream(buffer, size); in SerializeToBufferDeterministic() local 72 protobuf::io::CodedOutputStream output_stream(&array_stream); in SerializeToBufferDeterministic()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.inc | 763 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); 764 io::CodedOutputStream output_stream(&array_stream); 782 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); 783 io::CodedOutputStream output_stream(&array_stream); 1989 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); 1990 io::CodedOutputStream output_stream(&array_stream); 2010 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); 2011 io::CodedOutputStream output_stream(&array_stream); 2032 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); 2033 io::CodedOutputStream output_stream(&array_stream); [all …]
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 303 io::ArrayOutputStream array_stream(output->ptr, INT_MAX); in SerializeMessageNoTable() local 304 io::CodedOutputStream o(&array_stream); in SerializeMessageNoTable() 708 io::ArrayOutputStream array_stream(array_output.ptr, INT_MAX); in SerializeInternalToArray() local 709 io::CodedOutputStream output(&array_stream); in SerializeInternalToArray()
|
D | extension_set_unittest.cc | 543 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 544 io::CodedOutputStream output_stream(&array_stream); in TEST() 587 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 588 io::CodedOutputStream output_stream(&array_stream); in TEST()
|
D | map_test.cc | 2145 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 2146 io::CodedOutputStream output_stream(&array_stream); in TEST() 3058 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerializationWithSerializePartialToCodedStream() local 3059 io::CodedOutputStream output_stream(&array_stream); in DeterministicSerializationWithSerializePartialToCodedStream() 3072 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerializationWithSerializeToCodedStream() local 3073 io::CodedOutputStream output_stream(&array_stream); in DeterministicSerializationWithSerializeToCodedStream() 3085 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerialization() local 3087 io::CodedOutputStream output_stream(&array_stream); in DeterministicSerialization()
|
D | lite_unittest.cc | 638 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 639 io::CodedOutputStream output_stream(&array_stream); in TEST()
|
D | wire_format_unittest.cc | 502 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&stream_data), size, in TEST() local 504 io::CodedOutputStream output_stream(&array_stream); in TEST()
|