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

  /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/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; };
99 const char * FindLabel(int value, const ConstantLabel entries[]);
100 std::string ErrorName(int err, const ConstantLabel* err_table);

Completed in 80 milliseconds