Searched refs:ConstantLabel (Results 1 – 7 of 7) sorted by relevance
18 extern const ConstantLabel SECURITY_ERRORS[];20 const ConstantLabel SECURITY_ERRORS[] = {
79 struct ConstantLabel { int value; const char * label; }; argument84 const char* FindLabel(int value, const ConstantLabel entries[]);85 std::string ErrorName(int err, const ConstantLabel* err_table);
67 const char* FindLabel(int value, const ConstantLabel entries[]) { in FindLabel()76 std::string ErrorName(int err, const ConstantLabel* err_table) { in ErrorName()
38 extern const ConstantLabel SECURITY_ERRORS[];
81 static const rtc::ConstantLabel LOGINTASK_STATES[];
24 using rtc::ConstantLabel;29 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
243 TEST(Addition, ConstantLabel) { in TEST() argument