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

  /art/tools/jvmti-agents/ti-fast/
tifast.cc 630 uint8_t req_bytes[sizeof(req)]; local
631 memcpy(req_bytes, &req, sizeof(req));
634 if ((req_bytes[i] & caps_bytes[i]) != req_bytes[i]) {
  /external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
alltypes_legacy.h 75 AllTypes_req_bytes_t req_bytes; member in struct:_AllTypes
  /external/nanopb-c/tests/backwards_compatibility/
alltypes_legacy.h 75 AllTypes_req_bytes_t req_bytes; member in struct:_AllTypes

Completed in 3594 milliseconds