Home
last modified time | relevance | path

Searched refs:EpsCopyOutputStream (Results 1 – 25 of 47) sorted by relevance

12

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc669 void EpsCopyOutputStream::EnableAliasing(bool enabled) { in EnableAliasing()
673 int64 EpsCopyOutputStream::ByteCount(uint8* ptr) const { in ByteCount()
682 int EpsCopyOutputStream::Flush(uint8* ptr) { in Flush()
704 uint8* EpsCopyOutputStream::Trim(uint8* ptr) { in Trim()
714 uint8* EpsCopyOutputStream::FlushAndResetBuffer(uint8* ptr) { in FlushAndResetBuffer()
721 bool EpsCopyOutputStream::Skip(int count, uint8** pp) { in Skip()
744 bool EpsCopyOutputStream::GetDirectBufferPointer(void** data, int* size, in GetDirectBufferPointer()
766 uint8* EpsCopyOutputStream::GetDirectBufferForNBytesAndAdvance(int size, in GetDirectBufferForNBytesAndAdvance()
787 uint8* EpsCopyOutputStream::Next() { in Next()
825 uint8* EpsCopyOutputStream::EnsureSpaceFallback(uint8* ptr) { in EnsureSpaceFallback()
[all …]
Dcoded_stream.h652 class PROTOBUF_EXPORT EpsCopyOutputStream {
657 EpsCopyOutputStream(ZeroCopyOutputStream* stream, bool deterministic, in EpsCopyOutputStream() function
668 EpsCopyOutputStream(void* data, int size, bool deterministic) in EpsCopyOutputStream() function
675 EpsCopyOutputStream(void* data, int size, ZeroCopyOutputStream* stream, in EpsCopyOutputStream() function
974 inline uint8* EpsCopyOutputStream::WriteRawLittleEndian<1>(const void* data,
980 inline uint8* EpsCopyOutputStream::WriteRawLittleEndian<4>(const void* data,
990 inline uint8* EpsCopyOutputStream::WriteRawLittleEndian<8>(const void* data,
1250 EpsCopyOutputStream* EpsCopy() { return &impl_; } in EpsCopy()
1253 EpsCopyOutputStream impl_;
1596 return EpsCopyOutputStream::UnsafeVarint(value, target); in WriteVarint32ToArray()
[all …]
/third_party/protobuf/src/google/protobuf/
Dwire_format.h135 io::EpsCopyOutputStream* stream);
180 io::EpsCopyOutputStream stream( in SerializeUnknownFieldsToArray()
188 io::EpsCopyOutputStream* stream);
206 io::EpsCopyOutputStream* stream);
239 const Message& message, uint8* target, io::EpsCopyOutputStream* stream);
259 io::EpsCopyOutputStream* stream);
386 io::EpsCopyOutputStream* stream) { in InternalSerializeUnknownMessageSetItemsToArray()
Dwrappers.pb.h181 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
318 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
455 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
592 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
729 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
866 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
1003 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
1140 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
1284 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
Dmessage_lite.cc348 io::EpsCopyOutputStream out( in SerializeToArrayImpl()
356 io::EpsCopyOutputStream out( in SerializeToArrayImpl()
416 io::EpsCopyOutputStream stream( in SerializePartialToZeroCopyStream()
Dwrappers.pb.cc402 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
597 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
792 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
989 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1186 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1383 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1580 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1783 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1991 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
Dmap_type_handler.h176 uint8* ptr, io::EpsCopyOutputStream* stream);
231 uint8* ptr, io::EpsCopyOutputStream* stream); \
364 io::EpsCopyOutputStream* stream) {
373 io::EpsCopyOutputStream* stream) { \
386 io::EpsCopyOutputStream* stream) { \
Dwire_format.cc196 io::EpsCopyOutputStream* stream) { in InternalSerializeUnknownFieldsToArray()
234 io::EpsCopyOutputStream* stream) { in InternalSerializeUnknownMessageSetItemsToArray()
1036 io::EpsCopyOutputStream* stream) { in _InternalSerialize()
1066 io::EpsCopyOutputStream* stream) { in SerializeMapKeyWithCachedSizes()
1103 io::EpsCopyOutputStream* stream) { in SerializeMapValueRefWithCachedSizes()
1188 io::EpsCopyOutputStream* stream) { in InternalSerializeMapEntry()
1207 io::EpsCopyOutputStream* stream) { in InternalSerializeField()
1425 io::EpsCopyOutputStream* stream) { in InternalSerializeMessageSetItem()
Dimplicit_weak_message.h84 io::EpsCopyOutputStream* stream) const final { in _InternalSerialize()
Dextension_set.h472 io::EpsCopyOutputStream* stream) const;
480 uint8* target, io::EpsCopyOutputStream* stream) const;
543 int number, uint8* target, io::EpsCopyOutputStream* stream) const = 0;
611 int number, uint8* target, io::EpsCopyOutputStream* stream) const;
613 int number, uint8* target, io::EpsCopyOutputStream* stream) const;
Dwire_format_lite.h627 io::EpsCopyOutputStream* stream);
631 io::EpsCopyOutputStream* stream);
647 io::EpsCopyOutputStream stream( in WriteGroupToArray()
658 io::EpsCopyOutputStream stream( in WriteMessageToArray()
886 io::EpsCopyOutputStream* stream) { in InternalSerializeUnknownMessageSetItemsToArray()
1684 io::EpsCopyOutputStream* stream) { in InternalWriteGroup()
1693 io::EpsCopyOutputStream* stream) { in InternalWriteMessage()
Dempty.pb.h149 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
Dempty.pb.cc163 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
Dmessage.cc145 io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
Ddescriptor.pb.cc1480 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1921 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
2400 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
2677 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
3079 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
3470 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
3907 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
4364 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
4624 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
4951 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
[all …]
Dstruct.pb.cc296 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
687 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
991 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
Dduration.pb.h149 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
Dtimestamp.pb.h149 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
Dmap_entry_lite.h116 io::EpsCopyOutputStream* stream) {
275 io::EpsCopyOutputStream* stream) const override {
Dstruct.pb.h221 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
382 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
627 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
Dfield_mask.pb.cc188 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
Dsource_context.pb.cc189 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
Dtimestamp.pb.cc194 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
/third_party/protobuf/
Dlibprotobuf_lite.map16 …"google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__cx…
23 "google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)";
32 …"google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__h::basic_strin…
33 …"google::protobuf::io::EpsCopyOutputStream::WriteStringMaybeAliasedOutline(unsigned int, std::__h:…
34 "google::protobuf::io::EpsCopyOutputStream::WriteRawFallback(void const*, int, unsigned char*)";
80 "google::protobuf::io::EpsCopyOutputStream::FlushAndResetBuffer(unsigned char*)";
91 …t::_InternalSerialize(int, int, unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const";
248 …"google::protobuf::io::EpsCopyOutputStream::WriteStringOutline(unsigned int, std::__cxx11::basic_s…
313 "google::protobuf::io::EpsCopyOutputStream::ByteCount(unsigned char*) const";
331 …essageSetWithCachedSizesToArray(unsigned char*, google::protobuf::io::EpsCopyOutputStream*) const";
[all …]
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc394 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
746 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1083 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
1384 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()

12