HomeSort by relevance Sort by last modified time
    Searched refs:Test4 (Results 26 - 42 of 42) sorted by null

12

  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 77 var test4 = fbb.EndVector();
92 Monster.AddTest4(fbb, test4);
200 var test0 = monster.Test4(0).Value;
201 var test1 = monster.Test4(1).Value;
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance.cpp 126 namespace Test4 {
135 // CHECK-LABEL: VFTable for 'A' in 'C' in 'Test4::X' (2 entries).
143 // CHECK-NOT: VFTable indices for 'Test4::X'
145 // MANGLING-DAG: @"\01??_7X@Test4@@6B@"
microsoft-abi-member-pointers.cpp 625 namespace Test4 {
634 // CHECK-LABEL: define i64 @"\01?getmp@Test4@@YAP8C@1@AEXXZXZ"()
635 // CHECK: store { i8*, i32 } { i8* bitcast (void (%"struct.Test4::C"*, ...)* @"\01??_9C@Test4@@$BA@AE" to i8*), i32 4 }, { i8*, i32 }* %{{.*}}
638 // CHECK-LABEL: define linkonce_odr x86_thiscallcc void @"\01??_9C@Test4@@$BA@AE"(%"struct.Test4::C"* %this, ...) {{.*}} comdat
640 // CHECK: load void (%"struct.Test4::C"*, ...)**, void (%"struct.Test4::C"*, ...)*** %{{.*}}
641 // CHECK: getelementptr inbounds void (%"struct.Test4::C"*, ...)*, void (%"struct.Test4::C"*, ...)** %{{.*}}, i64
    [all...]
microsoft-abi-vbtables.cpp 60 namespace Test4 {
67 // CHECK-DAG: @"\01??_8C@Test4@@7B@" = {{.*}} [2 x i32] [i32 0, i32 12]
68 // CHECK-DAG: @"\01??_8B@Test4@@7B@" = {{.*}} [2 x i32] [i32 0, i32 8]
vtable-layout.cpp 211 namespace Test4 {
223 // CHECK-8: Vtable for 'Test4::B' (4 entries).
225 // CHECK-8-NEXT: 1 | Test4::B RTTI
226 // CHECK-8-NEXT: -- (Test4::A, 0) vtable address --
227 // CHECK-8-NEXT: -- (Test4::B, 0) vtable address --
228 // CHECK-8-NEXT: 2 | Test4::R3 *Test4::B::f()
230 // CHECK-8-NEXT: 3 | Test4::R3 *Test4::B::f()
232 // CHECK-8: VTable indices for 'Test4::B' (1 entries)
    [all...]
visibility.cpp 186 namespace Test4 HIDDEN {
189 // Test4::g is in a hidden namespace.
522 static void test4() {} function in struct:Test20::B
527 void test4() { function in namespace:Test20
528 B<A<2> >::test4();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_case.py     [all...]
  /external/python/cpython2/Lib/unittest/test/
test_case.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_case.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_case.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py     [all...]
  /external/flatbuffers/tests/
go_test.go 260 ok := monster.Test4(&test0, 0)
262 fail(FailString("monster.Test4(&test0, 0)", true, ok))
266 ok = monster.Test4(&test1, 1)
268 fail(FailString("monster.Test4(&test1, 1)", true, ok))
1060 test4 := b.EndVector(2)
1087 b.PrependUOffsetTSlot(9, test4, 0)
1143 test4 := b.EndVector(2)
1160 example.MonsterAddTest4(b, test4)
    [all...]
py_test.py 136 test0 = monster.Test4(0)
139 test1 = monster.Test4(1)
790 test4 = b.EndVector(2)
807 MyGame.Example.Monster.MonsterAddTest4(b, test4)
876 self.assertEqual(None, self.mon.Test4(0))
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.py 94 def Test4(self, j):
310 def MonsterAddTest4(builder, test4): builder.PrependUOffsetTRelativeSlot(9, flatbuffers.number_types.UOffsetTFlags.py_type(test4), 0)
Monster.cs 36 public Test? Test4(int j) { int o = __p.__offset(22); return o != 0 ? (Test?)(new Test()).__assign(__p.__vector(o) + j * 4, __p.bb) : null; }
Monster.go 133 func (rcv *Monster) Test4(obj *Test, j int) bool {
452 func MonsterAddTest4(builder *flatbuffers.Builder, test4 flatbuffers.UOffsetT) {
453 builder.PrependUOffsetTSlot(9, flatbuffers.UOffsetT(test4), 0)

Completed in 591 milliseconds

12