Searched refs:ProfileIndexTypeRegular (Results 1 – 3 of 3) sorted by relevance
2260 AddUintToBuffer(buffer, static_cast<ProfileIndexTypeRegular>(value)); in WriteProfileIndex()2269 ProfileIndexTypeRegular out; in ReadProfileIndex()2270 bool result = safe_buffer.ReadUintAndAdvance<ProfileIndexTypeRegular>(&out); in ReadProfileIndex()2279 : std::numeric_limits<ProfileIndexTypeRegular>::max(); in MaxProfileIndex()2285 : sizeof(ProfileIndexTypeRegular); in SizeOfProfileIndexType()
124 using ProfileIndexTypeRegular = uint8_t; variable
38 using ProfileIndexTypeRegular = ProfileCompilationInfo::ProfileIndexTypeRegular; typedef699 for (uint16_t i = 0; i < std::numeric_limits<ProfileIndexTypeRegular>::max(); i++) { in TEST_F()