Home
last modified time | relevance | path

Searched refs:LIBPROTOBUF_EXPORT (Results 1 – 25 of 32) sorted by relevance

12

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h123 LIBPROTOBUF_EXPORT void StripString(string* s, const char* remove,
166 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
175 LIBPROTOBUF_EXPORT void SplitStringUsing(const string& full, const char* delim,
186 LIBPROTOBUF_EXPORT void SplitStringAllowEmpty(const string& full,
213 LIBPROTOBUF_EXPORT void JoinStrings(const vector<string>& components,
254 LIBPROTOBUF_EXPORT int UnescapeCEscapeSequences(const char* source, char* dest);
255 LIBPROTOBUF_EXPORT int UnescapeCEscapeSequences(const char* source, char* dest,
273 LIBPROTOBUF_EXPORT int UnescapeCEscapeString(const string& src, string* dest);
274 LIBPROTOBUF_EXPORT int UnescapeCEscapeString(const string& src, string* dest,
276 LIBPROTOBUF_EXPORT string UnescapeCEscapeString(const string& src);
[all …]
Dstringprintf.h53 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);
Dcommon.h95 #define LIBPROTOBUF_EXPORT __declspec(dllexport) macro
97 #define LIBPROTOBUF_EXPORT __declspec(dllimport)
105 #define LIBPROTOBUF_EXPORT
137 void LIBPROTOBUF_EXPORT VerifyVersion(int headerVersion, int minLibraryVersion,
141 std::string LIBPROTOBUF_EXPORT VersionString(int version);
647 class LIBPROTOBUF_EXPORT LogMessage {
673 class LIBPROTOBUF_EXPORT LogFinisher {
778 LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
787 class LIBPROTOBUF_EXPORT LogSilencer {
853 class LIBPROTOBUF_EXPORT Closure {
[all …]
Dsubstitute.h140 LIBPROTOBUF_EXPORT string Substitute(
153 LIBPROTOBUF_EXPORT void SubstituteAndAppend(
/external/protobuf/src/google/protobuf/
Dgenerated_message_util.h64 LIBPROTOBUF_EXPORT double Infinity();
65 LIBPROTOBUF_EXPORT double NaN();
74 LIBPROTOBUF_EXPORT extern const ::std::string* empty_string_;
75 LIBPROTOBUF_EXPORT extern ProtobufOnceType empty_string_once_init_;
76 LIBPROTOBUF_EXPORT void InitEmptyString();
79 LIBPROTOBUF_EXPORT inline const ::std::string& GetEmptyStringAlreadyInited() { in GetEmptyStringAlreadyInited()
83 LIBPROTOBUF_EXPORT inline const ::std::string& GetEmptyString() { in GetEmptyString()
94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
Ddescriptor_database.h65 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 {
Dservice.h125 class LIBPROTOBUF_EXPORT Service {
202 class LIBPROTOBUF_EXPORT RpcController {
268 class LIBPROTOBUF_EXPORT RpcChannel {
Dtext_format.h62 class LIBPROTOBUF_EXPORT TextFormat {
95 class LIBPROTOBUF_EXPORT FieldValuePrinter {
127 class LIBPROTOBUF_EXPORT Printer {
300 class LIBPROTOBUF_EXPORT Finder {
323 class LIBPROTOBUF_EXPORT ParseInfoTree {
363 class LIBPROTOBUF_EXPORT Parser {
Dgenerated_enum_reflection.h68 LIBPROTOBUF_EXPORT bool ParseNamedEnum(const EnumDescriptor* descriptor,
85 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
Ddescriptor.h126 class LIBPROTOBUF_EXPORT Descriptor {
342 class LIBPROTOBUF_EXPORT FieldDescriptor {
625 class LIBPROTOBUF_EXPORT OneofDescriptor {
683 class LIBPROTOBUF_EXPORT EnumDescriptor {
780 class LIBPROTOBUF_EXPORT EnumValueDescriptor {
846 class LIBPROTOBUF_EXPORT ServiceDescriptor {
918 class LIBPROTOBUF_EXPORT MethodDescriptor {
986 class LIBPROTOBUF_EXPORT FileDescriptor {
1167 class LIBPROTOBUF_EXPORT DescriptorPool {
1249 class LIBPROTOBUF_EXPORT ErrorCollector {
Ddescriptor.pb.h34 void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto();
80 LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid(int value);
85 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Type_descriptor();
100 LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid(int value);
105 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldDescriptorProto_Label_descriptor(…
120 LIBPROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid(int value);
125 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FileOptions_OptimizeMode_descriptor();
140 LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value);
145 LIBPROTOBUF_EXPORT const ::google::protobuf::EnumDescriptor* FieldOptions_CType_descriptor();
157 class LIBPROTOBUF_EXPORT FileDescriptorSet : public ::google::protobuf::Message {
[all …]
Dwire_format.h75 class LIBPROTOBUF_EXPORT WireFormat {
266 class LIBPROTOBUF_EXPORT UnknownFieldSetFieldSkipper : public FieldSkipper {
Dmessage.h165 class LIBPROTOBUF_EXPORT Message : public MessageLite {
357 class LIBPROTOBUF_EXPORT Reflection {
720 class LIBPROTOBUF_EXPORT MessageFactory {
785 LIBPROTOBUF_EXPORT \
Dextension_set.h117 class LIBPROTOBUF_EXPORT ExtensionFinder {
127 class LIBPROTOBUF_EXPORT GeneratedExtensionFinder : public ExtensionFinder {
157 class LIBPROTOBUF_EXPORT ExtensionSet {
419 class LIBPROTOBUF_EXPORT LazyMessageExtension {
709 class LIBPROTOBUF_EXPORT RepeatedPrimitiveGenericTypeTraits {
781 class LIBPROTOBUF_EXPORT StringTypeTraits { in PROTOBUF_DEFINE_PRIMITIVE_TYPE()
801 class LIBPROTOBUF_EXPORT RepeatedStringTypeTraits {
1010 class LIBPROTOBUF_EXPORT RepeatedMessageGenericTypeTraits {
Dreflection_ops.h57 class LIBPROTOBUF_EXPORT ReflectionOps {
Dunknown_field_set.h74 class LIBPROTOBUF_EXPORT UnknownFieldSet {
154 class LIBPROTOBUF_EXPORT UnknownField {
Ddynamic_message.h70 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h63 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 {
Dzero_copy_stream_impl_lite.h61 class LIBPROTOBUF_EXPORT ArrayInputStream : public ZeroCopyInputStream {
95 class LIBPROTOBUF_EXPORT ArrayOutputStream : public ZeroCopyOutputStream {
127 class LIBPROTOBUF_EXPORT StringOutputStream : public ZeroCopyOutputStream {
169 class LIBPROTOBUF_EXPORT CopyingInputStream {
195 class LIBPROTOBUF_EXPORT CopyingInputStreamAdaptor : public ZeroCopyInputStream {
263 class LIBPROTOBUF_EXPORT CopyingOutputStream {
279 class LIBPROTOBUF_EXPORT CopyingOutputStreamAdaptor : public ZeroCopyOutputStream {
Dzero_copy_stream.h124 class LIBPROTOBUF_EXPORT ZeroCopyInputStream {
181 class LIBPROTOBUF_EXPORT ZeroCopyOutputStream {
Dgzip_stream.h56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
110 class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
Dtokenizer.h57 class LIBPROTOBUF_EXPORT ErrorCollector {
83 class LIBPROTOBUF_EXPORT Tokenizer {
/external/protobuf/src/google/protobuf/compiler/
Dimporter.h76 class LIBPROTOBUF_EXPORT SourceTreeDescriptorDatabase : public DescriptorDatabase {
112 class LIBPROTOBUF_EXPORT ValidationErrorCollector : public DescriptorPool::ErrorCollector {
142 class LIBPROTOBUF_EXPORT Importer {
181 class LIBPROTOBUF_EXPORT MultiFileErrorCollector {
199 class LIBPROTOBUF_EXPORT SourceTree {
224 class LIBPROTOBUF_EXPORT DiskSourceTree : public SourceTree {
Dparser.h65 class LIBPROTOBUF_EXPORT Parser {
208 class LIBPROTOBUF_EXPORT LocationRecorder {
489 class LIBPROTOBUF_EXPORT SourceLocationTable {
/external/protobuf/
Dgenerate_descriptor_proto.sh31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \

12