Home
last modified time | relevance | path

Searched refs:ConstantLabel (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32securityerrors.cc18 extern const ConstantLabel SECURITY_ERRORS[];
20 const ConstantLabel SECURITY_ERRORS[] = {
Dlogging.h79 struct ConstantLabel { int value; const char * label; }; argument
84 const char* FindLabel(int value, const ConstantLabel entries[]);
85 std::string ErrorName(int err, const ConstantLabel* err_table);
Dlogging.cc67 const char* FindLabel(int value, const ConstantLabel entries[]) { in FindLabel()
76 std::string ErrorName(int err, const ConstantLabel* err_table) { in ErrorName()
Dhttpcommon.cc38 extern const ConstantLabel SECURITY_ERRORS[];
/external/webrtc/webrtc/libjingle/xmpp/
Dxmpplogintask.h81 static const rtc::ConstantLabel LOGINTASK_STATES[];
Dxmpplogintask.cc24 using rtc::ConstantLabel;
29 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
/external/google-breakpad/src/common/
Dtest_assembler_unittest.cc243 TEST(Addition, ConstantLabel) { in TEST() argument