Searched defs:array_stream (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/strings/ |
D | proto_serialization.cc | 71 protobuf::io::ArrayOutputStream array_stream(buffer, size); in SerializeToBufferDeterministic() local
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.cc | 303 io::ArrayOutputStream array_stream(output->ptr, INT_MAX); in SerializeMessageNoTable() local 708 io::ArrayOutputStream array_stream(array_output.ptr, INT_MAX); in SerializeInternalToArray() local
|
D | extension_set_unittest.cc | 543 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 587 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local
|
D | map_test.cc | 2145 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 3058 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerializationWithSerializePartialToCodedStream() local 3072 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerializationWithSerializeToCodedStream() local 3085 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerialization() local
|
D | lite_unittest.cc | 638 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local
|
D | wire_format_unittest.cc | 502 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&stream_data), size, in TEST() local
|