HomeSort by relevance Sort by last modified time
    Searched refs:union_type (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/json_schema_compiler/
idl_schema_test.py 298 union_type = getType(schema, 'UnionType')
330 self.assertEquals(expected, union_type)
335 union_type = getType(schema, 'ModifiedUnionType')
351 self.assertEquals(expected, union_type)
  /external/chromium_org/v8/test/cctest/
test-types.cc 1416 TypeHandle union_type = T.Union(type, T.None); local
1423 TypeHandle union_type = T.Union(type, T.Any); local
1430 TypeHandle union_type = T.Union(type, type); local
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 1501 Handle<HeapType> union_type = PropertyCell::UpdatedType(cell, value); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
cp-tree.h 124 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE)
527 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */
4094 union_type, \/* "union" types. *\/ enumerator in enum:tag_types
    [all...]

Completed in 202 milliseconds