Home
last modified time | relevance | path

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

/frameworks/proto_logging/stats/stats_log_api_gen/
DCollation.h79 const std::string UINT_ATOM_ALLOWLIST[22] = { variable
DCollation.cpp396 bool isUintAllowed = !(find(begin(UINT_ATOM_ALLOWLIST), end(UINT_ATOM_ALLOWLIST), atomName) == in collate_atom()
397 end(UINT_ATOM_ALLOWLIST)); in collate_atom()