#include <client.h>
Definition at line 112 of file client.h.
◆ HistogramEntry()
grpc::testing::HistogramEntry::HistogramEntry |
( |
| ) |
|
|
inline |
◆ set_status()
void grpc::testing::HistogramEntry::set_status |
( |
int |
status | ) |
|
|
inline |
◆ set_value()
void grpc::testing::HistogramEntry::set_value |
( |
double |
v | ) |
|
|
inline |
◆ status()
int grpc::testing::HistogramEntry::status |
( |
| ) |
const |
|
inline |
◆ status_used()
bool grpc::testing::HistogramEntry::status_used |
( |
| ) |
const |
|
inline |
◆ value()
double grpc::testing::HistogramEntry::value |
( |
| ) |
const |
|
inline |
◆ value_used()
bool grpc::testing::HistogramEntry::value_used |
( |
| ) |
const |
|
inline |
◆ status_
int grpc::testing::HistogramEntry::status_ |
|
private |
◆ status_used_
bool grpc::testing::HistogramEntry::status_used_ |
|
private |
◆ value_
double grpc::testing::HistogramEntry::value_ |
|
private |
◆ value_used_
bool grpc::testing::HistogramEntry::value_used_ |
|
private |
The documentation for this class was generated from the following file: