Home
last modified time | relevance | path

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

/libnativehelper/tests/
DJniSafeRegisterNativeMethods_test.cpp24 std::string stringify_helper(const T& val) { in stringify_helper() argument
26 ss << val; in stringify_helper()
893 jlong val) {} in android_os_Parcel_writeLong() argument
897 jfloat val) {} in android_os_Parcel_writeFloat() argument
901 jdouble val) {} in android_os_Parcel_writeDouble() argument
905 jstring val) {} in android_os_Parcel_writeString() argument
/libnativehelper/include_platform_header_only/nativehelper/detail/
Dsignature_checker.h359 inline std::ostream& operator<<(std::ostream& os, const ConstexprOptional<T>& val) {
360 if (val) {
361 os << val.value();