Home
last modified time | relevance | path

Searched refs:DuplicationPolicy (Results 1 – 2 of 2) sorted by relevance

/external/jsoncpp/include/json/
Dvalue.h165 enum DuplicationPolicy { enum
171 CZString(const char* cstr, DuplicationPolicy allocate);
/external/jsoncpp/src/lib_json/
Djson_value.cpp169 Value::CZString::CZString(const char* cstr, DuplicationPolicy allocate) in CZString()