Merge branch 'master' of https://github.com/zsurocking/protobuf
This commit is contained in:
commit
ebcd51ce0f
@ -30,20 +30,20 @@
|
||||
|
||||
package com.google.protobuf.nano;
|
||||
|
||||
import com.google.protobuf.nano.MapTestProto.nano.TestMap;
|
||||
import com.google.protobuf.nano.MapTestProto.TestMap;
|
||||
import com.google.protobuf.nano.CodedOutputByteBufferNano;
|
||||
import com.google.protobuf.nano.MapTestProto.nano.TestMap.MessageValue;
|
||||
import com.google.protobuf.nano.MapTestProto.TestMap.MessageValue;
|
||||
import com.google.protobuf.nano.NanoAccessorsOuterClass.TestNanoAccessors;
|
||||
import com.google.protobuf.nano.NanoHasOuterClass.TestAllTypesNanoHas;
|
||||
import com.google.protobuf.nano.NanoOuterClass.TestAllTypesNano;
|
||||
import com.google.protobuf.nano.UnittestRecursiveNano.nano.RecursiveMessageNano;
|
||||
import com.google.protobuf.nano.UnittestRecursiveNano.RecursiveMessageNano;
|
||||
import com.google.protobuf.nano.NanoReferenceTypesCompat;
|
||||
import com.google.protobuf.nano.UnittestSimpleNano.nano.SimpleMessageNano;
|
||||
import com.google.protobuf.nano.UnittestSingleNano.nano.SingleMessageNano;
|
||||
import com.google.protobuf.nano.testext.Extensions;
|
||||
import com.google.protobuf.nano.testext.Extensions.AnotherMessage;
|
||||
import com.google.protobuf.nano.testext.Extensions.MessageWithGroup;
|
||||
import com.google.protobuf.nano.testimport.UnittestImportNano;
|
||||
import com.google.protobuf.nano.UnittestSimpleNano.SimpleMessageNano;
|
||||
import com.google.protobuf.nano.UnittestSingleNano.SingleMessageNano;
|
||||
import com.google.protobuf.nano.testext.nano.Extensions;
|
||||
import com.google.protobuf.nano.testext.nano.Extensions.AnotherMessage;
|
||||
import com.google.protobuf.nano.testext.nano.Extensions.MessageWithGroup;
|
||||
import com.google.protobuf.nano.testimport.nano.UnittestImportNano;
|
||||
|
||||
import junit.framework.TestCase;
|
||||
|
||||
|
@ -32,7 +32,7 @@ syntax = "proto3";
|
||||
|
||||
package map_test;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "MapTestProto";
|
||||
|
||||
message TestMap {
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "NanoAccessorsOuterClass";
|
||||
|
||||
message TestNanoAccessors {
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_multiple_files = true;
|
||||
|
||||
enum FileScopeEnumMultiple {
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "EnumClassNanos";
|
||||
|
||||
enum FileScopeEnum {
|
||||
|
@ -1,6 +1,6 @@
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "EnumValidity";
|
||||
|
||||
enum E {
|
||||
|
@ -1,7 +1,7 @@
|
||||
syntax = "proto2";
|
||||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
|
||||
import "google/protobuf/nano/unittest_extension_nano.proto";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
syntax = "proto2";
|
||||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
|
||||
import "google/protobuf/nano/unittest_extension_nano.proto";
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
syntax = "proto2";
|
||||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
|
||||
import "google/protobuf/nano/unittest_extension_nano.proto";
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "NanoHasOuterClass";
|
||||
|
||||
message TestAllTypesNanoHas {
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest_import;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "MultipleNameClashNano";
|
||||
option java_multiple_files = true;
|
||||
|
||||
|
@ -34,7 +34,7 @@ package protobuf_unittest_import;
|
||||
|
||||
import "google/protobuf/nano/unittest_import_nano.proto";
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_multiple_files = true;
|
||||
|
||||
enum FileScopeEnum {
|
||||
|
@ -34,7 +34,7 @@ package protobuf_unittest;
|
||||
|
||||
import "google/protobuf/nano/unittest_import_nano.proto";
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "NanoOuterClass";
|
||||
|
||||
// Same as TestAllTypes but with the nano runtime.
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
package protobuf_unittest_import;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
// Explicit outer classname to suppress legacy info.
|
||||
option java_outer_classname = "UnittestRecursiveNano";
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "NanoReferenceTypes";
|
||||
|
||||
message TestAllTypesNano {
|
||||
|
@ -34,7 +34,7 @@ package protobuf_unittest;
|
||||
|
||||
import "google/protobuf/nano/unittest_nano.proto";
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_multiple_files = true;
|
||||
|
||||
// A container message for testing the merging of repeated fields at a
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
option java_outer_classname = "NanoRepeatedPackables";
|
||||
|
||||
enum Enum {
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
package protobuf_unittest_import;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
// Explicit outer classname to suppress legacy info.
|
||||
option java_outer_classname = "UnittestSimpleNano";
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
|
||||
package protobuf_unittest_import;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
|
||||
message SingleMessageNano {
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
package protobuf_unittest_import;
|
||||
|
||||
option java_package = "com.google.protobuf.nano";
|
||||
option java_package = "com.google.protobuf";
|
||||
// Explicit outer classname to suppress legacy info.
|
||||
option java_outer_classname = "UnittestStringutf8Nano";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user