Searched defs:ConstantLabel (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/base/
H A Dlogging.h65 // ConstantLabel can be used to easily generate string names from constant
68 // const ConstantLabel LIBRARY_ERRORS[] = {
79 struct ConstantLabel { int value; const char * label; }; struct in namespace:rtc
84 const char* FindLabel(int value, const ConstantLabel entries[]);
85 std::string ErrorName(int err, const ConstantLabel* err_table);

Completed in 31 milliseconds