Home
last modified time | relevance | path

Searched refs:Size_t (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport_static-exception/jni/
Dunroll1.cpp43 typedef typename DT::Size_t Size_t; typedef in Domain
59 Size_t length() const { return DT::length(this->domain_m); } in length()
61 Size_t size() const { return length(); } in size()
70 typedef int Size_t; typedef
119 typedef int Size_t; typedef
/ndk/tests/device/test-stlport_shared-exception/jni/
Dunroll1.cpp43 typedef typename DT::Size_t Size_t; typedef in Domain
59 Size_t length() const { return DT::length(this->domain_m); } in length()
61 Size_t size() const { return length(); } in size()
70 typedef int Size_t; typedef
119 typedef int Size_t; typedef
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc365 TEST(PrintBuiltInTypeTest, Size_t) { in TEST() argument