OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testOneofEquals
(Results
1 - 3
of
3
) sorted by null
/external/protobuf/java/core/src/test/java/com/google/protobuf/
LiteEqualsAndHashTest.java
36
import protobuf_unittest.lite_equals_and_hash.LiteEqualsAndHash.
TestOneofEquals
;
88
public void
testOneofEquals
() throws Exception {
89
TestOneofEquals
.Builder builder =
TestOneofEquals
.newBuilder();
90
TestOneofEquals
message1 = builder.build();
94
TestOneofEquals
message2 = builder.build();
FieldPresenceTest.java
145
public void
testOneofEquals
() throws Exception {
LiteTest.java
53
import protobuf_unittest.lite_equals_and_hash.LiteEqualsAndHash.
TestOneofEquals
;
[
all
...]
Completed in 662 milliseconds