Home
last modified time | relevance | path

Searched defs:coded_stream (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/common/
Dprotobuf_utils.cc30 bool ReadProtoFromCodedInputStream(google::protobuf::io::CodedInputStream *coded_stream, in ReadProtoFromCodedInputStream()
88 google::protobuf::io::CodedInputStream coded_stream(&istream); in ReadProtoFromBinaryFile() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/parser/
Dparser_utils.cc328 bool ReadProtoFromCodedInputStream(google::protobuf::io::CodedInputStream *coded_stream, in ReadProtoFromCodedInputStream()
392 google::protobuf::io::CodedInputStream coded_stream(&istream); in ReadProtoFromBinaryFile() local
/third_party/protobuf/src/google/protobuf/
Dtext_format_unittest.cc375 io::CodedOutputStream coded_stream(&zero_copy_stream); in TEST_F() local