HomeSort by relevance Sort by last modified time
    Searched refs:ConstantLabel (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/base/
win32securityerrors.cc 18 extern const ConstantLabel SECURITY_ERRORS[];
20 const ConstantLabel SECURITY_ERRORS[] = {
logging.h 65 // ConstantLabel can be used to easily generate string names from constant
68 // const ConstantLabel LIBRARY_ERRORS[] = {
79 struct ConstantLabel { int value; const char * label; };
84 const char* FindLabel(int value, const ConstantLabel entries[]);
85 std::string ErrorName(int err, const ConstantLabel* err_table);
logging.cc 67 const char* FindLabel(int value, const ConstantLabel entries[]) {
76 std::string ErrorName(int err, const ConstantLabel* err_table) {
httpcommon.cc 38 extern const ConstantLabel SECURITY_ERRORS[];
  /external/webrtc/webrtc/libjingle/xmpp/
xmpplogintask.h 81 static const rtc::ConstantLabel LOGINTASK_STATES[];
xmpplogintask.cc 24 using rtc::ConstantLabel;
29 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
  /external/google-breakpad/src/common/
test_assembler_unittest.cc 243 TEST(Addition, ConstantLabel) {
    [all...]

Completed in 244 milliseconds