代码搜索:Encode

找到约 8,258 项符合「Encode」的源代码

代码结果 8,258
www.eeworm.com/read/162810/5514051

cpp encode_p.cpp

/*////////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a
www.eeworm.com/read/162810/5514056

cpp encode_i.cpp

/*////////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a
www.eeworm.com/read/162810/5514057

cpp encode_b.cpp

/*////////////////////////////////////////////////////////////////////////////// // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a
www.eeworm.com/read/162614/5522737

mm encode-5.mm

/* Method encoding tests for stand-alone @protocol declarations. */ /* Contributed by Ziemowit Laski . */ /* { dg-do run } */ #include #ifdef __cplusplus #define
www.eeworm.com/read/162614/5522753

mm encode-1.mm

/* Test for graceful encoding of const-qualified fields and parameters. */ /* Author: Ziemowit Laski */ /* { dg-do compile } */ struct Cxx { const struct Cxx *next; }; @inte
www.eeworm.com/read/162614/5522767

mm encode-2.mm

/* { dg-do compile } */ template struct Vec { T x, y; int z; }; Vec dd; const char *enc = @encode(Vec); const char *enc2 = @encode(Vec); /* { dg-final { scan-asse
www.eeworm.com/read/162614/5522773

mm encode-4.mm

/* Test Objective-C method encodings. */ /* The _encoded_ parameter offsets for Objective-C methods are computed inductively as follows: - The first paramter (self) has offset 0; - The k-
www.eeworm.com/read/162614/5522801

mm encode-7.mm

/* Check if array arguments of ObjC methods are decayed to pointer types in a proper fashion: (1) The _encodings_ for the array arguments should remain to be '[4i]' and such, since th
www.eeworm.com/read/162614/5522802

mm encode-8.mm

/* Test if the Objective-C @encode machinery distinguishes between 'BOOL *' (which should be encoded as '^c') and 'char *' (which should be encoded as '*'). */ /* Contributed by Ziemowit Laski
www.eeworm.com/read/162614/5522827

mm encode-6.mm

/* Encoding tests for ObjC class layouts. */ /* Contributed by Ziemowit Laski . */ /* { dg-options "-lobjc" } */ /* { dg-do run } */ #include #ifdef __NEXT_RUNTIME