Home
last modified time | relevance | path

Searched refs:AttributeTargets (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DGrammarRuleAttribute.cs35 using AttributeTargets = System.AttributeTargets; typedef
38 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DGrammarRuleAttribute.cs36 using AttributeTargets = System.AttributeTargets; typedef
39 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffersTestMethodAttribute.cs21 [AttributeUsage(AttributeTargets.Method)]
DFlatBuffersTestClassAttribute.cs24 [AttributeUsage(AttributeTargets.Class)]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DOriginalNameAttribute.cs41 [AttributeUsage(AttributeTargets.Field)]