Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/files/
Dfile_path_pa_unittest.cc22 struct UnaryTestData { struct
23 FilePath::StringType input;
24 FilePath::StringType expected;
/external/libchrome/base/files/
Dfile_path_unittest.cc28 struct UnaryTestData { struct
29 const FilePath::CharType* input;
30 const FilePath::CharType* expected;
/external/cronet/base/files/
Dfile_path_unittest.cc37 struct UnaryTestData { struct
38 FilePath::StringPieceType input;
39 FilePath::StringPieceType expected;
/external/armnn/src/backends/backendsCommon/test/layerTests/
DLogicalTestImpl.cpp128 class UnaryTestData class