Searched refs:strArrayItemHandler (Results 1 – 1 of 1) sorted by relevance
383 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventIntArrayValue() local389 ParseArrayValue<std::string>(builder_, key, strArrayItemHandler)) { in GetEventIntArrayValue()421 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventUintArrayValue() local427 ParseArrayValue<std::string>(builder_, key, strArrayItemHandler)) { in GetEventUintArrayValue()452 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventDoubleArrayValue() local458 ParseArrayValue<std::string>(builder_, key, strArrayItemHandler)) { in GetEventDoubleArrayValue()471 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventStringArrayValue() local484 if (ParseArrayValue<std::string>(builder_, key, strArrayItemHandler) || in GetEventStringArrayValue()