OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestPackedTypes
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/core/src/test/java/com/google/protobuf/
WireFormatTest.java
45
import protobuf_unittest.UnittestProto.
TestPackedTypes
;
72
TestPackedTypes
message = TestUtil.getPackedSet();
77
TestPackedTypes
message2 =
TestPackedTypes
.parseFrom(rawBytes);
97
//
TestPackedTypes
and TestPackedExtensions should have compatible wire
102
TestPackedTypes
message2 = TestUtil.getPackedSet();
113
TestPackedTypes
message = TestUtil.getPackedSet();
124
TestPackedTypes
message2 =
TestPackedTypes
.parseFrom(
145
//
TestPackedTypes
and TestPackedExtensions should have compatible wir
[
all
...]
AbstractMessageTest.java
39
import protobuf_unittest.UnittestProto.
TestPackedTypes
;
288
TestPackedTypes
.parseFrom(abstractMessage.toByteString()));
296
new AbstractMessageWrapper.Builder(
TestPackedTypes
.newBuilder());
299
TestUtil.assertPackedFieldsSet((
TestPackedTypes
) message.wrappedMessage);
324
new AbstractMessageWrapper.Builder(
TestPackedTypes
.newBuilder());
327
TestUtil.assertPackedFieldsSet((
TestPackedTypes
) message.wrappedMessage);
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestProto3.cs
179
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.TestProtos.
TestPackedTypes
), global::Google.Protobuf.TestProtos.
TestPackedTypes
.Parser, new[]{ "PackedInt32", "PackedInt64", "PackedUint32", "PackedUint64", "PackedSint32", "PackedSint64", "PackedFixed32", "PackedFixed64", "PackedSfixed32", "PackedSfixed64", "PackedFloat", "PackedDouble", "PackedBool", "PackedEnum" }, null, null, null),
[
all
...]
Completed in 428 milliseconds