Home
last modified time | relevance | path

Searched refs:testAny (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java536 TestAny testAny = in testPrintAny_customBuiltTypeRegistry()
548 .printToString(testAny); in testPrintAny_customBuiltTypeRegistry()
590 DynamicMessage testAny = in testPrintAny_anyWithDynamicMessage()
602 .printToString(testAny); in testPrintAny_anyWithDynamicMessage()
619 DynamicMessage testAny = in testPrintAny_anyFromWithNoValueField()
628 .printToString(testAny); in testPrintAny_anyFromWithNoValueField()
642 DynamicMessage testAny = in testPrintAny_anyFromWithNoTypeUrlField()
651 .printToString(testAny); in testPrintAny_anyFromWithNoTypeUrlField()
671 DynamicMessage testAny = in testPrintAny_anyWithInvalidFieldType()
681 .printToString(testAny); in testPrintAny_anyWithInvalidFieldType()
[all...]
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DJsonFormatTest.java1100 TestAny.Builder testAny = TestAny.newBuilder(); in testAnyInMaps()
1101 testAny.putAnyMap("int32_wrapper", Any.pack(Int32Value.newBuilder().setValue(123).build())); in testAnyInMaps()
1102 testAny.putAnyMap("int64_wrapper", Any.pack(Int64Value.newBuilder().setValue(456).build())); in testAnyInMaps()
1103 testAny.putAnyMap("timestamp", Any.pack(Timestamps.parse("1969-12-31T23:59:59Z"))); in testAnyInMaps()
1104 testAny.putAnyMap("duration", Any.pack(Durations.parse("12345.1s"))); in testAnyInMaps()
1105 testAny.putAnyMap("field_mask", Any.pack(FieldMaskUtil.fromString("foo.bar,baz"))); in testAnyInMaps()
1109 testAny.putAnyMap("struct", Any.pack(struct.build())); in testAnyInMaps()
1111 testAny.putAnyMap( in testAnyInMaps()
1114 testAny.putAnyMap("number_value", Any.pack(numberValue)); in testAnyInMaps()
1115 testAny in testAnyInMaps()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnarrowingByTypeofInSwitch.js78 function testAny(x: any) { function
408 function testAny(x) {
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DEdgeTest.java49 public void testAny() { in testAny() method in EdgeTest
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeSpecificationTest.java121 public void testAny() { in testAny() method in RangeSpecificationTest
/third_party/protobuf/php/tests/
H A DWellKnownTest.php55 public function testAny() function

Completed in 6 milliseconds