Home
last modified time | relevance | path

Searched refs:ClassInfoPtr (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/php-ice37/ice-3.7.2/php/src/php7/
H A DTypes.h42 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
43 typedef std::vector<ClassInfoPtr> ClassInfoList;
94 ClassInfoPtr _info;
441 const ClassInfoPtr base;
516 ClassInfoPtr getClassInfoById(const std::string&);
517 ClassInfoPtr getClassInfoByName(const std::string&);
535 ObjectWriter(zval*, ObjectMap*, const ClassInfoPtr&);
549 ClassInfoPtr _info;
550 ClassInfoPtr _formal;
568 virtual ClassInfoPtr getInfo() const;
[all …]
H A DTypes.cpp47 typedef map<string, ClassInfoPtr> ClassInfoMap;
92 addClassInfoById(const ClassInfoPtr& p) in addClassInfoById()
109 addClassInfoByName(const ClassInfoPtr& p) in addClassInfoByName()
125 static ClassInfoPtr
161 IcePHP::ClassInfoPtr
179 IcePHP::ClassInfoPtr
2428 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(p); in define()
2602 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
3012 ClassInfoPtr info = _info; in _iceWrite()
3121 ClassInfoPtr info = _info; in _iceRead()
[all …]
/dports/devel/ice37/ice-3.7.2/php/src/php7/
H A DTypes.h42 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
43 typedef std::vector<ClassInfoPtr> ClassInfoList;
94 ClassInfoPtr _info;
441 const ClassInfoPtr base;
516 ClassInfoPtr getClassInfoById(const std::string&);
517 ClassInfoPtr getClassInfoByName(const std::string&);
535 ObjectWriter(zval*, ObjectMap*, const ClassInfoPtr&);
549 ClassInfoPtr _info;
550 ClassInfoPtr _formal;
568 virtual ClassInfoPtr getInfo() const;
[all …]
H A DTypes.cpp47 typedef map<string, ClassInfoPtr> ClassInfoMap;
92 addClassInfoById(const ClassInfoPtr& p) in addClassInfoById()
109 addClassInfoByName(const ClassInfoPtr& p) in addClassInfoByName()
125 static ClassInfoPtr
161 IcePHP::ClassInfoPtr
179 IcePHP::ClassInfoPtr
2428 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(p); in define()
2602 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
3012 ClassInfoPtr info = _info; in _iceWrite()
3121 ClassInfoPtr info = _info; in _iceRead()
[all …]
/dports/devel/py-ice37/ice-3.7.2/php/src/php7/
H A DTypes.h42 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
43 typedef std::vector<ClassInfoPtr> ClassInfoList;
94 ClassInfoPtr _info;
441 const ClassInfoPtr base;
516 ClassInfoPtr getClassInfoById(const std::string&);
517 ClassInfoPtr getClassInfoByName(const std::string&);
535 ObjectWriter(zval*, ObjectMap*, const ClassInfoPtr&);
549 ClassInfoPtr _info;
550 ClassInfoPtr _formal;
568 virtual ClassInfoPtr getInfo() const;
[all …]
H A DTypes.cpp47 typedef map<string, ClassInfoPtr> ClassInfoMap;
92 addClassInfoById(const ClassInfoPtr& p) in addClassInfoById()
109 addClassInfoByName(const ClassInfoPtr& p) in addClassInfoByName()
125 static ClassInfoPtr
161 IcePHP::ClassInfoPtr
179 IcePHP::ClassInfoPtr
2428 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(p); in define()
2602 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
3012 ClassInfoPtr info = _info; in _iceWrite()
3121 ClassInfoPtr info = _info; in _iceRead()
[all …]
/dports/devel/ice37/ice-3.7.2/ruby/src/IceRuby/
H A DTypes.h23 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
86 ClassInfoPtr _info;
410 bool isA(const ClassInfoPtr&);
418 const ClassInfoPtr base;
490 ObjectWriter(VALUE, ObjectMap*, const ClassInfoPtr&);
504 ClassInfoPtr _info;
505 ClassInfoPtr _formal;
515 ObjectReader(VALUE, const ClassInfoPtr&);
523 virtual ClassInfoPtr getInfo() const;
532 ClassInfoPtr _info;
[all …]
H A DValueFactoryManager.cpp18 ClassInfoPtr
21 ClassInfoPtr info; in getClassInfo()
254 ClassInfoPtr info = getClassInfo(id); in create()
321 ClassInfoPtr info = getClassInfo(id); in create()
H A DTypes.cpp38 typedef map<string, ClassInfoPtr> ClassInfoMap;
41 typedef map<Ice::Int, ClassInfoPtr> CompactIdMap;
1978 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(getType(b)); in define()
2032 ClassInfoPtr info = ClassInfoPtr::dynamicCast(getType(type)); in validate()
2158 ClassInfoPtr info; in print()
2203 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
2526 ClassInfoPtr info = _info; in _iceWrite()
2618 ClassInfoPtr info = _info; in _iceRead()
2674 ClassInfoPtr
3124 ClassInfoPtr info = ClassInfoPtr::dynamicCast(getType(self)); in IceRuby_TypeInfo_defineClass()
[all …]
/dports/devel/php-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DTypes.h23 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
86 ClassInfoPtr _info;
410 bool isA(const ClassInfoPtr&);
418 const ClassInfoPtr base;
490 ObjectWriter(VALUE, ObjectMap*, const ClassInfoPtr&);
504 ClassInfoPtr _info;
505 ClassInfoPtr _formal;
515 ObjectReader(VALUE, const ClassInfoPtr&);
523 virtual ClassInfoPtr getInfo() const;
532 ClassInfoPtr _info;
[all …]
H A DValueFactoryManager.cpp18 ClassInfoPtr
21 ClassInfoPtr info; in getClassInfo()
254 ClassInfoPtr info = getClassInfo(id); in create()
321 ClassInfoPtr info = getClassInfo(id); in create()
H A DTypes.cpp38 typedef map<string, ClassInfoPtr> ClassInfoMap;
41 typedef map<Ice::Int, ClassInfoPtr> CompactIdMap;
1978 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(getType(b)); in define()
2032 ClassInfoPtr info = ClassInfoPtr::dynamicCast(getType(type)); in validate()
2158 ClassInfoPtr info; in print()
2203 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
2526 ClassInfoPtr info = _info; in _iceWrite()
2618 ClassInfoPtr info = _info; in _iceRead()
2674 ClassInfoPtr
3124 ClassInfoPtr info = ClassInfoPtr::dynamicCast(getType(self)); in IceRuby_TypeInfo_defineClass()
[all …]
/dports/devel/py-ice37/ice-3.7.2/ruby/src/IceRuby/
H A DTypes.h23 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
86 ClassInfoPtr _info;
410 bool isA(const ClassInfoPtr&);
418 const ClassInfoPtr base;
490 ObjectWriter(VALUE, ObjectMap*, const ClassInfoPtr&);
504 ClassInfoPtr _info;
505 ClassInfoPtr _formal;
515 ObjectReader(VALUE, const ClassInfoPtr&);
523 virtual ClassInfoPtr getInfo() const;
532 ClassInfoPtr _info;
[all …]
H A DValueFactoryManager.cpp18 ClassInfoPtr
21 ClassInfoPtr info; in getClassInfo()
254 ClassInfoPtr info = getClassInfo(id); in create()
321 ClassInfoPtr info = getClassInfo(id); in create()
H A DTypes.cpp38 typedef map<string, ClassInfoPtr> ClassInfoMap;
41 typedef map<Ice::Int, ClassInfoPtr> CompactIdMap;
1978 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(getType(b)); in define()
2032 ClassInfoPtr info = ClassInfoPtr::dynamicCast(getType(type)); in validate()
2158 ClassInfoPtr info; in print()
2203 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
2526 ClassInfoPtr info = _info; in _iceWrite()
2618 ClassInfoPtr info = _info; in _iceRead()
2674 ClassInfoPtr
3124 ClassInfoPtr info = ClassInfoPtr::dynamicCast(getType(self)); in IceRuby_TypeInfo_defineClass()
[all …]
/dports/devel/php-ice37/ice-3.7.2/php/src/php5/
H A DTypes.h42 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
97 ClassInfoPtr _info;
447 const ClassInfoPtr base;
519 ClassInfoPtr getClassInfoById(const std::string& TSRMLS_DC);
520 ClassInfoPtr getClassInfoByName(const std::string& TSRMLS_DC);
538 ObjectWriter(zval*, ObjectMap*, const ClassInfoPtr& TSRMLS_DC);
552 ClassInfoPtr _info;
553 ClassInfoPtr _formal;
566 ObjectReader(zval*, const ClassInfoPtr&, const CommunicatorInfoPtr& TSRMLS_DC);
574 virtual ClassInfoPtr getInfo() const;
[all …]
H A DTypes.cpp47 typedef map<string, ClassInfoPtr> ClassInfoMap;
48 typedef map<Ice::Int, ClassInfoPtr> CompactIdMap;
92 addClassInfoById(const ClassInfoPtr& p TSRMLS_DC) in addClassInfoById()
125 static ClassInfoPtr
161 IcePHP::ClassInfoPtr
179 IcePHP::ClassInfoPtr
2501 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(p); in define()
2676 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
3092 ClassInfoPtr info = _info; in _iceWrite()
3201 ClassInfoPtr info = _info; in _iceRead()
[all …]
/dports/devel/ice37/ice-3.7.2/php/src/php5/
H A DTypes.h42 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
97 ClassInfoPtr _info;
447 const ClassInfoPtr base;
519 ClassInfoPtr getClassInfoById(const std::string& TSRMLS_DC);
520 ClassInfoPtr getClassInfoByName(const std::string& TSRMLS_DC);
538 ObjectWriter(zval*, ObjectMap*, const ClassInfoPtr& TSRMLS_DC);
552 ClassInfoPtr _info;
553 ClassInfoPtr _formal;
566 ObjectReader(zval*, const ClassInfoPtr&, const CommunicatorInfoPtr& TSRMLS_DC);
574 virtual ClassInfoPtr getInfo() const;
[all …]
H A DTypes.cpp47 typedef map<string, ClassInfoPtr> ClassInfoMap;
48 typedef map<Ice::Int, ClassInfoPtr> CompactIdMap;
92 addClassInfoById(const ClassInfoPtr& p TSRMLS_DC) in addClassInfoById()
125 static ClassInfoPtr
161 IcePHP::ClassInfoPtr
179 IcePHP::ClassInfoPtr
2501 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(p); in define()
2676 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
3092 ClassInfoPtr info = _info; in _iceWrite()
3201 ClassInfoPtr info = _info; in _iceRead()
[all …]
/dports/devel/py-ice37/ice-3.7.2/php/src/php5/
H A DTypes.h42 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
97 ClassInfoPtr _info;
447 const ClassInfoPtr base;
519 ClassInfoPtr getClassInfoById(const std::string& TSRMLS_DC);
520 ClassInfoPtr getClassInfoByName(const std::string& TSRMLS_DC);
538 ObjectWriter(zval*, ObjectMap*, const ClassInfoPtr& TSRMLS_DC);
552 ClassInfoPtr _info;
553 ClassInfoPtr _formal;
566 ObjectReader(zval*, const ClassInfoPtr&, const CommunicatorInfoPtr& TSRMLS_DC);
574 virtual ClassInfoPtr getInfo() const;
[all …]
H A DTypes.cpp47 typedef map<string, ClassInfoPtr> ClassInfoMap;
48 typedef map<Ice::Int, ClassInfoPtr> CompactIdMap;
92 addClassInfoById(const ClassInfoPtr& p TSRMLS_DC) in addClassInfoById()
125 static ClassInfoPtr
161 IcePHP::ClassInfoPtr
179 IcePHP::ClassInfoPtr
2501 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(p); in define()
2676 const_cast<ClassInfoPtr&>(base) = 0; in destroy()
3092 ClassInfoPtr info = _info; in _iceWrite()
3201 ClassInfoPtr info = _info; in _iceRead()
[all …]
/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DTypes.h28 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
29 typedef std::vector<ClassInfoPtr> ClassInfoList;
506 const ClassInfoPtr base;
744 ClassInfoPtr lookupClassInfo(const std::string&);
H A DTypes.cpp27 typedef map<string, ClassInfoPtr> ClassInfoMap;
294 addClassInfo(const string& id, const ClassInfoPtr& info) in addClassInfo()
3276 const_cast<ClassInfoPtr&>(base) = ClassInfoPtr::dynamicCast(getType(b));
3285 ClassInfoPtr iface = ClassInfoPtr::dynamicCast(getType(o));
3372 ClassInfoPtr info;
3384 info = ClassInfoPtr::dynamicCast(getType(iceType.get()));
3397 const_cast<ClassInfoPtr&>(base) = 0;
4425 IcePy::ClassInfoPtr
5027 ClassInfoPtr info = lookupClassInfo(id);
5062 ClassInfoPtr info = lookupClassInfo(id);
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DTypes.h28 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
29 typedef std::vector<ClassInfoPtr> ClassInfoList;
506 const ClassInfoPtr base;
744 ClassInfoPtr lookupClassInfo(const std::string&);
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DTypes.h28 typedef IceUtil::Handle<ClassInfo> ClassInfoPtr; typedef
29 typedef std::vector<ClassInfoPtr> ClassInfoList;
506 const ClassInfoPtr base;
744 ClassInfoPtr lookupClassInfo(const std::string&);

12