Home
last modified time | relevance | path

Searched refs:Insert (Results 1 – 3 of 3) sorted by relevance

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DObjectIdentifier.cs15 this.Insert(0, new KeyValuePair<string, uint>(name, oid)); in Prepend()
18 public void Insert(int index, string name, uint oid) in Insert() method in Lextm.SharpSnmpLib.Mib.ObjectIdentifier
20 this.Insert(index, new KeyValuePair<string, uint>(name, oid)); in Insert()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/
A DSnmpTableNode.cs194 getInstanceMethod.Declarations.Insert(0, new Comment(String.Format( in GenerateGetInstanceMethodCode()
269 getNextInstanceMethod.Declarations.Insert(0, new Comment(String.Format( in GenerateGetNextInstanceMethodCode()
A DSnmpTreeNode.cs178 this.ParentNode.ChildNodes.Insert(i, scalarArrayNode); in Analyze()

Completed in 13 milliseconds