Home
last modified time | relevance | path

Searched refs:childDescription (Results 1 – 1 of 1) sorted by relevance

/test/ext/junit-gtest/src/main/cpp/
Dgtest_wrapper.cpp98 void addChild(JNIEnv* env, jobject description, jobject childDescription) { in addChild() argument
99 env->CallVoidMethod(description, gDescription.addChild, childDescription); in addChild()