summaryrefslogtreecommitdiff
path: root/upb/google/proto1.h
diff options
context:
space:
mode:
authorJosh Haberman <haberman@google.com>2013-05-11 16:45:38 -0700
committerJosh Haberman <haberman@google.com>2013-05-11 16:45:38 -0700
commitcfdb9907cb87d15eaab72ceefbfa42fd7a4c3127 (patch)
tree63f5d70ad64daeeb4ffc777c2c3afd50e2e281b1 /upb/google/proto1.h
parent7d3e2bd2c4cfd1296d1d6f996d7548de26540d41 (diff)
Synced with 3 months of Google-internal development.
Major changes: - Got rid of all bytestream interfaces in favor of using regular handlers. - new Pipeline object represents a upb pipeline, does bump allocation internally to manage memory. - proto2 support now can handle extensions.
Diffstat (limited to 'upb/google/proto1.h')
-rw-r--r--upb/google/proto1.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/upb/google/proto1.h b/upb/google/proto1.h
index f35fb13..eb550ac 100644
--- a/upb/google/proto1.h
+++ b/upb/google/proto1.h
@@ -38,14 +38,12 @@ bool TrySetProto1WriteHandlers(const proto2::FieldDescriptor* proto2_f,
// Returns a prototype for the given field in "m", if it is weak. The returned
// message could be the linked-in message type or OpaqueMessage, if the weak
// message is *not* linked in. Otherwise returns NULL.
-const proto2::Message* GetProto1WeakPrototype(
- const proto2::Message& m,
- const proto2::FieldDescriptor* f);
+const proto2::Message* GetProto1WeakPrototype(const proto2::Message& m,
+ const proto2::FieldDescriptor* f);
// Returns a prototype for the given non-weak field in "m".
const proto2::Message* GetProto1FieldPrototype(
- const proto2::Message& m,
- const proto2::FieldDescriptor* f);
+ const proto2::Message& m, const proto2::FieldDescriptor* f);
} // namespace google
} // namespace upb
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback