Searched refs:ParseProtoFromJByteArray (Results 1 – 6 of 6) sorted by relevance
52 using fcp::jni::ParseProtoFromJByteArray;230 ParseProtoFromJByteArray< in PerformRequests()337 auto sent_received_bytes = ParseProtoFromJByteArray<JniHttpSentReceivedBytes>( in TotalSentReceivedBytes()439 ParseProtoFromJByteArray<JniHttpResponse>(env, response_proto)); in OnResponseStarted()448 ParseProtoFromJByteArray< in OnResponseError()477 ParseProtoFromJByteArray< in OnResponseBodyError()
32 using fcp::jni::ParseProtoFromJByteArray;42 ParseProtoFromJByteArray< in JFUN()
34 using ::fcp::jni::ParseProtoFromJByteArray;
29 using ::fcp::jni::ParseProtoFromJByteArray;
99 static MessageT ParseProtoFromJByteArray(JNIEnv* env, jbyteArray byte_array) { in ParseProtoFromJByteArray() function