Searched refs:EpsCopyInputStream (Results 1 – 4 of 4) sorted by relevance
/third_party/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() 157 std::pair<const char*, bool> EpsCopyInputStream::DoneFallback(const char* ptr, in DoneFallback() 195 const char* EpsCopyInputStream::SkipFallback(const char* ptr, int size) { in SkipFallback() 199 const char* EpsCopyInputStream::ReadStringFallback(const char* ptr, int size, in ReadStringFallback() 212 const char* EpsCopyInputStream::AppendStringFallback(const char* ptr, int size, in AppendStringFallback() 226 const char* EpsCopyInputStream::ReadRepeatedFixed(const char* ptr, in ReadRepeatedFixed() 251 const char* EpsCopyInputStream::ReadPackedFixed(const char* ptr, int size, in ReadPackedFixed() 286 const char* EpsCopyInputStream::InitFrom(io::ZeroCopyInputStream* zcis) { in InitFrom()
|
D | parse_context.h | 108 class PROTOBUF_EXPORT EpsCopyInputStream { 112 explicit EpsCopyInputStream(bool enable_aliasing) in EpsCopyInputStream() function 341 class PROTOBUF_EXPORT ParseContext : public EpsCopyInputStream { 350 : EpsCopyInputStream(aliasing), depth_(depth) { in ParseContext() 622 const char* EpsCopyInputStream::ReadPackedVarint(const char* ptr, Add add) {
|
D | arena.h | 91 class EpsCopyInputStream; // defined in parse_context.h variable 722 friend class internal::EpsCopyInputStream; // For parser performance
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 14 "google::protobuf::internal::EpsCopyInputStream::DoneFallback(char const*, int)"; 215 …"google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__h::ba… 248 …"google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__cxx11… 463 …"google::protobuf::internal::EpsCopyInputStream::ReadStringFallback(char const*, int, std::__1::ba…
|