Home
last modified time | relevance | path

Searched defs:MyTypes (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/
H A Dserde_test.rs8 struct MyTypes { in test_serde() struct
9 f1: Fixed, in test_serde()
10 f2: F26Dot6, in test_serde()
11 f3: F2Dot14, in test_serde()
12 gid: GlyphId, in test_serde()
13 date: LongDateTime, in test_serde()
14 name_id: NameId, in test_serde()
15 offset: Offset16, in test_serde()
16 tag: Tag, in test_serde()
17 u24: Uint24, in test_serde()
[all …]
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/util/
H A Drequired_fields_test.cc102 using MyTypes = ::testing::Types<Proto2Type, Edition2023Type>; typedef
/aosp_15_r20/external/tink/cc/util/
H A Dsecret_proto_test.cc40 using MyTypes = ::testing::Types<NestedTestProto, TestProto>; typedef
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc116 MyTypes; typedef
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc116 MyTypes; typedef
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-list-tests-unittest_.cc116 MyTypes; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-list-tests-unittest_.cc124 int*, MyArray<bool, 42> > MyTypes; typedef
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dwhere_test.cc138 using MyTypes = typedef
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/
H A Dqpack_header_table_test.cc58 using MyTypes = typedef
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_enum.py988 class MyTypes(Enum): class
1092 class MyTypes(Enum): class