Searched refs:TFE_MonitoringBoolGaugeCell (Results 1 – 4 of 4) sorted by relevance
203 typedef struct TFE_MonitoringBoolGaugeCell TFE_MonitoringBoolGaugeCell; typedef205 TFE_MonitoringBoolGaugeCell* cell, bool value);207 TFE_MonitoringBoolGaugeCell* cell);215 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*225 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*236 TF_CAPI_EXPORT extern TFE_MonitoringBoolGaugeCell*
358 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet()363 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue()383 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge0( in TFE_MonitoringGetCellBoolGauge0()385 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge0()406 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge1( in TFE_MonitoringGetCellBoolGauge1()408 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge1()431 TFE_MonitoringBoolGaugeCell* TFE_MonitoringGetCellBoolGauge2( in TFE_MonitoringGetCellBoolGauge2()433 return static_cast<TFE_MonitoringBoolGaugeCell*>( in TFE_MonitoringGetCellBoolGauge2()
60 struct TFE_MonitoringBoolGaugeCell { struct
77 PYBIND11_MAKE_OPAQUE(TFE_MonitoringBoolGaugeCell);613 py::class_<TFE_MonitoringBoolGaugeCell> TFE_MonitoringBoolGaugeCell_class( in PYBIND11_MODULE()