Lines Matching refs:google
3 // https://developers.google.com/protocol-buffers/
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;
73 namespace google {
250 } // namespace google
257 if (!google::protobuf::DoTestIo()) {