Lines Matching refs:TBase
103 if (isset(TBase::$tmethod[$ktype])) {
104 $kread = 'read'.TBase::$tmethod[$ktype];
108 if (isset(TBase::$tmethod[$vtype])) {
109 $vread = 'read'.TBase::$tmethod[$vtype];
170 if (isset(TBase::$tmethod[$etype])) {
171 $eread = 'read'.TBase::$tmethod[$etype];
237 if (isset(TBase::$tmethod[$ftype])) {
238 $func = 'read'.TBase::$tmethod[$ftype];
277 if (isset(TBase::$tmethod[$ktype])) {
278 $kwrite = 'write'.TBase::$tmethod[$ktype];
282 if (isset(TBase::$tmethod[$vtype])) {
283 $vwrite = 'write'.TBase::$tmethod[$vtype];
336 if (isset(TBase::$tmethod[$etype])) {
337 $ewrite = 'write'.TBase::$tmethod[$etype];
385 if (isset(TBase::$tmethod[$ftype])) {
386 $func = 'write'.TBase::$tmethod[$ftype];
422 abstract class TBase class
454 if (isset(TBase::$tmethod[$ktype])) {
455 $kread = 'read'.TBase::$tmethod[$ktype];
459 if (isset(TBase::$tmethod[$vtype])) {
460 $vread = 'read'.TBase::$tmethod[$vtype];
521 if (isset(TBase::$tmethod[$etype])) {
522 $eread = 'read'.TBase::$tmethod[$etype];
588 if (isset(TBase::$tmethod[$ftype])) {
589 $func = 'read'.TBase::$tmethod[$ftype];
628 if (isset(TBase::$tmethod[$ktype])) {
629 $kwrite = 'write'.TBase::$tmethod[$ktype];
633 if (isset(TBase::$tmethod[$vtype])) {
634 $vwrite = 'write'.TBase::$tmethod[$vtype];
687 if (isset(TBase::$tmethod[$etype])) {
688 $ewrite = 'write'.TBase::$tmethod[$etype];
736 if (isset(TBase::$tmethod[$ftype])) {
737 $func = 'write'.TBase::$tmethod[$ftype];