Searched defs:LimitByteSource (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ | ||
D | bytestream.cc | 161 LimitByteSource::LimitByteSource(ByteSource *source, size_t limit) in LimitByteSource() function in google::protobuf::strings::LimitByteSource |
D | bytestream_unittest.cc | 86 TEST(ByteSourceTest, LimitByteSource) { in TEST() argument |