Home
last modified time | relevance | path

Searched defs:ZeroCopyCodedInputStream (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmessage_lite.cc198 class ZeroCopyCodedInputStream : public io::ZeroCopyInputStream { class
200 ZeroCopyCodedInputStream(io::CodedInputStream* cis) : cis_(cis) {} in ZeroCopyCodedInputStream() function in google::protobuf::ZeroCopyCodedInputStream
/external/cronet/third_party/protobuf/src/google/protobuf/
Dmessage_lite.cc198 class ZeroCopyCodedInputStream : public io::ZeroCopyInputStream { class
200 ZeroCopyCodedInputStream(io::CodedInputStream* cis) : cis_(cis) {} in ZeroCopyCodedInputStream() function in google::protobuf::ZeroCopyCodedInputStream
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h146 class ZeroCopyCodedInputStream; variable
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h169 class ZeroCopyCodedInputStream; variable