Lines Matching defs:google
3 // https://developers.google.com/protocol-buffers/
31 // Author: jschorr@google.com (Joseph Schorr)
46 #include <google/protobuf/stubs/common.h>
47 #include <google/protobuf/descriptor.h>
48 #include <google/protobuf/message.h>
49 #include <google/protobuf/message_lite.h>
50 #include <google/protobuf/port.h>
52 #include <google/protobuf/port_def.inc>
58 namespace google {
324 // If expand==true, expand google.protobuf.Any payloads. The output
448 // Another use is to parse the output from google::protobuf::Message::DebugString()
450 // google::protobuf::TextFormat::Print().
454 // google::protobuf::MessageLite::ParseFromString().
642 } // namespace google
644 #include <google/protobuf/port_undef.inc>