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/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);
  /external/chromium_org/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 117 milliseconds