Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Side by Side Diff: third_party/protobuf/php/ext/google/protobuf/test.php

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?php
2
3
4 namespace Google\Protobuf;
5
6 $pool = get_generated_pool();
7 $pool->addMessage("TestMessage")
8 ->optional("optional_int32_a", "int32", 1)
9 ->optional("optional_int32_b", "int32", 2)
10 ->finalizeToPool()
11 ->finalize();
12
13 $test_message = new \TestMessage();
14
15 ?>
OLDNEW
« no previous file with comments | « third_party/protobuf/php/ext/google/protobuf/storage.c ('k') | third_party/protobuf/php/ext/google/protobuf/type_check.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698