Home
last modified time | relevance | path

Searched refs:EmptyTypes (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DarrayBestCommonTypes.js2 module EmptyTypes {
126 var EmptyTypes; variable
127 (function (EmptyTypes) { argument
184 })(EmptyTypes || (EmptyTypes = {}));
DarrayBestCommonTypes.types2 module EmptyTypes {
3 >EmptyTypes : typeof EmptyTypes
DarrayBestCommonTypes.symbols2 module EmptyTypes {
3 >EmptyTypes : Symbol(EmptyTypes, Decl(arrayBestCommonTypes.ts, 0, 0))
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DGeneratedClrTypeInfo.cs94 NestedEnums = nestedEnums ?? ReflectionUtil.EmptyTypes; in GeneratedClrTypeInfo()
DSingleFieldAccessor.cs96 …thod = property.DeclaringType.GetRuntimeMethod("Clear" + property.Name, ReflectionUtil.EmptyTypes); in SingleFieldAccessor()
DReflectionUtil.cs75 internal static readonly Type[] EmptyTypes = new Type[0]; field in Google.Protobuf.Reflection.ReflectionUtil
/third_party/gettext/gettext-tools/src/
Dmsgunfmt.cs82 catalog.GetType().GetMethod("GetMsgidPluralTable", Type.EmptyTypes); in Dump()
172 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes); in InstantiateResourceSet()
/third_party/typescript/tests/cases/compiler/
DarrayBestCommonTypes.ts1 module EmptyTypes {
/third_party/gettext/gettext-runtime/intl-csharp/
Dintl.cs184 ConstructorInfo constructor = clazz.GetConstructor(Type.EmptyTypes); in InstantiateResourceSet()