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

  /frameworks/compile/mclinker/include/mcld/Support/
LEB128.h 20 typedef unsigned char ByteType;
24 size_t encode(ByteType *&pBuf, IntType pValue);
27 IntType decode(const ByteType *pBuf, size_t &pSize);
30 IntType decode(const ByteType *&pBuf);
53 size_t encode<uint64_t>(ByteType *&pBuf, uint64_t pValue);
56 size_t encode<uint32_t>(ByteType *&pBuf, uint32_t pValue);
62 size_t encode<int64_t>(ByteType *&pBuf, int64_t pValue);
65 size_t encode<int32_t>(ByteType *&pBuf, int32_t pValue);
73 uint64_t decode<uint64_t>(const ByteType *pBuf, size_t &pSize);
80 uint64_t decode<uint64_t>(const ByteType *&pBuf)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStream.h 30 union ByteType {
  /art/runtime/verifier/
reg_type.h 410 class ByteType : public Cat1Type {
416 static ByteType* CreateInstance(mirror::Class* klass, const std::string& descriptor,
419 static ByteType* GetInstance();
422 ByteType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id)
426 static ByteType* instance_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 

Completed in 4886 milliseconds