OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestUnpackedTypes
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/core/src/test/java/com/google/protobuf/
AbstractMessageTest.java
42
import protobuf_unittest.UnittestProto.
TestUnpackedTypes
;
307
TestUnpackedTypes
.parseFrom(abstractMessage.toByteString()));
315
new AbstractMessageWrapper.Builder(
TestUnpackedTypes
.newBuilder());
319
(
TestUnpackedTypes
) message.wrappedMessage);
332
new AbstractMessageWrapper.Builder(
TestUnpackedTypes
.newBuilder());
336
(
TestUnpackedTypes
) message.wrappedMessage);
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs
180
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.
TestUnpackedTypes
), global::Google.Protobuf.TestProtos.
TestUnpackedTypes
.Parser, new[]{ "UnpackedInt32", "UnpackedInt64", "UnpackedUint32", "UnpackedUint64", "UnpackedSint32", "UnpackedSint64", "UnpackedFixed32", "UnpackedFixed64", "UnpackedSfixed32", "UnpackedSfixed64", "UnpackedFloat", "UnpackedDouble", "UnpackedBool", "UnpackedEnum" }, null, null, null),
[
all
...]
Completed in 262 milliseconds