Searched refs:TFE_MonitoringBoolGaugeCell (Results 1 – 4 of 4) sorted by relevance
178 typedef struct TFE_MonitoringBoolGaugeCell TFE_MonitoringBoolGaugeCell; typedef180 TFE_MonitoringBoolGaugeCell* cell, bool value);182 TFE_MonitoringBoolGaugeCell* cell);190 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*200 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*211 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
306 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet()311 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue()331 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge0( in TFE_MonitoringGetCellBoolGauge0()333 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge0()354 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1()356 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge1()379 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge2( in TFE_MonitoringGetCellBoolGauge2()381 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge2()
60 struct TFE_MonitoringBoolGaugeCell { struct
72 PYBIND11_MAKE_OPAQUE(TFE_MonitoringBoolGaugeCell);501 py::class_<TFE_MonitoringBoolGaugeCell> TFE_MonitoringBoolGaugeCell_class( in PYBIND11_MODULE()