Searched refs:BType (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DRepeatedFieldBuilder.java61 * @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, ITyp
[all...]
H A DSingleFieldBuilder.java54 * @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/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DProfileInfo.h53 template<class FType, class BType>
57 typedef std::pair<const BType*, const BType*> Edge;
60 typedef std::map<const BType*, double> BlockCounts;
61 typedef std::map<const BType*, const BType*> Path;
98 static Edge getEdge(const BType *Src, const BType *Dest) {
107 double getExecutionCount(const BType *BB);
109 void setExecutionCount(const BType *B
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileVerifierPass.cpp34 template<class FType, class BType>
38 const BType *BB;
46 ProfileInfoT<FType, BType> *PI;
47 std::set<const BType*> BBisVisited;
55 std::set<const BType*> BBisPrinted;
57 void printDebugInfo(const BType *BB);
73 AU.addRequired<ProfileInfoT<FType, BType> >();
82 void recurseBasicBlock(const BType*);
85 double ReadOrAssert(typename ProfileInfoT<FType, BType>::Edge);
91 template<class FType, class BType>
[all...]
/external/clang/test/CodeGen/
H A D2008-03-24-BitField-And-Alloca.c43 unsigned int BType : 4; member in struct:_Key::__anon2415
/external/abi-dumper/
H A Dabi-dumper.pl3590 if(my $BType = $TInfo{"BaseType"})
3592 if(my $BSize = $TypeInfo{$BType}{"Size"})
3609 if(my $BType = $TInfo{"BaseType"})
3611 if($TypeInfo{$BType}{"Type"}=~/MethodPtr|FuncPtr/)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1024 TargetLowering::BooleanContent BType = TLI->getBooleanContents(OpVT);
1025 return getNode(TLI->getExtendForContent(BType), SL, VT, Op);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp205 SymbolRef::Type BType = *BTypeOrErr; local
207 uint64_t BAddr = (BType != SymbolRef::ST_Function) ? 0 : B.getValue();
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl20685 my $BType = lc($TypeInfo{$LibVersion}{$BaseId}{"Type"});
20686 if($BType=~/Struct|Union|Enum/i)
20689 $TypeInfo{$LibVersion}{$TypeId}{"Name"}=~s/\A\Q$BName\E\b/$BType $BName/g;

Completed in 2188 milliseconds