Home | History | Annotate | Download | only in conformance

Lines Matching refs:PROTOBUF

36 #include <google/protobuf/stubs/common.h>
37 #include <google/protobuf/stubs/stringprintf.h>
38 #include <google/protobuf/text_format.h>
39 #include <google/protobuf/util/json_util.h>
40 #include <google/protobuf/util/field_comparator.h>
41 #include <google/protobuf/util/message_differencer.h>
42 #include <google/protobuf/util/type_resolver_util.h>
43 #include <google/protobuf/wire_format_lite.h>
51 using google::protobuf::Descriptor;
52 using google::protobuf::FieldDescriptor;
53 using google::protobuf::internal::WireFormatLite;
54 using google::protobuf::TextFormat;
55 using google::protobuf::util::DefaultFieldComparator;
56 using google::protobuf::util::JsonToBinaryString;
57 using google::protobuf::util::MessageDifferencer;
58 using google::protobuf::util::NewTypeResolverForDescriptorPool;
59 using google::protobuf::util::Status;
171 namespace protobuf {
255 case conformance::PROTOBUF:
289 "Test was asked for protobuf output but provided JSON instead.");
304 "INTERNAL ERROR: internal JSON->protobuf transcode "
313 if (requested_output != conformance::PROTOBUF) {
316 "Test was asked for JSON output but provided protobuf instead.");
322 "Protobuf output we received from test was unparseable.");
350 // Expect that this precise protobuf will cause a parse error.
358 // We don't expect output, but if the program erroneously accepts the protobuf
360 request.set_requested_output_format(conformance::PROTOBUF);
373 // Expect that this protobuf will cause a parse error, even if it is followed
374 // by valid protobuf data. We can try running this twice: once with this
388 conformance::PROTOBUF);
398 input.SerializeAsString(), conformance::PROTOBUF,
453 // We don't expect output, but if the program erroneously accepts the protobuf
1810 "@type": "type.googleapis.com/google.protobuf.Any",
1819 [type.googleapis.com/google.protobuf.Any] {
1847 "@type": "type.googleapis.com/google.protobuf.Int32Value",
1853 [type.googleapis.com/google.protobuf.Int32Value] {
1862 "@type": "type.googleapis.com/google.protobuf.Duration",
1868 [type.googleapis.com/google.protobuf.Duration] {
1878 "@type": "type.googleapis.com/google.protobuf.Timestamp",
1884 [type.googleapis.com/google.protobuf.Timestamp] {
1894 "@type": "type.googleapis.com/google.protobuf.FieldMask",
1900 [type.googleapis.com/google.protobuf.FieldMask] {
1909 "@type": "type.googleapis.com/google.protobuf.Struct",
1917 [type.googleapis.com/google.protobuf.Struct] {
1931 "@type": "type.googleapis.com/google.protobuf.Value",
1939 [type.googleapis.com/google.protobuf.Value] {
1955 "@type": "type.googleapis.com/google.protobuf.Value",
1961 [type.googleapis.com/google.protobuf.Value] {
2005 } // namespace protobuf