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

  /external/lldb/include/lldb/DataFormatters/
TypeCategoryMap.h 1 //===-- TypeCategoryMap.h ----------------------------------------*- C++ -*-===//
25 class TypeCategoryMap
44 TypeCategoryMap (IFormatChangeListener* lst);
  /external/lldb/source/DataFormatters/
TypeCategoryMap.cpp 1 //===-- TypeCategoryMap.cpp ----------------------------------------*- C++ -*-===//
12 #include "lldb/DataFormatters/TypeCategoryMap.h"
22 TypeCategoryMap::TypeCategoryMap (IFormatChangeListener* lst) :
35 TypeCategoryMap::Add (KeyType name, const ValueSP& entry)
44 TypeCategoryMap::Delete (KeyType name)
58 TypeCategoryMap::Enable (KeyType category_name, Position pos)
68 TypeCategoryMap::Disable (KeyType category_name)
78 TypeCategoryMap::Enable (ValueSP category, Position pos)
107 TypeCategoryMap::Disable (ValueSP category
    [all...]

Completed in 969 milliseconds