Home
last modified time | relevance | path

Searched refs:msg5 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/test/
Dcurve448_internal_test.c252 static const uint8_t msg5[12] = { variable
617 || !TEST_true(ossl_ed448_sign(NULL, outsig, msg5, sizeof(msg5), in test_ed448()
/third_party/protobuf/objectivec/Tests/
DGPBSwiftTests.swift275 let msg5 = Message2() in testAutoCreation() variable
276 msg5.optionalInt32 = 123 in testAutoCreation()
277 msg.optional = msg5 in testAutoCreation()
282 XCTAssertTrue(msg.optional === msg5) in testAutoCreation()
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc883 unittest::Uint32Message msg5; in TEST() local
884 ASSERT_TRUE(msg5.ParseFromString(serialized)); in TEST()
885 ASSERT_EQ(static_cast<uint32>(data), msg5.data()); in TEST()
/third_party/googletest/googletest/test/
Dgtest_unittest.cc3586 const std::string msg5( in TEST() local
3596 msg5.c_str()); in TEST()