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 19 typedef unsigned char ByteType;
23 size_t encode(ByteType*& pBuf, IntType pValue);
26 IntType decode(const ByteType* pBuf, size_t& pSize);
29 IntType decode(const ByteType*& pBuf);
52 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue);
55 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue);
61 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue);
64 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue);
72 uint64_t decode<uint64_t>(const ByteType* pBuf, size_t& pSize);
79 uint64_t decode<uint64_t>(const ByteType*& pBuf)
    [all...]
  /external/webrtc/webrtc/base/
buffer.h 26 // (Internal; please don't use outside this file.) ByteType<T>::t is int if T
30 // template <typename T, typename ByteType<T>::t = 0>
35 struct ByteType {
61 template <typename T, typename internal::ByteType<T>::t = 0>
64 template <typename T, typename internal::ByteType<T>::t = 0>
71 template <typename T, size_t N, typename internal::ByteType<T>::t = 0>
79 template <typename T = uint8_t, typename internal::ByteType<T>::t = 0>
84 template <typename T = uint8_t, typename internal::ByteType<T>::t = 0>
123 template <typename T, typename internal::ByteType<T>::t = 0>
129 template <typename T, size_t N, typename internal::ByteType<T>::t = 0
    [all...]
  /system/tools/aidl/
type_cpp.cpp 155 class ByteType : public Type {
157 ByteType()
165 virtual ~ByteType() = default;
169 DISALLOW_COPY_AND_ASSIGN(ByteType);
414 Add(new ByteType());
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 371 milliseconds