Home
last modified time | relevance | path

Searched refs:testValid (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
H A DOptional_unittest.cpp26 Optional<int> testValid(3); in TEST()
27 ASSERT_TRUE(testValid.valid()); in TEST()
28 ASSERT_EQ(3, testValid.value()); in TEST()
29 ASSERT_NE(Optional<int>::Invalid(), testValid); in TEST() local
34 Optional<int> testValid(3); in TEST()
41 testCopy = testValid; in TEST()
44 ASSERT_EQ(testValid, testCopy); in TEST()
/third_party/node/test/parallel/
H A Dtest-fs-read-optional-params.js13 function testValid(message, ...options) { function
31 testValid('Not passing in any object');
32 testValid('Passing in a null', null);
33 testValid('Passing in an empty object', common.mustNotMutateObjectDeep({}));
34 testValid('Passing in an object', common.mustNotMutateObjectDeep({
H A Dtest-fs-write-sync-optional-params.js33 function testValid(dest, buffer, options) { function
103 testValid(dest, buffer, common.mustNotMutateObjectDeep(options));
H A Dtest-fs-write-optional-params.js59 const testValid = util.promisify(testValidCb);
109 await testValid(buffer, options, index);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DUtf8Test.java62 public void testValid() { in testValid() method in Utf8Test

Completed in 2 milliseconds