Home
last modified time | relevance | path

Searched refs:typeIndex (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/base/event_report/event/
H A Dlogger_event.cpp93 size_t typeIndex = param.second.GetType(); in ToJsonString() local
94 if (typeIndex < (sizeof(ADDER_FUNCS) / sizeof(ADDER_FUNCS[0]))) { in ToJsonString()
95 ADDER_FUNCS[typeIndex](root, param.first, param.second); in ToJsonString()
/base/global/i18n_lite/frameworks/i18n/include/
H A Dmeasure_format_impl.h46 void FillFormattedUnits(int unitIndex, int typeIndex, std::string *items, int itemStartIndex);
/base/global/i18n_lite/frameworks/i18n/src/
H A Dmeasure_format_impl.cpp278 void MeasureFormatImpl::FillFormattedUnits(int unitIndex, int typeIndex, std::string *items, int itemStartIndex) in FillFormattedUnits() argument
281 int index = unitIndex * MEASURE_FORMAT_TYPE_NUM + typeIndex; in FillFormattedUnits()

Completed in 2 milliseconds