Searched refs:testAny (Results 1 – 8 of 8) sorted by relevance
1050 TestAny.Builder testAny = TestAny.newBuilder(); in testAnyInMaps() local1051 testAny.putAnyMap("int32_wrapper", Any.pack(Int32Value.newBuilder().setValue(123).build())); in testAnyInMaps()1052 testAny.putAnyMap("int64_wrapper", Any.pack(Int64Value.newBuilder().setValue(456).build())); in testAnyInMaps()1053 testAny.putAnyMap("timestamp", Any.pack(Timestamps.parse("1969-12-31T23:59:59Z"))); in testAnyInMaps()1054 testAny.putAnyMap("duration", Any.pack(Durations.parse("12345.1s"))); in testAnyInMaps()1055 testAny.putAnyMap("field_mask", Any.pack(FieldMaskUtil.fromString("foo.bar,baz"))); in testAnyInMaps()1059 testAny.putAnyMap("struct", Any.pack(struct.build())); in testAnyInMaps()1061 testAny.putAnyMap( in testAnyInMaps()1064 testAny.putAnyMap("number_value", Any.pack(numberValue)); in testAnyInMaps()1065 testAny.putAnyMap("any_value_number", Any.pack(Any.pack(numberValue))); in testAnyInMaps()[all …]
44 public void testAny() { in testAny() method in MatcherTest
54 public function testAny() function in WellKnownTest
213 public void testAny() {
332 public void testAny() { in testAny() method in IteratorsTest
1580 def testAny(self): member in NonStringDecoderTestCase