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

  /external/chromium_org/third_party/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 48 const char * FindLabel(int value, const ConstantLabel entries[]) {
57 std::string ErrorName(int err, const ConstantLabel * err_table) {
schanneladapter.cc 31 extern const ConstantLabel SECURITY_ERRORS[];
33 const ConstantLabel SCHANNEL_BUFFER_TYPES[] = {
httpcommon.cc 36 extern const ConstantLabel SECURITY_ERRORS[];
  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.h 41 // ConstantLabel can be used to easily generate string names from constant
44 // const ConstantLabel LIBRARY_ERRORS[] = {
55 struct ConstantLabel {
62 const char* FindLabel(int value, const ConstantLabel entries[]);
63 std::string ErrorName(int err, const ConstantLabel* err_table);
logging.cc 52 const char* FindLabel(int value, const ConstantLabel entries[]) {
59 std::string ErrorName(int err, const ConstantLabel* err_table) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 98 static const rtc::ConstantLabel LOGINTASK_STATES[];
xmpplogintask.cc 41 using rtc::ConstantLabel;
46 const ConstantLabel XmppLoginTask::LOGINTASK_STATES[] = {
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 67 extern const rtc::ConstantLabel SESSION_STATES[];
69 const rtc::ConstantLabel SESSION_STATES[] = {
pseudotcpchannel.cc 42 extern const rtc::ConstantLabel SESSION_STATES[];

Completed in 638 milliseconds