Searched refs:kInterfaceDisallowed (Results 1 – 1 of 1) sorted by relevance
795 constexpr uint32_t kInterfaceDisallowed = kAllMethodFlags & in TEST_F() local801 static_assert(kInterfaceDisallowed != 0, "There should be disallowed flags."); in TEST_F()803 uint32_t bits = POPCOUNT(kInterfaceDisallowed); in TEST_F()811 uint32_t mask = ApplyMaskShifted(kInterfaceDisallowed, i); in TEST_F()1157 constexpr uint32_t kInterfaceDisallowed = kAllFieldFlags & in TEST_F() local1161 static_assert(kInterfaceDisallowed != 0, "There should be disallowed flags."); in TEST_F()1163 uint32_t bits = POPCOUNT(kInterfaceDisallowed); in TEST_F()1171 uint32_t mask = ApplyMaskShifted(kInterfaceDisallowed, i); in TEST_F()1186 uint32_t mask = ApplyMaskShifted(kInterfaceDisallowed, i); in TEST_F()