/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream.cc | 669 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 …]
|
D | coded_stream.h | 652 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/ |
D | wire_format.h | 135 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()
|
D | wrappers.pb.h | 181 …::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) …
|
D | message_lite.cc | 348 io::EpsCopyOutputStream out( in SerializeToArrayImpl() 356 io::EpsCopyOutputStream out( in SerializeToArrayImpl() 416 io::EpsCopyOutputStream stream( in SerializePartialToZeroCopyStream()
|
D | wrappers.pb.cc | 402 …::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()
|
D | map_type_handler.h | 176 uint8* ptr, io::EpsCopyOutputStream* stream); 231 uint8* ptr, io::EpsCopyOutputStream* stream); \ 364 io::EpsCopyOutputStream* stream) { 373 io::EpsCopyOutputStream* stream) { \ 386 io::EpsCopyOutputStream* stream) { \
|
D | wire_format.cc | 196 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()
|
D | implicit_weak_message.h | 84 io::EpsCopyOutputStream* stream) const final { in _InternalSerialize()
|
D | extension_set.h | 472 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;
|
D | wire_format_lite.h | 627 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()
|
D | empty.pb.h | 149 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
|
D | empty.pb.cc | 163 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
|
D | message.cc | 145 io::EpsCopyOutputStream* stream) const { in _InternalSerialize()
|
D | descriptor.pb.cc | 1480 …::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 …]
|
D | struct.pb.cc | 296 …::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()
|
D | duration.pb.h | 149 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
|
D | timestamp.pb.h | 149 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) …
|
D | map_entry_lite.h | 116 io::EpsCopyOutputStream* stream) { 275 io::EpsCopyOutputStream* stream) const override {
|
D | struct.pb.h | 221 …::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) …
|
D | field_mask.pb.cc | 188 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
|
D | source_context.pb.cc | 189 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
|
D | timestamp.pb.cc | 194 …::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) … in _InternalSerialize()
|
/third_party/protobuf/ |
D | libprotobuf_lite.map | 16 …"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/ |
D | plugin.pb.cc | 394 …::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()
|