Lines Matching defs:DocTests
105 struct DocTests : JavaClass<DocTests> { struct
106 static constexpr auto kJavaDescriptor = "Lcom/facebook/jni/DocTests;";
111 static local_ref<JDataHolder> runConstructor(alias_ref<JClass> clazz) { in runConstructor()
121 void callVoidMethod() { in callVoidMethod()
126 static void callStaticVoidMethod() { in callStaticVoidMethod()
136 static void nativeVoidMethod( in nativeVoidMethod()
143 static void staticNativeVoidMethod( in staticNativeVoidMethod()
153 addSomeNumbers(alias_ref<JClass> clazz, jbyte b, jshort s, jint i) { in addSomeNumbers()
176 static std::string fancyCat( in fancyCat()
202 static const char* getCString(alias_ref<JClass>) { in getCString()
210 static local_ref<JArrayInt> primitiveArrays( in primitiveArrays()
237 static local_ref<JArrayClass<JString>> classArrays( in classArrays()
273 static local_ref<JObject> convertReferences( in convertReferences()
284 static void castReferences( in castReferences()
309 static void callGetAndSetFields( in callGetAndSetFields()
316 static std::string showJObject( in showJObject()
347 static void catchAndThrow(alias_ref<JClass> clazz) { in catchAndThrow()
364 static local_ref<JDouble> scaleUp( in scaleUp()
378 static std::string concatMatches( in concatMatches()
403 static local_ref<JMap<JString, JList<JInteger>>> buildCollections( in buildCollections()
415 static local_ref<JByteBuffer> transformBuffer( in transformBuffer()
446 static void registerNatives() { in registerNatives()