Home
last modified time | relevance | path

Searched defs:testUnion (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/tests/ts/union-underlying-type/
Dd.js26 testUnion(obj) { method in D
151 …constructor(testUnionType = ABC.NONE, testUnion = null, testVectorOfUnionType = [], testVectorOfUn… argument
Dd.ts186 const testUnion = builder.createObjectOffset(this.testUnion); constant
/third_party/protobuf/python/google/protobuf/internal/
Dfield_mask_test.py128 def testUnion(self): member in FieldMaskTest
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
DPrefixTreeTest.java115 public void testUnion() { in testUnion() method in PrefixTreeTest
DRangeTreeTest.java131 public void testUnion() { in testUnion() method in RangeTreeTest
/third_party/typescript/tests/cases/compiler/
DnarrowingByTypeofInSwitch.ts53 function testUnion(x: Basic) { function
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskUtilTest.java207 public void testUnion() throws Exception { in testUnion() method in FieldMaskUtilTest
/third_party/typescript/tests/baselines/reference/
DnarrowingByTypeofInSwitch.js52 function testUnion(x: Basic) { function