Searched defs:array_stream (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 542 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 586 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local
|
D | generated_message_util.cc | 301 io::ArrayOutputStream array_stream(output->ptr, INT_MAX); in SerializeMessageNoTable() local 693 io::ArrayOutputStream array_stream(array_output.ptr, INT_MAX); in SerializeInternalToArray() local
|
D | map_test.cc | 2261 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&data), size, 1); in TEST() local 3223 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerializationWithSerializePartialToCodedStream() local 3237 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&result), size); in DeterministicSerializationWithSerializeToCodedStream() local 3250 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 | 508 io::ArrayOutputStream array_stream(::google::protobuf::string_as_array(&stream_data), size, in TEST() local
|