11 static constexpr auto CallMethod = &JNIEnv::CallObjectMethod;
13 static constexpr auto GetField = &JNIEnv::GetObjectField;
14 static constexpr auto SetField = &JNIEnv::SetObjectField;
22 static constexpr auto CallMethod = &JNIEnv::CallBooleanMethod;
24 static constexpr auto GetField = &JNIEnv::GetBooleanField;
25 static constexpr auto SetField = &JNIEnv::SetBooleanField;
29 static constexpr auto NewArray = &JNIEnv::NewBooleanArray;
38 static constexpr auto CallMethod = &JNIEnv::CallByteMethod;
40 static constexpr auto GetField = &JNIEnv::GetByteField;
41 static constexpr auto SetField = &JNIEnv::SetByteField;
45 static constexpr auto NewArray = &JNIEnv::NewByteArray;
54 static constexpr auto CallMethod = &JNIEnv::CallCharMethod;
56 static constexpr auto GetField = &JNIEnv::GetCharField;
57 static constexpr auto SetField = &JNIEnv::SetCharField;
61 static constexpr auto NewArray = &JNIEnv::NewCharArray;
70 static constexpr auto CallMethod = &JNIEnv::CallShortMethod;
72 static constexpr auto GetField = &JNIEnv::GetShortField;
73 static constexpr auto SetField = &JNIEnv::SetShortField;
77 static constexpr auto NewArray = &JNIEnv::NewShortArray;
86 static constexpr auto CallMethod = &JNIEnv::CallIntMethod;
88 static constexpr auto GetField = &JNIEnv::GetIntField;
89 static constexpr auto SetField = &JNIEnv::SetIntField;
93 static constexpr auto NewArray = &JNIEnv::NewIntArray;
104 static constexpr auto GetField = &JNIEnv::GetLongField;
105 static constexpr auto SetField = &JNIEnv::SetLongField;
109 static constexpr auto NewArray = &JNIEnv::NewLongArray;
120 static constexpr auto GetField = &JNIEnv::GetFloatField;
121 static constexpr auto SetField = &JNIEnv::SetFloatField;
125 static constexpr auto NewArray = &JNIEnv::NewFloatArray;
134 static constexpr auto CallMethod = &JNIEnv::CallDoubleMethod;
136 static constexpr auto GetField = &JNIEnv::GetDoubleField;
137 static constexpr auto SetField = &JNIEnv::SetDoubleField;
141 static constexpr auto NewArray = &JNIEnv::NewDoubleArray;
Definition advanced_ownership.hpp:6
static constexpr auto GetStaticField
Definition typed_methods.hpp:27
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:33
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:31
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:23
static constexpr auto NewArray
Definition typed_methods.hpp:29
static constexpr auto GetField
Definition typed_methods.hpp:24
static constexpr auto SetStaticField
Definition typed_methods.hpp:28
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:26
static constexpr auto GetArrayElements
Definition typed_methods.hpp:30
static constexpr auto SetField
Definition typed_methods.hpp:25
static constexpr auto CallMethod
Definition typed_methods.hpp:22
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:32
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:49
static constexpr auto GetStaticField
Definition typed_methods.hpp:43
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:47
static constexpr auto GetArrayElements
Definition typed_methods.hpp:46
static constexpr auto NewArray
Definition typed_methods.hpp:45
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:42
static constexpr auto SetStaticField
Definition typed_methods.hpp:44
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:39
static constexpr auto SetField
Definition typed_methods.hpp:41
static constexpr auto GetField
Definition typed_methods.hpp:40
static constexpr auto CallMethod
Definition typed_methods.hpp:38
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:48
static constexpr auto GetStaticField
Definition typed_methods.hpp:59
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:58
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:55
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:65
static constexpr auto CallMethod
Definition typed_methods.hpp:54
static constexpr auto SetField
Definition typed_methods.hpp:57
static constexpr auto GetArrayElements
Definition typed_methods.hpp:62
static constexpr auto SetStaticField
Definition typed_methods.hpp:60
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:63
static constexpr auto GetField
Definition typed_methods.hpp:56
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:64
static constexpr auto NewArray
Definition typed_methods.hpp:61
static constexpr auto SetStaticField
Definition typed_methods.hpp:140
static constexpr auto CallMethod
Definition typed_methods.hpp:134
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:144
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:143
static constexpr auto NewArray
Definition typed_methods.hpp:141
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:135
static constexpr auto GetField
Definition typed_methods.hpp:136
static constexpr auto GetArrayElements
Definition typed_methods.hpp:142
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:145
static constexpr auto GetStaticField
Definition typed_methods.hpp:139
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:138
static constexpr auto SetField
Definition typed_methods.hpp:137
static constexpr auto CallMethod
Definition typed_methods.hpp:118
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:129
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:127
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:122
static constexpr auto GetStaticField
Definition typed_methods.hpp:123
static constexpr auto SetField
Definition typed_methods.hpp:121
static constexpr auto NewArray
Definition typed_methods.hpp:125
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:128
static constexpr auto GetArrayElements
Definition typed_methods.hpp:126
static constexpr auto SetStaticField
Definition typed_methods.hpp:124
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:119
static constexpr auto GetField
Definition typed_methods.hpp:120
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:97
static constexpr auto CallMethod
Definition typed_methods.hpp:86
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:96
static constexpr auto GetArrayElements
Definition typed_methods.hpp:94
static constexpr auto GetField
Definition typed_methods.hpp:88
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:95
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:90
static constexpr auto NewArray
Definition typed_methods.hpp:93
static constexpr auto GetStaticField
Definition typed_methods.hpp:91
static constexpr auto SetField
Definition typed_methods.hpp:89
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:87
static constexpr auto SetStaticField
Definition typed_methods.hpp:92
static constexpr auto GetStaticField
Definition typed_methods.hpp:107
static constexpr auto GetField
Definition typed_methods.hpp:104
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:103
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:112
static constexpr auto CallMethod
Definition typed_methods.hpp:102
static constexpr auto SetStaticField
Definition typed_methods.hpp:108
static constexpr auto NewArray
Definition typed_methods.hpp:109
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:113
static constexpr auto GetArrayElements
Definition typed_methods.hpp:110
static constexpr auto SetField
Definition typed_methods.hpp:105
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:111
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:106
static constexpr auto SetStaticField
Definition typed_methods.hpp:17
static constexpr auto GetStaticField
Definition typed_methods.hpp:16
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:12
static constexpr auto GetField
Definition typed_methods.hpp:13
static constexpr auto CallMethod
Definition typed_methods.hpp:11
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:15
static constexpr auto SetField
Definition typed_methods.hpp:14
static constexpr auto GetField
Definition typed_methods.hpp:72
static constexpr auto CallMethod
Definition typed_methods.hpp:70
static constexpr auto CallStaticMethod
Definition typed_methods.hpp:74
static constexpr auto ReleaseArrayElements
Definition typed_methods.hpp:79
static constexpr auto SetArrayRegion
Definition typed_methods.hpp:81
static constexpr auto GetArrayElements
Definition typed_methods.hpp:78
static constexpr auto GetArrayRegion
Definition typed_methods.hpp:80
static constexpr auto NewArray
Definition typed_methods.hpp:77
static constexpr auto SetField
Definition typed_methods.hpp:73
static constexpr auto GetStaticField
Definition typed_methods.hpp:75
static constexpr auto SetStaticField
Definition typed_methods.hpp:76
static constexpr auto CallNonvirtualMethod
Definition typed_methods.hpp:71
Definition typed_methods.hpp:7