Home
last modified time | relevance | path

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

12345678

/external/cronet/buildtools/third_party/libc++/trunk/include/__numeric/
Dtransform_reduce.h26 … _InputIterator __last, _Tp __init, in transform_reduce()
36 … _InputIterator2 __first2, _Tp __init, in transform_reduce()
46 … _InputIterator2 __first2, _Tp __init) { in transform_reduce()
Daccumulate.h25 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in accumulate()
39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) in accumulate()
Dexclusive_scan.h27 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init,… in exclusive_scan()
45 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init)… in exclusive_scan()
Dinner_product.h25 …er_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) in inner_product()
40 _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) in inner_product()
Dreduce.h26 _Tp __init, _BinaryOp __b) { in reduce()
34 _Tp __init) { in reduce()
Dtransform_inclusive_scan.h28 _OutputIterator __result, _BinaryOp __b, _UnaryOp __u, _Tp __init) in transform_inclusive_scan()
45 typename iterator_traits<_InputIterator>::value_type __init = __u(*__first); in transform_inclusive_scan() local
Dinclusive_scan.h28 …nputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _Tp __init) { in inclusive_scan()
40 typename iterator_traits<_InputIterator>::value_type __init = *__first; in inclusive_scan() local
/external/flatbuffers/tests/union_vector/
DRapunzel.kt10 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in Rapunzel
DBookReader.kt10 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DFallingTub.kt10 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DHandFan.kt10 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in HandFan
DAttacker.kt10 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/flatbuffers/tests/MyGame/Example/
DStructOfStructsOfStructs.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DAbility.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.Ability
DTest.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.Test
DStructOfStructs.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
DTestSimpleTableWithEnum.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example.TestSimpleTableWithEnum
DVec3.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/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
/external/arm-trusted-firmware/include/lib/libc/
Dcdefs.h22 #define __init __section(".text.init." __FILE__ "." __XSTRING(__LINE__)) macro
24 #define __init macro
/external/flatbuffers/tests/MyGame/
DInParentNamespace.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/flatbuffers/tests/MyGame/Example2/
DMonster.kt12 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method in MyGame.Example2.Monster
/external/flatbuffers/tests/namespace_test/NamespaceA/
DSecondTableInA.kt13 fun __init(_i: Int, _bb: ByteBuffer) { in __init() method
/external/flatbuffers/tests/ts/ts-flat-files/
Dmonster_test_generated.ts145 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_OtherNameSpace_Unused { method in MyGame_OtherNameSpace_Unused
170 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_OtherNameSpace_TableB { method in MyGame_OtherNameSpace_TableB
221 __init(i:number, bb:flatbuffers.ByteBuffer):TableA { method in TableA
272 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_InParentNamespace { method in MyGame_InParentNamespace
313 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example2_Monster { method in MyGame_Example2_Monster
354 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example_Test { method in MyGame_Example_Test
385 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example_TestSimpleTableWithEnum { method in MyGame_Example_TestSimpleTableWithEnum
436 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example_Vec3 { method in MyGame_Example_Vec3
492 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example_Ability { method in MyGame_Example_Ability
522 __init(i:number, bb:flatbuffers.ByteBuffer):MyGame_Example_StructOfStructs { method in MyGame_Example_StructOfStructs
[all …]

12345678