Searched refs:TFE_MonitoringBoolGaugeCell (Results 1 – 4 of 4) sorted by relevance
230 typedef struct TFE_MonitoringBoolGaugeCell TFE_MonitoringBoolGaugeCell; typedef232 TFE_MonitoringBoolGaugeCell* cell, bool value);234 TFE_MonitoringBoolGaugeCell* cell);242 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*252 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*263 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
366 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet()371 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue()391 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge0( in TFE_MonitoringGetCellBoolGauge0()393 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge0()414 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1()416 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge1()439 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge2( in TFE_MonitoringGetCellBoolGauge2()441 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge2()
134 struct TFE_MonitoringBoolGaugeCell { struct
65 PYBIND11_MAKE_OPAQUE(TFE_MonitoringBoolGaugeCell);307 py::class_<TFE_MonitoringBoolGaugeCell> TFE_MonitoringBoolGaugeCell_class( in PYBIND11_MODULE()