reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
  176   void Add(MapKeyType type, const MapValueType &entry) {
  184   bool Get(ValueObject &valobj, MapValueType &entry,
  190       entry = MapValueType(entry);
  192       entry = MapValueType();
  198   bool Get(ConstString type, MapValueType &entry) {
  202   bool GetExact(ConstString type, MapValueType &entry) {
  206   MapValueType GetAtIndex(size_t index) {
  227   void Add_Impl(MapKeyType type, const MapValueType &entry,
  232   void Add_Impl(ConstString type, const MapValueType &entry,
  256   bool Get_Impl(ConstString type, MapValueType &entry, ConstString *dummy) {
  260   bool GetExact_Impl(ConstString type, MapValueType &entry,
  284   bool Get_Impl(ConstString key, MapValueType &value,
  299   bool GetExact_Impl(ConstString key, MapValueType &value,
  312   bool Get(const FormattersMatchVector &candidates, MapValueType &entry,
tools/lldb/include/lldb/DataFormatters/TypeCategory.h
   35   typedef typename ExactMatchContainer::MapValueType MapValueType;