Searched refs:LIBPROTOBUF_EXPORT (Results 1 – 25 of 84) sorted by relevance
1234
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 158 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove, 161 LIBPROTOBUF_EXPORT void StripWhitespace(string* s); 204 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub, 213 LIBPROTOBUF_EXPORT void SplitStringUsing(const string& full, const char* delim, 224 LIBPROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full, 251 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components, 292 LIBPROTOBUF_EXPORT int UnescapeCEscapeSequences(const char* source, char* dest); 293 LIBPROTOBUF_EXPORT int UnescapeCEscapeSequences(const char* source, char* dest, 311 LIBPROTOBUF_EXPORT int UnescapeCEscapeString(const string& src, string* dest); 312 LIBPROTOBUF_EXPORT int UnescapeCEscapeString(const string& src, string* dest, [all …]
|
D | stringprintf.h | 53 LIBPROTOBUF_EXPORT extern string StringPrintf(const char* format, ...); 56 LIBPROTOBUF_EXPORT extern const string& SStringPrintf(string* dst, const char* format, ...); 59 LIBPROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...); 63 LIBPROTOBUF_EXPORT extern void StringAppendV(string* dst, const char* format, va_list ap); 66 LIBPROTOBUF_EXPORT extern const int kStringPrintfVectorMaxArgs; 71 LIBPROTOBUF_EXPORT extern string StringPrintfVector(const char* format, const vector<string>& v);
|
D | bytestream.h | 77 class LIBPROTOBUF_EXPORT ByteSink { 106 class LIBPROTOBUF_EXPORT ByteSource { 162 class LIBPROTOBUF_EXPORT UncheckedArrayByteSink : public ByteSink { 190 class LIBPROTOBUF_EXPORT CheckedArrayByteSink : public ByteSink { 226 class LIBPROTOBUF_EXPORT GrowingArrayByteSink : public strings::ByteSink { 256 class LIBPROTOBUF_EXPORT StringByteSink : public ByteSink { 273 class LIBPROTOBUF_EXPORT NullByteSink : public ByteSink { 295 class LIBPROTOBUF_EXPORT ArrayByteSource : public ByteSource { 326 class LIBPROTOBUF_EXPORT LimitByteSource : public ByteSource {
|
D | common.h | 120 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion, 124 std::string LIBPROTOBUF_EXPORT VersionString(int version); 146 LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len); 153 LIBPROTOBUF_EXPORT int UTF8SpnStructurallyValid(const StringPiece& str); 167 LIBPROTOBUF_EXPORT char* UTF8CoerceToStructurallyValid( 189 LIBPROTOBUF_EXPORT void ShutdownProtobufLibrary(); 194 LIBPROTOBUF_EXPORT void OnShutdown(void (*func)());
|
D | time.h | 52 bool LIBPROTOBUF_EXPORT SecondsToDateTime(int64 seconds, DateTime* time); 55 bool LIBPROTOBUF_EXPORT DateTimeToSeconds(const DateTime& time, int64* seconds); 57 void LIBPROTOBUF_EXPORT GetCurrentTime(int64* seconds, int32* nanos); 66 string LIBPROTOBUF_EXPORT FormatTime(int64 seconds, int32 nanos); 69 bool LIBPROTOBUF_EXPORT ParseTime(const string& vaule, int64* seconds, int32* nanos);
|
D | mutex.h | 48 class LIBPROTOBUF_EXPORT Mutex { 82 class LIBPROTOBUF_EXPORT MutexLock { 96 class LIBPROTOBUF_EXPORT MutexLockMaybe {
|
D | logging.h | 73 class LIBPROTOBUF_EXPORT LogMessage { 105 class LIBPROTOBUF_EXPORT LogFinisher { 219 LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func); 228 class LIBPROTOBUF_EXPORT LogSilencer {
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | utility.h | 70 LIBPROTOBUF_EXPORT bool GetBoolOptionOrDefault( 76 LIBPROTOBUF_EXPORT int64 GetInt64OptionOrDefault( 82 LIBPROTOBUF_EXPORT double GetDoubleOptionOrDefault( 88 LIBPROTOBUF_EXPORT string GetStringOptionOrDefault( 96 LIBPROTOBUF_EXPORT bool GetBoolFromAny(const google::protobuf::Any& any); 99 LIBPROTOBUF_EXPORT int64 GetInt64FromAny(const google::protobuf::Any& any); 102 LIBPROTOBUF_EXPORT double GetDoubleFromAny(const google::protobuf::Any& any); 105 LIBPROTOBUF_EXPORT string GetStringFromAny(const google::protobuf::Any& any); 109 LIBPROTOBUF_EXPORT const StringPiece GetTypeWithoutUrl(StringPiece type_url); 117 LIBPROTOBUF_EXPORT const string GetFullTypeWithUrl(StringPiece simple_type); [all …]
|
D | json_objectwriter.h | 88 class LIBPROTOBUF_EXPORT JsonObjectWriter : public StructuredObjectWriter { 120 class LIBPROTOBUF_EXPORT Element : public BaseElement { 143 class LIBPROTOBUF_EXPORT ByteSinkWrapper : public strings::ByteSink {
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 70 LIBPROTOBUF_EXPORT double Infinity(); 71 LIBPROTOBUF_EXPORT double NaN(); 80 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_; 81 LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_; 82 LIBPROTOBUF_EXPORT void InitEmptyString(); 85 LIBPROTOBUF_EXPORT inline const ::std::string& GetEmptyStringAlreadyInited() { in GetEmptyStringAlreadyInited() 89 LIBPROTOBUF_EXPORT inline const ::std::string& GetEmptyString() { in GetEmptyString() 94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
|
D | descriptor_database.h | 65 class LIBPROTOBUF_EXPORT DescriptorDatabase { 130 class LIBPROTOBUF_EXPORT SimpleDescriptorDatabase : public DescriptorDatabase { 268 class LIBPROTOBUF_EXPORT EncodedDescriptorDatabase : public DescriptorDatabase { 313 class LIBPROTOBUF_EXPORT DescriptorPoolDatabase : public DescriptorDatabase { 336 class LIBPROTOBUF_EXPORT MergedDescriptorDatabase : public DescriptorDatabase {
|
D | wrappers.pb.h | 36 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 52 class LIBPROTOBUF_EXPORT DoubleValue : public ::google::protobuf::Message { 134 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 143 class LIBPROTOBUF_EXPORT FloatValue : public ::google::protobuf::Message { 225 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 234 class LIBPROTOBUF_EXPORT Int64Value : public ::google::protobuf::Message { 316 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 325 class LIBPROTOBUF_EXPORT UInt64Value : public ::google::protobuf::Message { 407 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fwrappers_2eproto(); 416 class LIBPROTOBUF_EXPORT Int32Value : public ::google::protobuf::Message { [all …]
|
D | service.h | 126 class LIBPROTOBUF_EXPORT Service { 203 class LIBPROTOBUF_EXPORT RpcController { 269 class LIBPROTOBUF_EXPORT RpcChannel {
|
D | text_format.h | 65 class LIBPROTOBUF_EXPORT TextFormat { 98 class LIBPROTOBUF_EXPORT FieldValuePrinter { 130 class LIBPROTOBUF_EXPORT Printer { 344 class LIBPROTOBUF_EXPORT Finder { 367 class LIBPROTOBUF_EXPORT ParseInfoTree { 407 class LIBPROTOBUF_EXPORT Parser {
|
D | struct.pb.h | 39 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto(); 52 LIBPROTOBUF_EXPORT bool NullValue_IsValid(int value); 57 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* NullValue_descriptor(); 69 class LIBPROTOBUF_EXPORT Struct : public ::google::protobuf::Message { 152 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto(); 161 class LIBPROTOBUF_EXPORT Value : public ::google::protobuf::Message { 314 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto(); 323 class LIBPROTOBUF_EXPORT ListValue : public ::google::protobuf::Message { 398 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fstruct_2eproto();
|
D | generated_enum_reflection.h | 65 LIBPROTOBUF_EXPORT bool ParseNamedEnum(const EnumDescriptor* descriptor, 82 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
|
D | empty.pb.h | 36 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto(); 44 class LIBPROTOBUF_EXPORT Empty : public ::google::protobuf::Message { 119 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fempty_2eproto();
|
D | duration.pb.h | 36 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto(); 44 class LIBPROTOBUF_EXPORT Duration : public ::google::protobuf::Message { 120 friend void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fduration_2eproto();
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl.h | 63 class LIBPROTOBUF_EXPORT FileInputStream : public ZeroCopyInputStream { 97 class LIBPROTOBUF_EXPORT CopyingFileInputStream : public CopyingInputStream { 141 class LIBPROTOBUF_EXPORT FileOutputStream : public ZeroCopyOutputStream { 179 class LIBPROTOBUF_EXPORT CopyingFileOutputStream : public CopyingOutputStream { 215 class LIBPROTOBUF_EXPORT IstreamInputStream : public ZeroCopyInputStream { 231 class LIBPROTOBUF_EXPORT CopyingIstreamInputStream : public CopyingInputStream { 259 class LIBPROTOBUF_EXPORT OstreamOutputStream : public ZeroCopyOutputStream { 274 class LIBPROTOBUF_EXPORT CopyingOstreamOutputStream : public CopyingOutputStream { 304 class LIBPROTOBUF_EXPORT ConcatenatingInputStream : public ZeroCopyInputStream { 332 class LIBPROTOBUF_EXPORT LimitingInputStream : public ZeroCopyInputStream {
|
D | zero_copy_stream_impl_lite.h | 67 class LIBPROTOBUF_EXPORT ArrayInputStream : public ZeroCopyInputStream { 101 class LIBPROTOBUF_EXPORT ArrayOutputStream : public ZeroCopyOutputStream { 133 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream { 166 class LIBPROTOBUF_EXPORT LazyStringOutputStream : public StringOutputStream { 201 class LIBPROTOBUF_EXPORT CopyingInputStream { 227 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream { 295 class LIBPROTOBUF_EXPORT CopyingOutputStream { 311 class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {
|
D | zero_copy_stream.h | 124 class LIBPROTOBUF_EXPORT ZeroCopyInputStream { 181 class LIBPROTOBUF_EXPORT ZeroCopyOutputStream {
|
/external/protobuf/src/google/protobuf/util/ |
D | time_util.h | 50 class LIBPROTOBUF_EXPORT TimeUtil { 162 LIBPROTOBUF_EXPORT Duration& operator+=(Duration& d1, const Duration& d2); // NOLINT 163 LIBPROTOBUF_EXPORT Duration& operator-=(Duration& d1, const Duration& d2); // NOLINT 164 LIBPROTOBUF_EXPORT Duration& operator*=(Duration& d, int64 r); // NOLINT 165 LIBPROTOBUF_EXPORT Duration& operator*=(Duration& d, double r); // NOLINT 166 LIBPROTOBUF_EXPORT Duration& operator/=(Duration& d, int64 r); // NOLINT 167 LIBPROTOBUF_EXPORT Duration& operator/=(Duration& d, double r); // NOLINT 179 LIBPROTOBUF_EXPORT Duration& operator%=(Duration& d1, const Duration& d2); // NOLINT 230 LIBPROTOBUF_EXPORT int64 operator/(const Duration& d1, const Duration& d2); 245 LIBPROTOBUF_EXPORT Timestamp& operator+=(Timestamp& t, const Duration& d); // NOLINT [all …]
|
D | json_util.h | 83 LIBPROTOBUF_EXPORT util::Status BinaryToJsonString( 110 LIBPROTOBUF_EXPORT util::Status JsonToBinaryString( 118 class LIBPROTOBUF_EXPORT ZeroCopyStreamByteSink : public strings::ByteSink {
|
D | message_differencer.h | 108 class LIBPROTOBUF_EXPORT MessageDifferencer { 216 class LIBPROTOBUF_EXPORT Reporter { 294 class LIBPROTOBUF_EXPORT MapKeyComparator { 316 class LIBPROTOBUF_EXPORT IgnoreCriteria { 573 class LIBPROTOBUF_EXPORT StreamReporter : public Reporter { 825 class LIBPROTOBUF_EXPORT FieldContext {
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.h | 76 class LIBPROTOBUF_EXPORT SourceTreeDescriptorDatabase : public DescriptorDatabase { 112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector { 148 class LIBPROTOBUF_EXPORT Importer { 187 class LIBPROTOBUF_EXPORT MultiFileErrorCollector { 208 class LIBPROTOBUF_EXPORT SourceTree { 233 class LIBPROTOBUF_EXPORT DiskSourceTree : public SourceTree {
|
1234