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

References

tools/lldb/include/lldb/DataFormatters/FormattersContainer.h
   68   typedef std::vector<std::pair<KeyType, ValueSP>> MapType;
   70   typedef std::function<bool(const KeyType &, const ValueSP &)> ForEachCallback;
   75   void Add(KeyType name, const ValueSP &entry) {
  107   bool Get(const KeyType &name, ValueSP &entry) {
  130   ValueSP GetValueAtIndex(size_t index) {
  133       return ValueSP();