Home
last modified time | relevance | path

Searched refs:ValueMapAllocator (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/src/lib_json/
Djson_internalmap.inl34 ValueMapAllocator::~ValueMapAllocator() {}
37 class DefaultValueMapAllocator : public ValueMapAllocator {
38 public: // overridden from ValueMapAllocator
61 class DefaultValueMapAllocator : public ValueMapAllocator {
62 public: // overridden from ValueMapAllocator
105 static ValueMapAllocator*& mapAllocator() {
107 static ValueMapAllocator* mapAllocator = &defaultAllocator;
/external/jsoncpp/include/json/
Dforwards.h35 class ValueMapAllocator; variable
Dvalue.h614 class JSON_API ValueMapAllocator {
616 virtual ~ValueMapAllocator();