#include "config.h"
#include <sys/types.h>
マクロ定義 | |
#define | DISALLOW_EVIL_CONSTRUCTORS(TypeName) |
型定義 | |
typedef signed char | schar |
typedef int8_t | int8 |
typedef int16_t | int16 |
typedef int32_t | int32 |
typedef int64_t | int64 |
typedef uint8_t | uint8 |
typedef uint16_t | uint16 |
typedef uint32_t | uint32 |
typedef uint64_t | uint64 |
変数 | |
const uint16 | kuint16max = ( (uint16) 0xFFFF) |
const uint32 | kuint32max = ( (uint32) 0xFFFFFFFF) |
const uint64 | kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max ) |
const int8 | kint8max = ( ( int8) 0x7F) |
const int16 | kint16max = ( ( int16) 0x7FFF) |
const int32 | kint32max = ( ( int32) 0x7FFFFFFF) |
const int64 | kint64max = ( ((( int64) kint32max) << 32) | kuint32max ) |
const int8 | kint8min = ( ( int8) 0x80) |
const int16 | kint16min = ( ( int16) 0x8000) |
const int32 | kint32min = ( ( int32) 0x80000000) |
const int64 | kint64min = ( ((( int64) kint32min) << 32) | 0 ) |
#define DISALLOW_EVIL_CONSTRUCTORS | ( | TypeName | ) |
値:
TypeName(const TypeName&); \ void operator=(const TypeName&)
tcmalloc-0.8/base/basictypes.h の 93 行で定義されています。
typedef int16_t int16 |
tcmalloc-0.8/base/basictypes.h の 54 行で定義されています。
typedef int32_t int32 |
tcmalloc-0.8/base/basictypes.h の 55 行で定義されています。
typedef int64_t int64 |
tcmalloc-0.8/base/basictypes.h の 59 行で定義されています。
typedef int8_t int8 |
tcmalloc-0.8/base/basictypes.h の 53 行で定義されています。
typedef signed char schar |
tcmalloc-0.8/base/basictypes.h の 52 行で定義されています。
typedef uint16_t uint16 |
tcmalloc-0.8/base/basictypes.h の 69 行で定義されています。
typedef uint32_t uint32 |
tcmalloc-0.8/base/basictypes.h の 70 行で定義されています。
typedef uint64_t uint64 |
tcmalloc-0.8/base/basictypes.h の 74 行で定義されています。
typedef uint8_t uint8 |
tcmalloc-0.8/base/basictypes.h の 68 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 82 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 87 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 83 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 88 行で定義されています。
const int64 kint64max = ( ((( int64) kint32max) << 32) | kuint32max ) |
tcmalloc-0.8/base/basictypes.h の 84 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 89 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 81 行で定義されています。
tcmalloc-0.8/base/basictypes.h の 86 行で定義されています。
const uint16 kuint16max = ( (uint16) 0xFFFF) |
tcmalloc-0.8/base/basictypes.h の 77 行で定義されています。
const uint32 kuint32max = ( (uint32) 0xFFFFFFFF) |
tcmalloc-0.8/base/basictypes.h の 78 行で定義されています。
const uint64 kuint64max = ( (((uint64) kuint32max) << 32) | kuint32max ) |
tcmalloc-0.8/base/basictypes.h の 79 行で定義されています。