Home
last modified time | relevance | path

Searched defs:UnaryTestData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/files/
H A Dfile_path_pa_unittest.cc20 struct UnaryTestData { struct
21 FilePath::StringType input;
22 FilePath::StringType expected;
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path_unittest.cc28 struct UnaryTestData { struct
29 const FilePath::CharType* input;
30 const FilePath::CharType* expected;
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path_unittest.cc38 struct UnaryTestData { struct
39 FilePath::StringPieceType input;
40 FilePath::StringPieceType expected;
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/layerTests/
H A DLogicalTestImpl.cpp128 class UnaryTestData class