Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/optional/optional.specalg/
Dmake_optional_explicit_initializer_list.pass.cpp22 struct TestT { struct
26 constexpr TestT(std::initializer_list<int> il) in TestT() argument
28 constexpr TestT(std::initializer_list<int> il, int *p) in TestT() function
/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() function
/external/flatbuffers/tests/MyGame/Example/
DTest.go9 type TestT struct { struct
10 A int16 `json:"a"`
11 B int8 `json:"b"`
14 func (t *TestT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {
18 func (rcv *Test) UnPackTo(t *TestT) {
DTestT.java10 public class TestT { class
23 public TestT() { in TestT() method in TestT
DTest.cs49 public class TestT class
56 public TestT() { in TestT() method in MyGame.Example.TestT
DTest.py33 class TestT(object): class
/external/flatbuffers/tests/monster_test/my_game/example/
Dtest_generated.rs140 pub fn unpack(&self) -> TestT { in unpack()
149 pub struct TestT { struct
153 impl TestT { implementation
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dtest_generated.rs154 pub fn unpack(&self) -> TestT { in unpack()
163 pub struct TestT { struct
167 impl TestT { implementation
/external/flatbuffers/tests/my-game/example/
Dtest.ts65 export class TestT { class
Dtest.js47 export class TestT { class
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h2454 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h2454 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/cronet/third_party/googletest/src/googletest/include/gtest/
Dgtest.h2253 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
/external/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h2262 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
/external/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2262 using TestT = typename std::remove_pointer<decltype(factory())>::type; in RegisterTest() local
/external/flatbuffers/tests/
Dmonster_test_generated.py225 class TestT(object): class