Home
last modified time | relevance | path

Searched defs:MyType (Results 1 – 22 of 22) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-1238-fwd-no-copy.rs10 pub struct MyType { struct
13 pub type MyTypeT = MyType; argument
Denum_explicit_type.rs46 pub type MyType = bool; typedef
Denum_explicit_type_constants.rs26 pub type MyType = bool; typedef
/third_party/libabigail/tests/data/test-diff-suppr/
Dtest0-type-suppr-v0.cc1 struct MyType struct
7 struct MyType::Private argument
Dtest0-type-suppr-v1.cc1 struct MyType struct
7 struct MyType::Private argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_aliases/
Dtype_aliases_2.ts26 type MyType = { alias
Dtype_aliases_3.ts34 type MyType = I<number, string> | I2<string, boolean> alias
/third_party/typescript/tests/cases/compiler/
DargumentsAsPropertyName.ts2 type MyType = { alias
DexcessPropertyChecksWithNestedIntersections.ts27 export type MyType = { id: number; } & { name: string; } & { photo: { id: number; } & { url: string… alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/function_expression/
Dfunction_expressions_3.ts25 type MyType = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBEnumChildren.h22 using MyType = IPDBEnumChildren<ChildType>; variable
/third_party/typescript/tests/baselines/reference/
DargumentsAsPropertyName.js9 function myFunction(myType: MyType) {
DreverseMappedPartiallyInferableTypes.js43 validator: (x: MyType) => {
/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc66 class MyType { class
68 explicit MyType(const std::string& a_value) : value_(a_value) {} in MyType() function in MyType
Dgtest_unittest.cc541 struct MyType {}; struct
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Denum_explicit_type.hpp34 using MyType = bool; typedef
/third_party/protobuf/src/google/protobuf/util/
Djson_format.proto82 enum MyType { enum
/third_party/python/Lib/test/
Dtest_genericalias.py267 class MyType(type): class
Dtest_argparse.py1748 class MyType(TestCase): class in TestTypeUserDefined
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccessErrors.ts132 type MyType = {a: string, b: string | undefined} alias
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatusor_test.cc1546 struct MyType { struct
1547 bool operator==(const MyType&) const { return true; } in operator ==()
/third_party/googletest/googlemock/test/
Dgmock-matchers-comparisons_test.cc1639 struct MyType { in TEST() struct
1640 int i; in TEST()
1641 std::string str; in TEST()