Home
last modified time | relevance | path

Searched defs:__init (Results 1 – 25 of 124) sorted by relevance

12345

/third_party/flatbuffers/tests/union_vector/
DRapunzel.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DBookReader.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DAttacker.kt11 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
Dbook-reader.ts10 __init(i:number, bb:flatbuffers.ByteBuffer):BookReader { method in BookReader
Drapunzel.ts10 __init(i:number, bb:flatbuffers.ByteBuffer):Rapunzel { method in Rapunzel
/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
DStructInNestedNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DTableInNestedNS.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/third_party/flatbuffers/tests/MyGame/Example/
DAbility.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.Ability
DTest.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DStructOfStructs.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.StructOfStructs
DTestSimpleTableWithEnum.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DVec3.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DReferrable.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/third_party/flatbuffers/tests/MyGame/Example2/
DMonster.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example2.Monster
/third_party/flatbuffers/tests/MyGame/
DInParentNamespace.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/third_party/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in NamespaceA.SecondTableInA
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Dinit.h2 #define __init macro
/third_party/flatbuffers/net/FlatBuffers/
DIFlatbufferObject.cs24 void __init(int _i, ByteBuffer _bb); in __init() method
/third_party/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/third_party/musl/ndk-test/sanitize/scudo/src/
Dpreinit.c17 void __init(void) { in __init() function
/third_party/flatbuffers/android/app/src/main/java/generated/com/fbs/app/
DAnimal.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/third_party/flatbuffers/grpc/examples/ts/greeter/src/models/
Dhello-reply.ts10 __init(i:number, bb:flatbuffers.ByteBuffer):HelloReply { method in HelloReply
Dhello-request.ts10 __init(i:number, bb:flatbuffers.ByteBuffer):HelloRequest { method in HelloRequest
/third_party/flatbuffers/tests/my-game/example/
Dstruct-of-structs.ts12 __init(i:number, bb:flatbuffers.ByteBuffer):StructOfStructs { method in StructOfStructs
/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dstruct-in-nested-n-s.ts10 __init(i:number, bb:flatbuffers.ByteBuffer):StructInNestedNS { method in StructInNestedNS

12345