Home | History | Annotate | Download | only in runtime

Lines Matching refs:Primitive

241   // Reference or primitive?
264 // or "primitive;". Rewrite the type with '.' instead of '/':
281 std::string PrettyDescriptor(Primitive::Type type) {
282 std::string descriptor_string(Primitive::Descriptor(type));
785 * single-character primitive type, or continue on to check the
797 // These are all single-character descriptors for primitive types.