Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 27) sorted by relevance

12

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
A DSwitch.cs40 public string Value { get; set; } property in CCodeGeneration.SwitchCase
48 this.Value = value; in SwitchCase()
53 get { return (this.Value.ToLowerInvariant() == "default"); }
63 if (!String.IsNullOrWhiteSpace(this.Value)) in GenerateCode()
72 generator.OutputStream.Write(String.Format("case {0}:", this.Value)); in GenerateCode()
A DPlainText.cs37 public string Value { get; set; } property in CCodeGeneration.PlainText
41 this.Value = value; in PlainText()
46 generator.WriteMultilineString(this.Value); in GenerateCode()
A DPP_Macro.cs38 public string Value { get; set; } property in CCodeGeneration.PP_Macro
47 this.Value = value; in PP_Macro()
55 generator.WriteMultilineString(this.Value); in GenerateCode()
A DVariableType.cs41 Value, enumerator
84 if ((this.Const == ConstType.Value) || (this.Const == ConstType.Both)) in ToString()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/
A DSnmpScalarArrayNode.cs62 …pe instanceType = new VariableType("node", LwipDefs.Vt_StScalarArrayNodeDef, "*", ConstType.Value); in GenerateCode()
83 …is.FullNodeName + "_nodes", LwipDefs.Vt_StScalarArrayNodeDef, null, ConstType.Value, String.Empty), in GenerateCode()
100 new VariableType(this.FullNodeName, LwipDefs.Vt_StScalarArrayNode, null, ConstType.Value), in GenerateCode()
A DSnmpTableNode.cs90 …nstanceMethodDecl.Parameter.Add(new VariableType("column", LwipDefs.Vt_U32, "*", ConstType.Value)); in GenerateCode()
91 …stanceMethodDecl.Parameter.Add(new VariableType("row_oid", LwipDefs.Vt_U32, "*", ConstType.Value)); in GenerateCode()
103 …nstanceMethodDecl.Parameter.Add(new VariableType("column", LwipDefs.Vt_U32, "*", ConstType.Value)); in GenerateCode()
138 …this.FullNodeName + "_columns", LwipDefs.Vt_StTableColumnDef, null, ConstType.Value, String.Empty), in GenerateCode()
154 new VariableType(this.FullNodeName, LwipDefs.Vt_StTableNode, null, ConstType.Value), in GenerateCode()
A DSnmpMib.cs76 …(this.Name.ToLowerInvariant() + "_base_oid", LwipDefs.Vt_U32, null, ConstType.Value, String.Empty), in GenerateCode()
93 new VariableType(this.Name.ToLowerInvariant(), LwipDefs.Vt_StMib, null, ConstType.Value), in GetExportDeclaration()
A DIRestriction.cs72 public long Value property in LwipSnmpCodeGeneration.IsEqualRestriction
A DSnmpScalarNodeOctetString.cs108 return (int)(restriction as IsEqualRestriction).Value;
A DSnmpTreeNode.cs136 new VariableType(this.FullNodeName, LwipDefs.Vt_StTreeNode, null, ConstType.Value), in GenerateCode()
A DSnmpScalarNode.cs265 new VariableType(this.FullNodeName, LwipDefs.Vt_StScalarNode, null, ConstType.Value), in GenerateCode()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DLexer.cs444 …value2Symbol.Assert(value2.HasValue && (value2.Value >= value1.Value), "Invalid range declaration!… in DecodeRanges()
446 if (value2.Value == value1.Value) in DecodeRanges()
448 range = new ValueRange(value1.Value, null); in DecodeRanges()
452 range = new ValueRange(value1.Value, value2.Value); in DecodeRanges()
460 range = new ValueRange(value1.Value, null); in DecodeRanges()
A DObjectIdentifier.cs29 result.Append(level.Value); in GetOidString()
47 result.Add(level.Value); in GetOidValues()
A DMibTypesResolver.cs141 result.Prepend(entity.Name, entity.Value); in ResolveOid()
163 result.Prepend(m.Groups["Name"].Value, uint.Parse(m.Groups["Value"].Value)); in ResolveOid()
A DSymbol.cs353 return _useStricterValidation.Value;
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipMibCompiler/
A DProgram.cs120 snmpMib.Oid = mibTreeNode.Entity.Value; in Main()
222 result.Oid = mibTreeNode.Entity.Value; in GenerateSnmpTreeNode()
344 result.Oid = ote.Value; in GenerateSnmpScalarNode()
385 result.Add(new IsInRangeRestriction(range.Start, range.End.Value)); in CreateRestrictions()
419 result.Oid = mibTreeNode.Entity.Value; in GenerateSnmpTableNode()
422 …des[0].NodeType & MibTreeNodeType.TableRow) == 0) || (mibTreeNode.ChildNodes[0].Entity.Value != 1)) in GenerateSnmpTableNode()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Entities/
A DIEntity.cs48 uint Value property
A DEntityBase.cs31 public uint Value property in Lextm.SharpSnmpLib.Mib.Elements.Entities.EntityBase
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/
A DTrapType.cs29 public int Value property in Lextm.SharpSnmpLib.Mib.Elements.TrapType
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/
A DIntegerType.cs49 _type = t.Value; in IntegerType()
A DUnsignedType.cs30 _type = t.Value; in UnsignedType()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-TC278 column to | or | entValue| Value| Value
280 | Value| | |
283 column to | or | entValue| Value| Value
287 column to | Value| entValue| |
294 column to | Value| entValue| |
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/MibViewer/
A DFormMain.cs113 …listviewNodeDetails.Items.Add(new ListViewItem(new string[] { "OID", mtn.Entity.Value.ToString() }… in treeMib_AfterSelect()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_asn1parse.function175 /* Value returned by traverse_callback if description runs out. */
177 /* Value returned by traverse_callback if description has an invalid format
A Dtest_suite_bignum.misc.data1688 Test bit getting (Value bit 25)
1700 Test bit getting (Value bit 24)
1703 Test bit getting (Value bit 23)

Completed in 47 milliseconds

12