HomeSort by relevance Sort by last modified time
    Searched refs:LIBPROTOBUF_EXPORT (Results 1 - 25 of 32) sorted by null

1 2

  /external/protobuf/src/google/protobuf/stubs/
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);
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...]
common.h 95 #define LIBPROTOBUF_EXPORT __declspec(dllexport)
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...]
once.h 121 LIBPROTOBUF_EXPORT
substitute.h 140 LIBPROTOBUF_EXPORT string Substitute(
153 LIBPROTOBUF_EXPORT void SubstituteAndAppend(
  /external/protobuf/src/google/protobuf/
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() {
83 LIBPROTOBUF_EXPORT inline const ::std::string& GetEmptyString() {
94 LIBPROTOBUF_EXPORT int StringSpaceUsedExcludingSelf(const string& str);
generated_enum_reflection.h 68 LIBPROTOBUF_EXPORT bool ParseNamedEnum(const EnumDescriptor* descriptor,
85 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
service.h 125 class LIBPROTOBUF_EXPORT Service {
202 class LIBPROTOBUF_EXPORT RpcController {
268 class LIBPROTOBUF_EXPORT RpcChannel {
reflection_ops.h 57 class LIBPROTOBUF_EXPORT ReflectionOps {
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 {
dynamic_message.h 70 class LIBPROTOBUF_EXPORT DynamicMessageFactory : public MessageFactory {
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 {
message_lite.h 77 class LIBPROTOBUF_EXPORT MessageLite {
wire_format.h 75 class LIBPROTOBUF_EXPORT WireFormat {
266 class LIBPROTOBUF_EXPORT UnknownFieldSetFieldSkipper : public FieldSkipper {
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 {
    [all...]
message.h 165 class LIBPROTOBUF_EXPORT Message : public MessageLite {
357 class LIBPROTOBUF_EXPORT Reflection {
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream.h 124 class LIBPROTOBUF_EXPORT ZeroCopyInputStream {
181 class LIBPROTOBUF_EXPORT ZeroCopyOutputStream {
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 {
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
    [all...]
gzip_stream.h 56 class LIBPROTOBUF_EXPORT GzipInputStream : public ZeroCopyInputStream {
110 class LIBPROTOBUF_EXPORT GzipOutputStream : public ZeroCopyOutputStream {
printer.h 64 class LIBPROTOBUF_EXPORT Printer {
tokenizer.h 57 class LIBPROTOBUF_EXPORT ErrorCollector {
83 class LIBPROTOBUF_EXPORT Tokenizer {
  /external/protobuf/src/google/protobuf/compiler/
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 {
parser.h 65 class LIBPROTOBUF_EXPORT Parser {
208 class LIBPROTOBUF_EXPORT LocationRecorder {
489 class LIBPROTOBUF_EXPORT SourceLocationTable {
  /external/protobuf/
generate_descriptor_proto.sh 31 ./protoc --cpp_out=dllexport_decl=LIBPROTOBUF_EXPORT:. google/protobuf/descriptor.proto && \

Completed in 424 milliseconds

1 2