Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp37 std::string stringify_helper(const T& val) { in DEFINE_JNI_TYPE_TRAIT()
39 ss << val; in DEFINE_JNI_TYPE_TRAIT()
906 jlong val) {} in android_os_Parcel_writeLong() argument
910 jfloat val) {} in android_os_Parcel_writeFloat() argument
914 jdouble val) {} in android_os_Parcel_writeDouble() argument
918 jstring val) {} in android_os_Parcel_writeString() argument
/libnativehelper/platform_include/nativehelper/detail/
Dsignature_checker.h358 inline std::ostream& operator<<(std::ostream& os, const ConstexprOptional<T>& val) {
359 if (val) {
360 os << val.value();