Home
last modified time | relevance | path

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

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DDisplayHint.cs18 private NumType _type; field in Lextm.SharpSnmpLib.Mib.DisplayHint
26 _type = NumType.dec; in DisplayHint()
34 _type = NumType.oct; in DisplayHint()
38 _type = NumType.hex; in DisplayHint()
42 _type = NumType.bin; in DisplayHint()
46 _type = NumType.str; in DisplayHint()
62 switch (_type) in Decode()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/
A DUnsignedType.cs22 private Types _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.UnsignedType
30 _type = t.Value; in UnsignedType()
35 …current.Assert((_type != Types.Counter64), "Ranges are not supported for Counter64 type!"); // our… in UnsignedType()
49 get { return _type; }
A DSequenceOf.cs10 private string _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.SequenceOf
15 _type = sym.NextNonEOLSymbol().ToString(); in SequenceOf()
20 get { return _type; }
A DIntegerType.cs33 private Types _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.IntegerType
49 _type = t.Value; in IntegerType()
74 get { return _type; }
A DTypeAssignment.cs30 private string _type; field in Lextm.SharpSnmpLib.Mib.Elements.Types.TypeAssignment
71 _type = typeSymbols.Join(" "); in TypeAssignment()
120 get { return _type; }

Completed in 14 milliseconds