OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:repeatedGroup
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/core/src/test/java/com/google/protobuf/
TestUtil.java
370
TestAllTypes.
RepeatedGroup
.newBuilder().setA(217).build());
405
TestAllTypes.
RepeatedGroup
.newBuilder().setA(317).build());
478
TestAllTypes.
RepeatedGroup
.newBuilder().setA(517).build());
[
all
...]
LiteTest.java
47
import com.google.protobuf.UnittestLite.TestAllTypesLite.
RepeatedGroup
;
642
singletonList(
RepeatedGroup
.getDefaultInstance()));
645
singletonList(
RepeatedGroup
.getDefaultInstance()),
652
singletonList(
RepeatedGroup
.getDefaultInstance()),
[
all
...]
Completed in 123 milliseconds