Home
last modified time | relevance | path

Searched defs:MyInt (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs27 struct MyInt(u8); struct
29 impl BitAnd for MyInt { implementation
37 impl BitOr for MyInt { implementation
45 impl BitXor for MyInt { implementation
53 impl BitAndAssign for MyInt { implementation
59 impl BitOrAssign for MyInt { implementation
65 impl BitXorAssign for MyInt { implementation
71 impl Debug for MyInt { implementation
77 impl Display for MyInt { implementation
83 impl LowerHex for MyInt { implementation
[all …]
Dall_missing.rs3 struct MyInt(u8); struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dclass_with_typedef.hpp6 typedef int MyInt; typedef in C
/third_party/python/Lib/ctypes/test/
Dtest_simplesubclasses.py4 class MyInt(c_int): class
/third_party/python/Lib/test/
Dtest_index.py61 class MyInt(int): class
Dtest_cmath.py226 class MyInt: class
Dtest_complex.py472 class MyInt: class
Dtest_int.py445 class MyInt(int): class
Dtest_float.py238 class MyInt: class
Dtest_abc.py407 class MyInt(int): class
Dtest_enum.py670 class MyInt(int): class
2107 class MyInt(int): class
Dtest_statistics.py964 class MyInt(int): pass class
Dpickletester.py3243 class MyInt(int): class
Dtest_descr.py1069 class MyInt(int): class
3547 class MyInt(int): class
/third_party/PyYAML/tests/lib/
Dtest_constructor.py200 class MyInt(int): class
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3.cs4589 public long MyInt { property in Google.Protobuf.TestProtos.TestFieldOrderings
DUnittest.cs14595 public long MyInt { property in Google.Protobuf.TestProtos.Proto2.TestFieldOrderings