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

  /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);
  /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);
  /external/chromium_org/third_party/libjingle/source/talk/base/
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);
  /external/chromium_org/third_party/webrtc/base/
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);

Completed in 70 milliseconds