OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BType
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
RepeatedFieldBuilder.java
61
* @param <
BType
> the type of builder for the field
68
BType
extends GeneratedMessage.Builder,
84
private List<SingleFieldBuilder<MType,
BType
, IType>> builders;
108
private MessageExternalList<MType,
BType
, IType> externalMessageList;
114
private BuilderExternalList<MType,
BType
, IType> externalBuilderList;
121
private MessageOrBuilderExternalList<MType,
BType
, IType>
167
new ArrayList<SingleFieldBuilder<MType,
BType
, IType>>(
223
SingleFieldBuilder<MType,
BType
, IType> builder = builders.get(index);
243
public
BType
getBuilder(int index) {
245
SingleFieldBuilder<MType,
BType
, IType> builder = builders.get(index)
[
all
...]
SingleFieldBuilder.java
54
* @param <
BType
> the type of builder for the field
61
BType
extends GeneratedMessage.Builder,
73
private
BType
builder;
136
public
BType
getBuilder() {
142
builder = (
BType
) message.newBuilderForType(this);
170
public SingleFieldBuilder<MType,
BType
, IType> setMessage(
190
public SingleFieldBuilder<MType,
BType
, IType> mergeFrom(
207
public SingleFieldBuilder<MType,
BType
, IType> clear() {
/external/llvm/include/llvm/Analysis/
ProfileInfo.h
54
template<class FType, class
BType
>
58
typedef std::pair<const
BType
*, const
BType
*> Edge;
61
typedef std::map<const
BType
*, double> BlockCounts;
62
typedef std::map<const
BType
*, const
BType
*> Path;
97
static Edge getEdge(const
BType
*Src, const
BType
*Dest) {
106
double getExecutionCount(const
BType
*BB);
108
void setExecutionCount(const
BType
*BB, double w)
[
all
...]
ProfileDataLoader.h
11
// The ProfileDataT<FType,
BType
> class is used to store the mapping of this
36
/// \brief The ProfileDataT<FType,
BType
> class is used to store the mapping of
40
template<class FType, class
BType
>
45
typedef std::pair<const
BType
*, const
BType
*> Edge;
68
static Edge getEdge(const
BType
*Src, const
BType
*Dest) {
/external/llvm/lib/Analysis/
ProfileVerifierPass.cpp
35
template<class FType, class
BType
>
39
const
BType
*BB;
47
ProfileInfoT<FType,
BType
> *PI;
48
std::set<const
BType
*> BBisVisited;
56
std::set<const
BType
*> BBisPrinted;
58
void printDebugInfo(const
BType
*BB);
74
AU.addRequired<ProfileInfoT<FType,
BType
> >();
83
void recurseBasicBlock(const
BType
*);
86
double ReadOrAssert(typename ProfileInfoT<FType,
BType
>::Edge);
92
template<class FType, class
BType
>
[
all
...]
/external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c
43
unsigned int
BType
: 4;
/external/llvm/tools/llvm-objdump/
MachODump.cpp
73
SymbolRef::Type AType,
BType
;
75
B.getType(
BType
);
82
if (
BType
!= SymbolRef::ST_Function)
Completed in 86 milliseconds