Home
last modified time | relevance | path

Searched defs:KeyWithValueType (Results 1 – 1 of 1) sorted by relevance

/applications/standard/contacts_data/contactsCJ/include/
Dcontacts_utils.h135 struct KeyWithValueType { struct
142 KeyWithValueType(std::string k, int64_t v) in KeyWithValueType() argument
149 KeyWithValueType(std::string k, double v) in KeyWithValueType() function
156 KeyWithValueType(std::string k, std::string v) in KeyWithValueType() function
163 int32_t allocToBucket(ValuesBucket* dst, int dstIdx, int idx, int32_t *errCode) in allocToBucket()