HomeSort by relevance Sort by last modified time
    Searched refs:array_bytes (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/util/java/
string_utils.cc 43 jbyte* const array_bytes = env->GetByteArrayElements(array, JNI_FALSE); local
46 *result = std::string(reinterpret_cast<char*>(array_bytes), length);
49 env->ReleaseByteArrayElements(array, array_bytes, JNI_ABORT);
  /external/protobuf/php/ext/google/protobuf/
upb.c 4463 size_t array_bytes; local
4476 memset(mutable_array(t), 0xff, array_bytes); local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 4710 size_t array_bytes; local
4723 memset(mutable_array(t), 0xff, array_bytes); local
    [all...]

Completed in 415 milliseconds