Searched refs:bonk (Results 1 – 10 of 10) sorted by relevance
/thrift-3.4.0/lib/c_glib/test/ |
D | testdebugproto.c | 386 TTestBonk *bonk = NULL; in test_structs_nesting_properties_my_bonk() local 394 g_object_get (nesting, "my_bonk", &bonk, NULL); in test_structs_nesting_properties_my_bonk() 396 g_assert (bonk != NULL); in test_structs_nesting_properties_my_bonk() 397 g_assert (T_TEST_IS_BONK (bonk)); in test_structs_nesting_properties_my_bonk() 399 g_object_get (bonk, in test_structs_nesting_properties_my_bonk() 407 g_object_unref (bonk); in test_structs_nesting_properties_my_bonk() 408 bonk = NULL; in test_structs_nesting_properties_my_bonk() 411 bonk = g_object_new (T_TEST_TYPE_BONK, in test_structs_nesting_properties_my_bonk() 415 g_object_set (nesting, "my_bonk", bonk, NULL); in test_structs_nesting_properties_my_bonk() 416 g_object_unref (bonk); in test_structs_nesting_properties_my_bonk() [all …]
|
/thrift-3.4.0/lib/php/test/Validator/ |
D | BaseValidatorTest.php | 61 $bonk = new \ThriftTest\Bonk(); 64 $bonk->read($protocol); 69 $bonk = new \ThriftTest\Bonk(); 73 $bonk->write($protocol);
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/ |
D | TestTCompactProtocol.java | 44 Bonk bonk = new Bonk(); in testOOMDenialOfService() local 46 deser.deserialize(bonk, bytes); in testOOMDenialOfService()
|
/thrift-3.4.0/lib/php/test/JsonSerialize/ |
D | JsonSerializeTest.php | 94 $bonk = new \ThriftTest\Bonk(array('message' => 'foo')); 95 $nested = new \ThriftTest\NestedListsBonk(array('bonk' => array(array(array($bonk))))); 97 $expected->bonk = array(array(array((object)array('message' => 'foo'))));
|
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/ |
D | Fixtures.java | 1146 Bonk bonk = new Bonk(); 1147 bonk.setType(31337); 1148 bonk.setMessage("I am a bonk... xor!"); 1149 nesting = new Nesting(bonk, oneOfEach);
|
/thrift-3.4.0/lib/cpp/test/ |
D | ToStringTest.cpp | 155 l.bonk.assign(2, thrift::test::Bonk()); in BOOST_AUTO_TEST_CASE() 156 l.bonk[0].__set_message("a"); in BOOST_AUTO_TEST_CASE() 157 l.bonk[1].__set_message("b"); in BOOST_AUTO_TEST_CASE()
|
/thrift-3.4.0/lib/delphi/test/serializer/ |
D | TestSerializer.Data.pas | 213 var bonk : IBonk; 215 bonk := TBonkImpl.Create; 216 bonk.&Type := 31337; 217 bonk.Message := 'I am a bonk... xor!'; 220 result.My_bonk := bonk;
|
/thrift-3.4.0/lib/erl/test/ |
D | thrift_test_test.erl | 142 …{"ListBonks record", ?_assertMatch({'thrift.test.ListBonks', _}, #'thrift.test.ListBonks'{bonk=nul… 145 #'thrift.test.NestedListsBonk'{bonk=null} 329 {1, undefined, {list, {struct, {thrift_test_types, 'thrift.test.Bonk'}}}, bonk, []} 335 …{1, undefined, {list, {list, {list, {struct, {thrift_test_types, 'thrift.test.Bonk'}}}}}, bonk, []}
|
/thrift-3.4.0/test/v0.16/ |
D | ThriftTest.thrift | 391 1: list<Bonk> bonk 394 1: list<list<list<Bonk>>> bonk
|
/thrift-3.4.0/test/ |
D | ThriftTest.thrift | 399 1: list<Bonk> bonk 402 1: list<list<list<Bonk>>> bonk
|