Searched refs:ConstantLabel (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | win32securityerrors.cc | 35 extern const ConstantLabel SECURITY_ERRORS[]; 37 const ConstantLabel SECURITY_ERRORS[] = {
|
D | logging.h | 96 struct ConstantLabel { int value; const char * label; }; argument 101 const char * FindLabel(int value, const ConstantLabel entries[]); 102 std::string ErrorName(int err, const ConstantLabel* err_table);
|
D | logging.cc | 65 const char * FindLabel(int value, const ConstantLabel entries[]) { in FindLabel() 74 std::string ErrorName(int err, const ConstantLabel * err_table) { in ErrorName()
|
D | schanneladapter.cc | 48 extern const ConstantLabel SECURITY_ERRORS[]; 50 const ConstantLabel SCHANNEL_BUFFER_TYPES[] = {
|
D | httpcommon.cc | 53 extern const ConstantLabel SECURITY_ERRORS[];
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | win32securityerrors.cc | 35 extern const ConstantLabel SECURITY_ERRORS[]; 37 const ConstantLabel SECURITY_ERRORS[] = {
|
D | logging.h | 94 struct ConstantLabel { int value; const char * label; }; struct 99 const char * FindLabel(int value, const ConstantLabel entries[]); 100 std::string ErrorName(int err, const ConstantLabel* err_table);
|
D | logging.cc | 62 const char * FindLabel(int value, const ConstantLabel entries[]) { in FindLabel() 71 std::string ErrorName(int err, const ConstantLabel * err_table) { in ErrorName()
|
D | schanneladapter.cc | 48 extern const ConstantLabel SECURITY_ERRORS[]; 50 const ConstantLabel SCHANNEL_BUFFER_TYPES[] = {
|
D | httpcommon.cc | 53 extern const ConstantLabel SECURITY_ERRORS[];
|
/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
D | logging.h | 49 struct ConstantLabel { struct 56 const char* FindLabel(int value, const ConstantLabel entries[]); argument 57 std::string ErrorName(int err, const ConstantLabel* err_table);
|
D | logging.cc | 46 const char* FindLabel(int value, const ConstantLabel entries[]) { in FindLabel() 53 std::string ErrorName(int err, const ConstantLabel* err_table) { in ErrorName()
|
/external/chromium/third_party/libjingle/overrides/talk/base/ |
D | logging.h | 94 struct ConstantLabel { int value; const char * label; }; argument 102 const char * FindLabel(int value, const ConstantLabel entries[]); 103 std::string ErrorName(int err, const ConstantLabel* err_table);
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | xmpplogintask.h | 92 static const talk_base::ConstantLabel LOGINTASK_STATES[];
|
D | xmpplogintask.cc | 40 using talk_base::ConstantLabel; 45 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmpplogintask.h | 98 static const talk_base::ConstantLabel LOGINTASK_STATES[];
|
D | xmpplogintask.cc | 41 using talk_base::ConstantLabel; 46 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
D | tunnelsessionclient.cc | 67 extern const talk_base::ConstantLabel SESSION_STATES[]; 69 const talk_base::ConstantLabel SESSION_STATES[] = {
|
D | pseudotcpchannel.cc | 41 extern const talk_base::ConstantLabel SESSION_STATES[];
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
D | tunnelsessionclient.cc | 67 extern const talk_base::ConstantLabel SESSION_STATES[]; 69 const talk_base::ConstantLabel SESSION_STATES[] = {
|
D | pseudotcpchannel.cc | 42 extern const talk_base::ConstantLabel SESSION_STATES[];
|