Searched refs:PROTOBUF_EXPORT (Results 1 – 25 of 99) sorted by relevance
1234
/third_party/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 160 PROTOBUF_EXPORT void ReplaceCharacters(string* s, const char* remove, 163 PROTOBUF_EXPORT void StripWhitespace(string* s); 207 PROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub, 216 PROTOBUF_EXPORT void SplitStringUsing(StringPiece full, const char* delim, 227 PROTOBUF_EXPORT void SplitStringAllowEmpty(StringPiece full, const char* delim, 253 PROTOBUF_EXPORT void JoinStrings(const std::vector<string>& components, 294 PROTOBUF_EXPORT int UnescapeCEscapeSequences(const char* source, char* dest); 295 PROTOBUF_EXPORT int UnescapeCEscapeSequences(const char* source, char* dest, 313 PROTOBUF_EXPORT int UnescapeCEscapeString(const string& src, string* dest); 314 PROTOBUF_EXPORT int UnescapeCEscapeString(const string& src, string* dest, [all …]
|
D | stringprintf.h | 55 PROTOBUF_EXPORT extern string StringPrintf(const char* format, ...); 58 PROTOBUF_EXPORT extern const string& SStringPrintf(string* dst, 62 PROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...); 66 PROTOBUF_EXPORT extern void StringAppendV(string* dst, const char* format, 70 PROTOBUF_EXPORT extern const int kStringPrintfVectorMaxArgs; 75 PROTOBUF_EXPORT extern string StringPrintfVector(const char* format,
|
D | bytestream.h | 78 class PROTOBUF_EXPORT ByteSink { 107 class PROTOBUF_EXPORT ByteSource { 163 class PROTOBUF_EXPORT UncheckedArrayByteSink : public ByteSink { 191 class PROTOBUF_EXPORT CheckedArrayByteSink : public ByteSink { 227 class PROTOBUF_EXPORT GrowingArrayByteSink : public strings::ByteSink { 257 class PROTOBUF_EXPORT StringByteSink : public ByteSink { 274 class PROTOBUF_EXPORT NullByteSink : public ByteSink { 296 class PROTOBUF_EXPORT ArrayByteSource : public ByteSource { 327 class PROTOBUF_EXPORT LimitByteSource : public ByteSource {
|
D | time.h | 54 bool PROTOBUF_EXPORT SecondsToDateTime(int64 seconds, DateTime* time); 57 bool PROTOBUF_EXPORT DateTimeToSeconds(const DateTime& time, int64* seconds); 59 void PROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos); 68 string PROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos); 71 bool PROTOBUF_EXPORT ParseTime(const string& value, int64* seconds,
|
D | common.h | 105 void PROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion, 109 std::string PROTOBUF_EXPORT VersionString(int version); 131 PROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len); 138 PROTOBUF_EXPORT int UTF8SpnStructurallyValid(StringPiece str); 152 PROTOBUF_EXPORT char* UTF8CoerceToStructurallyValid(StringPiece str, char* dst, 159 PROTOBUF_EXPORT void ShutdownProtobufLibrary();
|
D | mutex.h | 78 class PROTOBUF_EXPORT CriticalSectionLock { 96 class GOOGLE_PROTOBUF_CAPABILITY("mutex") PROTOBUF_EXPORT WrappedMutex { 116 class PROTOBUF_EXPORT MutexLock { 130 class PROTOBUF_EXPORT MutexLockMaybe {
|
/third_party/protobuf/src/google/protobuf/io/ |
D | io_win32.h | 65 PROTOBUF_EXPORT FILE* fopen(const char* path, const char* mode); 66 PROTOBUF_EXPORT int access(const char* path, int mode); 67 PROTOBUF_EXPORT int chdir(const char* path); 68 PROTOBUF_EXPORT int close(int fd); 69 PROTOBUF_EXPORT int dup(int fd); 70 PROTOBUF_EXPORT int dup2(int fd1, int fd2); 71 PROTOBUF_EXPORT int mkdir(const char* path, int _mode); 72 PROTOBUF_EXPORT int open(const char* path, int flags, int mode = 0); 73 PROTOBUF_EXPORT int read(int fd, void* buffer, size_t size); 74 PROTOBUF_EXPORT int setmode(int fd, int mode); [all …]
|
D | zero_copy_stream_impl.h | 66 class PROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream { 99 class PROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream { 143 class PROTOBUF_EXPORT FileOutputStream : public ZeroCopyOutputStream { 181 class PROTOBUF_EXPORT CopyingFileOutputStream : public CopyingOutputStream { 217 class PROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream { 232 class PROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream { 260 class PROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream { 275 class PROTOBUF_EXPORT CopyingOstreamOutputStream 306 class PROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream {
|
D | zero_copy_stream_impl_lite.h | 67 class PROTOBUF_EXPORT ArrayInputStream : public ZeroCopyInputStream { 101 class PROTOBUF_EXPORT ArrayOutputStream : public ZeroCopyOutputStream { 133 class PROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream { 177 class PROTOBUF_EXPORT CopyingInputStream { 203 class PROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { 271 class PROTOBUF_EXPORT CopyingOutputStream { 287 class PROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream { 347 class PROTOBUF_EXPORT LimitingInputStream : public ZeroCopyInputStream {
|
D | gzip_stream.h | 59 class PROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream { 107 class PROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream { 118 struct PROTOBUF_EXPORT Options {
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | utility.h | 61 PROTOBUF_EXPORT bool GetBoolOptionOrDefault( 67 PROTOBUF_EXPORT int64 GetInt64OptionOrDefault( 73 PROTOBUF_EXPORT double GetDoubleOptionOrDefault( 79 PROTOBUF_EXPORT std::string GetStringOptionOrDefault( 87 PROTOBUF_EXPORT bool GetBoolFromAny(const google::protobuf::Any& any); 90 PROTOBUF_EXPORT int64 GetInt64FromAny(const google::protobuf::Any& any); 93 PROTOBUF_EXPORT double GetDoubleFromAny(const google::protobuf::Any& any); 96 PROTOBUF_EXPORT std::string GetStringFromAny(const google::protobuf::Any& any); 100 PROTOBUF_EXPORT const StringPiece GetTypeWithoutUrl( 109 PROTOBUF_EXPORT const std::string GetFullTypeWithUrl( [all …]
|
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 88 PROTOBUF_EXPORT void InitProtobufDefaults(); 91 PROTOBUF_EXPORT inline const std::string& GetEmptyString() { in GetEmptyString() 140 PROTOBUF_EXPORT void ExtensionSerializer(const uint8* base, uint32 offset, 143 PROTOBUF_EXPORT void UnknownFieldSerializerLite(const uint8* base, 148 PROTOBUF_EXPORT MessageLite* DuplicateIfNonNullInternal(MessageLite* message); 149 PROTOBUF_EXPORT MessageLite* GetOwnedMessageInternal(Arena* message_arena, 152 PROTOBUF_EXPORT void GenericSwap(MessageLite* m1, MessageLite* m2); 154 PROTOBUF_EXPORT void GenericSwap(Message* m1, Message* m2); 176 class PROTOBUF_EXPORT CachedSize { 187 struct PROTOBUF_EXPORT SCCInfoBase { [all …]
|
D | parse_context.h | 62 PROTOBUF_EXPORT void WriteVarint(uint32 num, uint64 val, std::string* s); 63 PROTOBUF_EXPORT void WriteLengthDelimited(uint32 num, StringPiece val, 108 class PROTOBUF_EXPORT EpsCopyInputStream { 341 class PROTOBUF_EXPORT ParseContext : public EpsCopyInputStream { 458 PROTOBUF_EXPORT 460 PROTOBUF_EXPORT 495 PROTOBUF_EXPORT 561 PROTOBUF_EXPORT 638 PROTOBUF_EXPORT 646 PROTOBUF_EXPORT PROTOBUF_MUST_USE_RESULT const char* InlineGreedyStringParser( [all …]
|
D | generated_enum_util.h | 64 PROTOBUF_EXPORT bool LookUpEnumValue(const EnumEntry* enums, size_t size, 68 PROTOBUF_EXPORT int LookUpEnumName(const EnumEntry* enums, 73 PROTOBUF_EXPORT bool InitializeEnumStrings(
|
D | empty.pb.h | 37 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fempty_2eproto PROTOBUF_EXPORT 45 struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fempty_2eproto { 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go… 60 PROTOBUF_EXPORT extern EmptyDefaultTypeInternal _Empty_default_instance_; 63 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Empty* Arena::CreateMaybeMessage<PROTOBUF_NAMESPA… 69 class PROTOBUF_EXPORT Empty PROTOBUF_FINAL :
|
D | wrappers.pb.h | 37 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fwrappers_2eproto PROTOBUF_EXPORT 45 struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fwrappers_2eproto { 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go… 60 PROTOBUF_EXPORT extern BoolValueDefaultTypeInternal _BoolValue_default_instance_; 63 PROTOBUF_EXPORT extern BytesValueDefaultTypeInternal _BytesValue_default_instance_; 66 PROTOBUF_EXPORT extern DoubleValueDefaultTypeInternal _DoubleValue_default_instance_; 69 PROTOBUF_EXPORT extern FloatValueDefaultTypeInternal _FloatValue_default_instance_; 72 PROTOBUF_EXPORT extern Int32ValueDefaultTypeInternal _Int32Value_default_instance_; 75 PROTOBUF_EXPORT extern Int64ValueDefaultTypeInternal _Int64Value_default_instance_; 78 PROTOBUF_EXPORT extern StringValueDefaultTypeInternal _StringValue_default_instance_; [all …]
|
D | message_lite.h | 150 PROTOBUF_EXPORT extern ExplicitlyConstructed<std::string> 154 PROTOBUF_EXPORT inline const std::string& GetEmptyStringAlreadyInited() { in GetEmptyStringAlreadyInited() 158 PROTOBUF_EXPORT size_t StringSpaceUsedExcludingSelfLong(const std::string& str); 188 class PROTOBUF_EXPORT MessageLite { 582 PROTOBUF_EXPORT void ShutdownProtobufLibrary(); 587 PROTOBUF_EXPORT void OnShutdown(void (*func)()); 589 PROTOBUF_EXPORT void OnShutdownRun(void (*f)(const void*), const void* arg);
|
D | timestamp.pb.h | 37 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto PROTOBUF_EXPORT 45 struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2ftimestamp_2eproto { 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go… 60 PROTOBUF_EXPORT extern TimestampDefaultTypeInternal _Timestamp_default_instance_; 63 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Timestamp* Arena::CreateMaybeMessage<PROTOBUF_NAM… 69 class PROTOBUF_EXPORT Timestamp PROTOBUF_FINAL :
|
D | duration.pb.h | 37 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto PROTOBUF_EXPORT 45 struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fduration_2eproto { 56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_go… 60 PROTOBUF_EXPORT extern DurationDefaultTypeInternal _Duration_default_instance_; 63 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Duration* Arena::CreateMaybeMessage<PROTOBUF_NAME… 69 class PROTOBUF_EXPORT Duration PROTOBUF_FINAL :
|
D | text_format.h | 70 class PROTOBUF_EXPORT TextFormat { 100 class PROTOBUF_EXPORT BaseTextGenerator { 124 class PROTOBUF_EXPORT FastFieldValuePrinter { 169 class PROTOBUF_EXPORT FieldValuePrinter { 198 class PROTOBUF_EXPORT MessagePrinter { 211 class PROTOBUF_EXPORT Finder { 244 class PROTOBUF_EXPORT Printer { 484 class PROTOBUF_EXPORT ParseInfoTree { 526 class PROTOBUF_EXPORT Parser {
|
D | service.h | 132 class PROTOBUF_EXPORT Service { 204 class PROTOBUF_EXPORT RpcController { 270 class PROTOBUF_EXPORT RpcChannel {
|
/third_party/protobuf/src/google/protobuf/util/ |
D | delimited_message_util.h | 66 bool PROTOBUF_EXPORT SerializeDelimitedToFileDescriptor( 69 bool PROTOBUF_EXPORT SerializeDelimitedToOstream(const MessageLite& message, 84 bool PROTOBUF_EXPORT ParseDelimitedFromZeroCopyStream( 87 bool PROTOBUF_EXPORT ParseDelimitedFromCodedStream(MessageLite* message, 96 bool PROTOBUF_EXPORT SerializeDelimitedToZeroCopyStream( 99 bool PROTOBUF_EXPORT SerializeDelimitedToCodedStream(
|
D | time_util.h | 62 class PROTOBUF_EXPORT TimeUtil { 175 PROTOBUF_EXPORT Duration& operator+=(Duration& d1, 177 PROTOBUF_EXPORT Duration& operator-=(Duration& d1, 179 PROTOBUF_EXPORT Duration& operator*=(Duration& d, int64 r); // NOLINT 180 PROTOBUF_EXPORT Duration& operator*=(Duration& d, double r); // NOLINT 181 PROTOBUF_EXPORT Duration& operator/=(Duration& d, int64 r); // NOLINT 182 PROTOBUF_EXPORT Duration& operator/=(Duration& d, double r); // NOLINT 194 PROTOBUF_EXPORT Duration& operator%=(Duration& d1, 246 PROTOBUF_EXPORT int64 operator/(const Duration& d1, const Duration& d2); 261 PROTOBUF_EXPORT Timestamp& operator+=(Timestamp& t, [all …]
|
D | json_util.h | 95 PROTOBUF_EXPORT util::Status MessageToJsonString(const Message& message, 107 PROTOBUF_EXPORT util::Status JsonStringToMessage( 121 PROTOBUF_EXPORT util::Status BinaryToJsonStream( 134 PROTOBUF_EXPORT util::Status BinaryToJsonString( 152 PROTOBUF_EXPORT util::Status JsonToBinaryStream( 165 PROTOBUF_EXPORT util::Status JsonToBinaryString( 180 class PROTOBUF_EXPORT ZeroCopyStreamByteSink : public strings::ByteSink {
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | importer.h | 80 class PROTOBUF_EXPORT SourceTreeDescriptorDatabase : public DescriptorDatabase { 123 class PROTOBUF_EXPORT ValidationErrorCollector 157 class PROTOBUF_EXPORT Importer { 195 class PROTOBUF_EXPORT MultiFileErrorCollector { 216 class PROTOBUF_EXPORT SourceTree { 241 class PROTOBUF_EXPORT DiskSourceTree : public SourceTree {
|
1234