Searched refs:testMessage (Results 1 - 11 of 11) sorted by relevance
/third_party/node/test/fixtures/wpt/streams/transferable/resources/ |
H A D | helpers.js | 35 function testMessage(msg) { 44 resolve(testMessage(ev)); 62 resolve(testMessage(ev)); 125 self.testMessage = testMessage;
|
H A D | service-worker.js | 24 msg.waitUntil(testMessage(msg)
|
/third_party/protobuf/conformance/ |
H A D | ConformanceJava.java | 238 com.google.protobuf.AbstractMessage testMessage; in doTest() 250 testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto3.parser(), extensions); in doTest() 258 testMessage = parseBinary(request.getProtobufPayload(), TestAllTypesProto2.parser(), extensions); in doTest() 278 testMessage = builder.build(); in doTest() 283 testMessage = builder.build(); in doTest() 298 testMessage = builder.build(); in doTest() 309 testMessage = builder.build(); in doTest() 334 ByteString MessageString = testMessage.toByteString(); in doTest() 341 JsonFormat.printer().usingTypeRegistry(typeRegistry).print(testMessage)).build(); in doTest() 349 TextFormat.printToString(testMessage)) in doTest() [all...] |
H A D | conformance_nodejs.js | 43 var testMessage; 56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary( 64 testMessage = test_messages_proto2.TestAllTypesProto2.deserializeBinary( 94 response.setProtobufPayload(testMessage.serializeBinary());
|
H A D | ConformanceJavaLite.java | 77 Conformance.TestAllTypes testMessage; in doTest() 82 testMessage = Conformance.TestAllTypes.parseFrom(request.getProtobufPayload()); in doTest() 106 return Conformance.ConformanceResponse.newBuilder().setProtobufPayload(testMessage.toByteString()).build(); in doTest()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | units_test.cpp | 870 CharString testMessage("Test case \"", status); in checkOutput() 871 testMessage.append(msg, status); in checkOutput() 872 testMessage.append("\": expected output: ", status); in checkOutput() 873 testMessage.append(expected.toDebugString().c_str(), status); in checkOutput() 874 testMessage.append(", obtained output:", status); in checkOutput() 876 testMessage.append(" ", status); in checkOutput() 877 testMessage.append(std::to_string(actual[i]->getNumber().getDouble(status)), status); in checkOutput() 878 testMessage.append(" ", status); in checkOutput() 879 testMessage.appendInvariantChars(actual[i]->getUnit().getIdentifier(), status); in checkOutput() 881 if (!unitsTest->assertEquals(testMessage in checkOutput() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | keywords_test.py | 48 def testMessage(self): member in KeywordsConflictTest
|
H A D | descriptor_pool_test.py | 901 def testMessage(self): member in AddDescriptorTest
|
/third_party/protobuf/php/tests/ |
H A D | ArrayTest.php | 457 public function testMessage() function
|
H A D | MapFieldTest.php | 409 public function testMessage() { function
|
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
H A D | LiteTest.java | 2427 TestAllTypesLite testMessage = in testUnpairedSurrogatesReplacedByQuestionMark() 2429 ByteString serializedMessage = testMessage.toByteString(); in testUnpairedSurrogatesReplacedByQuestionMark()
|
Completed in 9 milliseconds