Lines Matching defs:protobuf
35 #include <google/protobuf/message.h>
36 #include <google/protobuf/text_format.h>
37 #include <google/protobuf/util/json_util.h>
38 #include <google/protobuf/util/type_resolver_util.h>
40 #include <google/protobuf/test_messages_proto2.pb.h>
41 #include <google/protobuf/test_messages_proto3.pb.h>
42 #include <google/protobuf/stubs/status.h>
46 using google::protobuf::Descriptor;
47 using google::protobuf::DescriptorPool;
48 using google::protobuf::Message;
49 using google::protobuf::MessageFactory;
50 using google::protobuf::TextFormat;
51 using google::protobuf::util::BinaryToJsonString;
52 using google::protobuf::util::JsonParseOptions;
53 using google::protobuf::util::JsonToBinaryString;
54 using google::protobuf::util::NewTypeResolverForDescriptorPool;
55 using google::protobuf::util::TypeResolver;
74 namespace protobuf {
115 // http://stackoverflow.com/questions/22121922/how-can-i-get-more-details-about-errors-generated-during-protobuf-parsing-c
249 } // namespace protobuf
257 if (!google::protobuf::DoTestIo()) {