Home
last modified time | relevance | path

Searched refs:setAllFields (Results 1 – 25 of 26) sorted by relevance

12

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DAnyTest.java42 TestUtil.setAllFields(builder); in testAnyGeneratedApi()
76 TestUtil.setAllFields(builder); in testCustomTypeUrls()
115 TestUtil.setAllFields(builder); in testCachedUnpackResult()
DDynamicMessageTest.java173 TestUtil.setAllFields(builder); in testDynamicMessageParsing()
241 TestUtil.setAllFields(builder); in testDynamicMessageCopy()
DGeneratedMessageTest.java252 TestUtil.setAllFields(builder); in testMessageOrBuilder()
439 TestUtil.setAllFields(builder); in testRepeatedSetters()
627 TestUtil.setAllFields(builder); in testClear()
634 TestUtil.setAllFields(builder); in testReflectionGetters()
943 TestUtil.setAllFields(builder); in testToBuilder()
985 TestUtil.setAllFields(builder); in testSerialize()
DTestUtilLite.java155 setAllFields(builder); in getAllLiteSetBuilder()
176 public static void setAllFields(TestAllTypesLite.Builder builder) { in setAllFields() method in TestUtilLite
DCodedInputStreamTest.java493 TestUtil.setAllFields(builder); in testReadHugeBlob()
DTestUtil.java280 setAllFields(builder); in getAllSet()
290 setAllFields(builder); in getAllSetBuilder()
323 public static void setAllFields(TestAllTypes.Builder message) { in setAllFields() method in TestUtil
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DGeneratedMessageTest.java89 TestUtil.setAllFields(builder); in testMessageOrBuilder()
274 TestUtil.setAllFields(builder); in testRepeatedSetters()
429 TestUtil.setAllFields(builder); in testClear()
436 TestUtil.setAllFields(builder); in testReflectionGetters()
677 TestUtil.setAllFields(builder); in testToBuilder()
721 TestUtil.setAllFields(builder); in testSerialize()
DDynamicMessageTest.java180 TestUtil.setAllFields(builder); in testDynamicMessageParsing()
240 TestUtil.setAllFields(builder); in testDynamicMessageCopy()
DCodedInputStreamTest.java340 TestUtil.setAllFields(builder); in testReadHugeBlob()
DTestUtil.java180 setAllFields(builder); in getAllSet()
190 setAllFields(builder); in getAllSetBuilder()
226 public static void setAllFields(TestAllTypes.Builder message) { in setAllFields() method in TestUtil
/third_party/protobuf/objectivec/Tests/
DGPBTestUtilities.h57 - (void)setAllFields:(TestAllTypes *)message repeatedCount:(uint32_t)count;
DGPBPerfTests.m58 [self setAllFields:message repeatedCount:kRepeatedCount];
73 [self setAllFields:allTypesMessage repeatedCount:2];
90 [self setAllFields:allTypesMessage repeatedCount:2];
DGPBMessageTests.m416 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
422 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
437 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
580 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
588 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
597 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
DGPBUtilitiesTests.m118 [self setAllFields:message repeatedCount:2];
DGPBCodedInputStreamTests.m326 [self setAllFields:message repeatedCount:kGPBDefaultRepeatCount];
DGPBTestUtilities.m729 - (void)setAllFields:(TestAllTypes *)message repeatedCount:(uint32_t)count {
1199 [self setAllFields:message repeatedCount:count];
/third_party/skia/third_party/externals/icu/source/i18n/
Dchnsecal.h195 int32_t gmonth, UBool setAllFields);
Dchnsecal.cpp674 UBool setAllFields) { in computeChineseFields() argument
713 if (setAllFields) { in computeChineseFields()
/third_party/icu/icu4c/source/i18n/
Dchnsecal.h195 int32_t gmonth, UBool setAllFields);
Dchnsecal.cpp674 UBool setAllFields) { in computeChineseFields() argument
713 if (setAllFields) { in computeChineseFields()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DChineseCalendar.java854 boolean setAllFields) { in computeChineseFields() argument
893 if (setAllFields) { in computeChineseFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DChineseCalendar.java835 boolean setAllFields) { in computeChineseFields() argument
874 if (setAllFields) { in computeChineseFields()
/third_party/node/deps/icu-small/source/i18n/
Dchnsecal.h253 int32_t gmonth, UBool setAllFields);
Dchnsecal.cpp684 UBool setAllFields) { in computeChineseFields() argument
731 if (setAllFields) { in computeChineseFields()
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java87 private void setAllFields(TestAllTypes.Builder builder) { in setAllFields() method in JsonFormatTest
187 setAllFields(builder); in testAllFields()
1601 setAllFields(builder); in testOmittingInsignificantWhiteSpace()

12