Searched refs:getDictionaryEntry (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/ |
H A D | Dictionary.C | 232 DictionaryEntry* Dictionary::getDictionaryEntry(Symbol findkey) in getDictionaryEntry() function 256 if (!(de = this->getDictionaryEntry(findkey))) in findDefinition() 287 if (!(de = this->getDictionaryEntry(findkey))) in removeDefinition()
|
H A D | Dictionary.h | 69 DictionaryEntry *getDictionaryEntry(Symbol findkey);
|
/dports/science/cdk/cdk-cdk-2.3/base/dict/src/main/java/org/openscience/cdk/dict/ |
H A D | DictionaryDatabase.java | 163 public Entry[] getDictionaryEntry(String dictionaryName) { in getDictionaryEntry() method in DictionaryDatabase
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/ |
H A D | stencil.go | 621 dict = getDictionaryEntry(n.Pos(), declInfo.dictParam, entry, declInfo.dictInfo.dictLen) 887 func getDictionaryEntry(pos src.XPos, dict *ir.Name, i int, size int) ir.Node { func 915 r := getDictionaryEntry(pos, info.dictParam, i, info.dictInfo.startSubDict) 1304 rt = getDictionaryEntry(dt.Pos(), info.dictParam, ix, info.dictInfo.dictLen) 1324 …dt := ir.NewDynamicType(c.Pos(), getDictionaryEntry(c.Pos(), info.dictParam, ix, info.dictInfo.dic… 1339 dt.ITab = getDictionaryEntry(c.Pos(), info.dictParam, ix, info.dictInfo.dictLen) 1434 rt = getDictionaryEntry(pos, dictParam, ix, info.dictInfo.dictLen)
|