Home | History | Annotate | Download | only in entrypoints

Lines Matching refs:is_primitive

325   constexpr bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0;
375 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive ||
380 is_primitive ? "primitive" : "non-primitive",
622 const bool is_primitive = (type & FindFieldFlags::PrimitiveBit) != 0;
644 if (UNLIKELY(resolved_field->IsPrimitiveType() != is_primitive ||