Home | History | Annotate | Download | only in runtime

Lines Matching full:kinterfacedisallowed

873   constexpr uint32_t kInterfaceDisallowed = kAllMethodFlags &
879 static_assert(kInterfaceDisallowed != 0, "There should be disallowed flags.");
881 uint32_t bits = POPCOUNT(kInterfaceDisallowed);
889 uint32_t mask = ApplyMaskShifted(kInterfaceDisallowed, i);
1249 constexpr uint32_t kInterfaceDisallowed = kAllFieldFlags &
1253 static_assert(kInterfaceDisallowed != 0, "There should be disallowed flags.");
1255 uint32_t bits = POPCOUNT(kInterfaceDisallowed);
1263 uint32_t mask = ApplyMaskShifted(kInterfaceDisallowed, i);
1278 uint32_t mask = ApplyMaskShifted(kInterfaceDisallowed, i);