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

  /external/chromium/third_party/libjingle/source/talk/base/
win32securityerrors.cc 35 extern const ConstantLabel SECURITY_ERRORS[];
37 const ConstantLabel SECURITY_ERRORS[] = {
logging.h 80 // ConstantLabel can be used to easily generate string names from constant
83 // const ConstantLabel LIBRARY_ERRORS[] = {
94 struct ConstantLabel { int value; const char * label; };
99 const char * FindLabel(int value, const ConstantLabel entries[]);
100 std::string ErrorName(int err, const ConstantLabel* err_table);
logging.cc 62 const char * FindLabel(int value, const ConstantLabel entries[]) {
71 std::string ErrorName(int err, const ConstantLabel * err_table) {
schanneladapter.cc 48 extern const ConstantLabel SECURITY_ERRORS[];
50 const ConstantLabel SCHANNEL_BUFFER_TYPES[] = {
httpcommon.cc 53 extern const ConstantLabel SECURITY_ERRORS[];
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32securityerrors.cc 35 extern const ConstantLabel SECURITY_ERRORS[];
37 const ConstantLabel SECURITY_ERRORS[] = {
logging.h 82 // ConstantLabel can be used to easily generate string names from constant
85 // const ConstantLabel LIBRARY_ERRORS[] = {
96 struct ConstantLabel { int value; const char * label; };
101 const char * FindLabel(int value, const ConstantLabel entries[]);
102 std::string ErrorName(int err, const ConstantLabel* err_table);
logging.cc 65 const char * FindLabel(int value, const ConstantLabel entries[]) {
74 std::string ErrorName(int err, const ConstantLabel * err_table) {
schanneladapter.cc 48 extern const ConstantLabel SECURITY_ERRORS[];
50 const ConstantLabel SCHANNEL_BUFFER_TYPES[] = {
httpcommon.cc 53 extern const ConstantLabel SECURITY_ERRORS[];
  /external/chromium_org/third_party/libjingle/overrides/talk/base/
logging.h 35 // ConstantLabel can be used to easily generate string names from constant
38 // const ConstantLabel LIBRARY_ERRORS[] = {
49 struct ConstantLabel {
56 const char* FindLabel(int value, const ConstantLabel entries[]);
57 std::string ErrorName(int err, const ConstantLabel* err_table);
logging.cc 46 const char* FindLabel(int value, const ConstantLabel entries[]) {
53 std::string ErrorName(int err, const ConstantLabel* err_table) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 92 static const talk_base::ConstantLabel LOGINTASK_STATES[];
xmpplogintask.cc 40 using talk_base::ConstantLabel;
45 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 98 static const talk_base::ConstantLabel LOGINTASK_STATES[];
xmpplogintask.cc 41 using talk_base::ConstantLabel;
46 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 80 // ConstantLabel can be used to easily generate string names from constant
83 // const ConstantLabel LIBRARY_ERRORS[] = {
94 struct ConstantLabel { int value; const char * label; };
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/session/tunnel/
tunnelsessionclient.cc 67 extern const talk_base::ConstantLabel SESSION_STATES[];
69 const talk_base::ConstantLabel SESSION_STATES[] = {
pseudotcpchannel.cc 41 extern const talk_base::ConstantLabel SESSION_STATES[];
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 67 extern const talk_base::ConstantLabel SESSION_STATES[];
69 const talk_base::ConstantLabel SESSION_STATES[] = {
pseudotcpchannel.cc 42 extern const talk_base::ConstantLabel SESSION_STATES[];

Completed in 1644 milliseconds