Searched refs:LIBPROTOBUF_EXPORT (Results 1 – 25 of 32) sorted by relevance
12
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.h | 123 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 …]
|
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 | common.h | 95 #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 …]
|
D | substitute.h | 140 LIBPROTOBUF_EXPORT string Substitute( 153 LIBPROTOBUF_EXPORT void SubstituteAndAppend(
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_util.h | 64 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);
|
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 | service.h | 125 class LIBPROTOBUF_EXPORT Service { 202 class LIBPROTOBUF_EXPORT RpcController { 268 class LIBPROTOBUF_EXPORT RpcChannel {
|
D | text_format.h | 62 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 {
|
D | generated_enum_reflection.h | 68 LIBPROTOBUF_EXPORT bool ParseNamedEnum(const EnumDescriptor* descriptor, 85 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
|
D | descriptor.h | 126 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 {
|
D | descriptor.pb.h | 34 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 …]
|
D | wire_format.h | 75 class LIBPROTOBUF_EXPORT WireFormat { 266 class LIBPROTOBUF_EXPORT UnknownFieldSetFieldSkipper : public FieldSkipper {
|
D | message.h | 165 class LIBPROTOBUF_EXPORT Message : public MessageLite { 357 class LIBPROTOBUF_EXPORT Reflection { 720 class LIBPROTOBUF_EXPORT MessageFactory { 785 LIBPROTOBUF_EXPORT \
|
D | extension_set.h | 117 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 {
|
D | reflection_ops.h | 57 class LIBPROTOBUF_EXPORT ReflectionOps {
|
D | unknown_field_set.h | 74 class LIBPROTOBUF_EXPORT UnknownFieldSet { 154 class LIBPROTOBUF_EXPORT UnknownField {
|
D | dynamic_message.h | 70 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
|
/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 | 61 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 {
|
D | zero_copy_stream.h | 124 class LIBPROTOBUF_EXPORT ZeroCopyInputStream { 181 class LIBPROTOBUF_EXPORT ZeroCopyOutputStream {
|
D | gzip_stream.h | 56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream { 110 class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
|
D | tokenizer.h | 57 class LIBPROTOBUF_EXPORT ErrorCollector { 83 class LIBPROTOBUF_EXPORT Tokenizer {
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.h | 76 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 {
|
D | parser.h | 65 class LIBPROTOBUF_EXPORT Parser { 208 class LIBPROTOBUF_EXPORT LocationRecorder { 489 class LIBPROTOBUF_EXPORT SourceLocationTable {
|
/external/protobuf/ |
D | generate_descriptor_proto.sh | 31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \
|
12