Home
last modified time | relevance | path

Searched refs:testAny (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DJsonFormatTest.java1050 TestAny.Builder testAny = TestAny.newBuilder(); in testAnyInMaps() local
1051 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 …]
/external/guice/core/test/com/google/inject/matcher/
DMatcherTest.java44 public void testAny() { in testAny() method in MatcherTest
/external/protobuf/php/tests/
Dwell_known_test.php54 public function testAny() function in WellKnownTest
/external/guava/guava-tests/test/com/google/common/collect/
DIterablesTest.java213 public void testAny() {
DIteratorsTest.java332 public void testAny() { in testAny() method in IteratorsTest
/external/guava/android/guava-tests/test/com/google/common/collect/
DIterablesTest.java213 public void testAny() {
DIteratorsTest.java332 public void testAny() { in testAny() method in IteratorsTest
/external/python/pyasn1/tests/codec/ber/
Dtest_decoder.py1580 def testAny(self): member in NonStringDecoderTestCase