OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ByteType
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/Support/
LEB128.h
23
typedef unsigned char
ByteType
;
27
size_t encode(
ByteType
*&pBuf, IntType pValue);
30
IntType decode(const
ByteType
*pBuf, size_t &pSize);
33
IntType decode(const
ByteType
*&pBuf);
56
size_t encode<uint64_t>(
ByteType
*&pBuf, uint64_t pValue);
59
size_t encode<uint32_t>(
ByteType
*&pBuf, uint32_t pValue);
65
size_t encode<int64_t>(
ByteType
*&pBuf, int64_t pValue);
68
size_t encode<int32_t>(
ByteType
*&pBuf, int32_t pValue);
76
uint64_t decode<uint64_t>(const
ByteType
*pBuf, size_t &pSize);
83
uint64_t decode<uint64_t>(const
ByteType
*&pBuf)
[
all
...]
/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 23 milliseconds