Home
last modified time | relevance | path

Searched defs:TestT (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/optional/optional.specalg/
Dmake_optional_explicit_initializer_list.pass.cpp23 struct TestT { struct
26 …constexpr TestT(std::initializer_list<int> il) : x(*il.begin()), size(static_cast<int>(il.size()))… in TestT() argument
27 constexpr TestT(std::initializer_list<int> il, const int*) in TestT() argument
/external/llvm-project/libcxx/test/std/utilities/optional/optional.specalg/
Dmake_optional_explicit_initializer_list.pass.cpp22 struct TestT { struct
25 …constexpr TestT(std::initializer_list<int> il) : x(*il.begin()), size(static_cast<int>(il.size()))… in TestT() argument
26 constexpr TestT(std::initializer_list<int> il, const int*) in TestT() function
/external/flatbuffers/tests/MyGame/Example/
DTest.go9 type TestT struct { struct
10 A int16
11 B int8
14 func (t *TestT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
18 func (rcv *Test) UnPackTo(t *TestT) {
DTest.cs49 public class TestT class
56 public TestT() { in TestT() method in MyGame.Example.TestT
DTest.py29 class TestT(object): class
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h2419 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h2441 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h2416 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
/external/googletest/googletest/include/gtest/
Dgtest.h2458 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local