Searched refs:testValid (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | Optional_unittest.cpp | 26 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 D | test-fs-read-optional-params.js | 13 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 D | test-fs-write-sync-optional-params.js | 33 function testValid(dest, buffer, options) { function 103 testValid(dest, buffer, common.mustNotMutateObjectDeep(options));
|
H A D | test-fs-write-optional-params.js | 59 const testValid = util.promisify(testValidCb); 109 await testValid(buffer, options, index);
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | Utf8Test.java | 62 public void testValid() { in testValid() method in Utf8Test
|
Completed in 1 milliseconds