Home
last modified time | relevance | path

Searched defs:scopedName (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python/omniidl/
H A Didlutil.py39 def slashName(scopedName, our_scope=[]): argument
49 def dotName(scopedName, our_scope=[]): argument
59 def ccolonName(scopedName, our_scope=[]): argument
H A Didlast.py160 def scopedName(self): return self.__scopedName member in DeclRepoId
233 identifier, scopedName, repoId, argument
270 identifier, scopedName, repoId, argument
327 identifier, scopedName, repoId, argument
360 identifier, scopedName, repoId, argument
392 identifier, scopedName, repoId, argument
490 identifier, scopedName, repoId, argument
543 identifier, scopedName, repoId, argument
1169 def registerDecl(scopedName, decl): argument
1227 def __init__(self, scopedName): argument
[all …]
H A Didltype.py260 def __init__(self, decl, scopedName, kind, local): argument
283 def scopedName(self): return self.__scopedName member in Declared
409 def declaredType(decl, scopedName, kind, local): argument
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python3/omniidl/
H A Didlutil.py39 def slashName(scopedName, our_scope=[]): argument
49 def dotName(scopedName, our_scope=[]): argument
59 def ccolonName(scopedName, our_scope=[]): argument
H A Didlast.py160 def scopedName(self): return self.__scopedName member in DeclRepoId
233 identifier, scopedName, repoId, argument
270 identifier, scopedName, repoId, argument
325 identifier, scopedName, repoId, argument
358 identifier, scopedName, repoId, argument
390 identifier, scopedName, repoId, argument
488 identifier, scopedName, repoId, argument
541 identifier, scopedName, repoId, argument
1153 def registerDecl(scopedName, decl): argument
1211 def __init__(self, scopedName): argument
[all …]
H A Didltype.py260 def __init__(self, decl, scopedName, kind, local): argument
283 def scopedName(self): return self.__scopedName member in Declared
409 def declaredType(decl, scopedName, kind, local): argument
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/gluegen/cgram/
H A DCSymbolTable.java92 public TNode lookupScopedName(final String scopedName) { in lookupScopedName()
102 String scopedName; in lookupNameInCurrentScope() local
/dports/graphics/jogl/jogl-1.1.1_9/gluegen/src/java/com/sun/gluegen/cgram/
H A DCSymbolTable.java93 public TNode lookupScopedName(String scopedName) { in lookupScopedName()
103 String scopedName; in lookupNameInCurrentScope() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Dastscope.cxx31 static bool isGlobal(const OString& scopedName) in isGlobal()
96 AstDeclaration* AstScope::lookupByName(const OString& scopedName) in lookupByName()
H A Dparser.y136 OString const * scopedName, DeclList const * typeArgs) in createNamedType()
169 delete scopedName; in createNamedType() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Dastscope.cxx27 static bool isGlobal(const OString& scopedName) in isGlobal()
92 AstDeclaration* AstScope::lookupByName(const OString& scopedName) in lookupByName()
H A Dparser.y136 OString const * scopedName, DeclList const * typeArgs) in createNamedType()
169 delete scopedName; in createNamedType() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPragmaHandler.java98 protected SymtabEntry scopedName () throws IOException in scopedName() method in PragmaHandler
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DPragmaHandler.java98 protected SymtabEntry scopedName () throws IOException in scopedName() method in PragmaHandler
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didlscope.h152 const ScopedName* scopedName() const { return scopedName_; } in scopedName() function
247 const ScopedName* scopedName() const { return scopedName_; } in scopedName() function
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python3/omniidl_be/
H A Dami.py207 def _amiName(self, scopedName, kind): argument
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/python/omniidl_be/
H A Dami.py207 def _amiName(self, scopedName, kind): argument
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/
H A Did.py63 def __init__(self, scopedName): argument
91 def _apply_presuffix(self, scopedName): argument
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/
H A Did.py63 def __init__(self, scopedName): argument
91 def _apply_presuffix(self, scopedName): argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/portlayer/network/
H A Dendpoint.go48 func (a alias) scopedName() string { func
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlmetaobject.cpp64 static bool isNamedEnumerator(const QMetaObject *metaObj, const QByteArray &scopedName) in isNamedEnumerator()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlmetaobject.cpp64 static bool isNamedEnumerator(const QMetaObject *metaObj, const QByteArray &scopedName) in isNamedEnumerator()
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python/omniidl_be/cxx/dynskel/
H A Dtypecode.py86 def mangleName(prefix, scopedName): argument
/dports/devel/omniORB/omniORB-4.2.4/src/lib/omniORB/python3/omniidl_be/cxx/dynskel/
H A Dtypecode.py86 def mangleName(prefix, scopedName): argument
/dports/devel/py-omniorb/omniORBpy-4.2.4/python3/omniidl_be/
H A Dpython.py2393 def dotName(scopedName, our_scope=[]): argument
2408 def fixupScopedName(scopedName, prefix="_0_"): argument

12