Searched refs:EpsCopyInputStream (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | parse_context.cc | 52 constexpr int kSlopBytes = EpsCopyInputStream::kSlopBytes; in ParseEndsInSlopRegion() 102 const char* EpsCopyInputStream::Next(int overrun, int d) { in Next() 158 std::pair<const char*, bool> EpsCopyInputStream::DoneFallback(const char* ptr, in DoneFallback() 196 const char* EpsCopyInputStream::SkipFallback(const char* ptr, int size) { in SkipFallback() 200 const char* EpsCopyInputStream::ReadStringFallback(const char* ptr, int size, in ReadStringFallback() 211 const char* EpsCopyInputStream::AppendStringFallback(const char* ptr, int size, in AppendStringFallback() 224 const char* EpsCopyInputStream::ReadRepeatedFixed(const char* ptr, in ReadRepeatedFixed() 236 const char* EpsCopyInputStream::ReadPackedFixed(const char* ptr, int size, in ReadPackedFixed() 260 const char* EpsCopyInputStream::InitFrom(io::ZeroCopyInputStream* zcis) { in InitFrom()
|
D | parse_context.h | 107 class PROTOBUF_EXPORT EpsCopyInputStream { 111 explicit EpsCopyInputStream(bool enable_aliasing) in EpsCopyInputStream() function 322 class PROTOBUF_EXPORT ParseContext : public EpsCopyInputStream { 331 : EpsCopyInputStream(aliasing), depth_(depth) { in ParseContext() 586 const char* EpsCopyInputStream::ReadPackedVarint(const char* ptr, Add add) { in ReadPackedVarint()
|