Home
last modified time | relevance | path

Searched refs:Example2 (Results 1 – 25 of 29) sorted by relevance

12

/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DEnumDeserializationFromInt1850Test.java17 enum Example2 { enum in EnumDeserializationFromInt1850Test
21 Example2(int x) { this.x = x; } in Example2() method in EnumDeserializationFromInt1850Test.Example2
32 json = mapper.writeValueAsString(Example2.A); in testEnumFromInt1850()
33 Example2 e2 = mapper.readValue(json, Example2.class); in testEnumFromInt1850()
34 assertEquals(Example2.A, e2); in testEnumFromInt1850()
/external/flatbuffers/tests/MyGame/Example2/
DMonster.cs5 namespace MyGame.Example2
24 public static Offset<MyGame.Example2.Monster> EndMonster(FlatBufferBuilder builder) { in EndMonster()
26 return new Offset<MyGame.Example2.Monster>(o); in EndMonster()
35 public static Offset<MyGame.Example2.Monster> Pack(FlatBufferBuilder builder, MonsterT _o) { in Pack()
36 if (_o == null) return default(Offset<MyGame.Example2.Monster>); in Pack()
DMonster.kt3 package MyGame.Example2
DMonster.php4 namespace MyGame\Example2;
DMonster.go3 package Example2 package
DMonster.java3 package MyGame.Example2;
/external/flatbuffers/tests/
DGoTest.sh29 mkdir -p ${go_src}/MyGame/Example2
35 cp -a MyGame/Example2/*.go ./go_gen/src/MyGame/Example2/
Dmonster_test_generated.h16 namespace Example2 {
56 namespace Example2 {
85 namespace Example2 {
235 template<> struct AnyTraits<MyGame::Example2::Monster> {
287 MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() {
289 reinterpret_cast<MyGame::Example2::MonsterT *>(value) : nullptr;
291 const MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() const {
293 reinterpret_cast<const MyGame::Example2::MonsterT *>(value) : nullptr;
313 return *(reinterpret_cast<const MyGame::Example2::MonsterT *>(lhs.value)) ==
314 *(reinterpret_cast<const MyGame::Example2::MonsterT *>(rhs.value));
[all …]
Dmonster_test.fbs9 namespace MyGame.Example2;
34 union Any { Monster, TestSimpleTableWithEnum, MyGame.Example2.Monster }
36 union AnyUniqueAliases { M: Monster, TS: TestSimpleTableWithEnum, M2: MyGame.Example2.Monster }
Dmonster_test_generated.js19 MyGame.Example2 = MyGame.Example2 || {};
220 MyGame.Example2.Monster = function() {
237 MyGame.Example2.Monster.prototype.__init = function(i, bb) {
248 MyGame.Example2.Monster.getRootAsMonster = function(bb, obj) {
249 …return (obj || new MyGame.Example2.Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb…
257 MyGame.Example2.Monster.getSizePrefixedRootAsMonster = function(bb, obj) {
259 …return (obj || new MyGame.Example2.Monster).__init(bb.readInt32(bb.position()) + bb.position(), bb…
265 MyGame.Example2.Monster.startMonster = function(builder) {
273 MyGame.Example2.Monster.endMonster = function(builder) {
282 MyGame.Example2.Monster.createMonster = function(builder) {
[all …]
/external/flatbuffers/tests/MyGame/Example/
DAny.cs29 …public MyGame.Example2.MonsterT AsMyGame_Example2_Monster() { return this.As<MyGame.Example2.Monst… in AsMyGame_Example2_Monster()
36 …case Any.MyGame_Example2_Monster: return MyGame.Example2.Monster.Pack(builder, _o.AsMyGame_Example… in Pack()
78 …case Any.MyGame_Example2_Monster: _o.Value = serializer.Deserialize<MyGame.Example2.MonsterT>(read… in ReadJson()
DAnyUniqueAliases.cs29 public MyGame.Example2.MonsterT AsM2() { return this.As<MyGame.Example2.MonsterT>(); } in AsM2()
36 case AnyUniqueAliases.M2: return MyGame.Example2.Monster.Pack(builder, _o.AsM2()).Value; in Pack()
78 …case AnyUniqueAliases.M2: _o.Value = serializer.Deserialize<MyGame.Example2.MonsterT>(reader); bre… in ReadJson()
DAny.py23 import MyGame.Example2.Monster
24 return MyGame.Example2.Monster.MonsterT.InitFromBuf(table.Bytes, table.Pos)
DAnyUniqueAliases.py23 import MyGame.Example2.Monster
24 return MyGame.Example2.Monster.MonsterT.InitFromBuf(table.Bytes, table.Pos)
/external/flatbuffers/tests/cpp17/generated_cpp17/
Dmonster_test_generated.h16 namespace Example2 {
56 namespace Example2 {
207 template<> struct AnyTraits<MyGame::Example2::Monster> {
259 MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() {
261 reinterpret_cast<MyGame::Example2::MonsterT *>(value) : nullptr;
263 const MyGame::Example2::MonsterT *AsMyGame_Example2_Monster() const {
265 reinterpret_cast<const MyGame::Example2::MonsterT *>(value) : nullptr;
320 template<> struct AnyUniqueAliasesTraits<MyGame::Example2::Monster> {
372 MyGame::Example2::MonsterT *AsM2() {
374 reinterpret_cast<MyGame::Example2::MonsterT *>(value) : nullptr;
[all …]
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child2/src/main/java/package2/
DExample2.java14 public class Example2 { class
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/child2/src/main/java/package2/
DExample2.java14 public class Example2 { class
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child2v2/src/main/java/package2/
DExample2.java14 public class Example2 { class
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate-customization/child2/src/test/java/package2/
DExample2Test.java20 new Example2().a(); in test()
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child2/src/test/java/package2/
DExample2Test.java20 new Example2().a(); in test()
/external/jacoco/jacoco-maven-plugin.test/it/it-report-aggregate/child2v2/src/test/java/package2/
DExample2Test.java20 new Example2().a(); in test()
/external/lottie/
DREADME.md27 ![Example2](gifs/Example2.gif)
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
Dp1.cpp24 namespace Example2 { namespace
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
Dp1.cpp24 namespace Example2 { namespace
/external/python/pybind11/docs/
Dfaq.rst206Example2, std::__1::vector<std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__…

12