HomeSort by relevance Sort by last modified time
    Searched refs:BType (Results 1 - 9 of 9) sorted by null

  /external/protobuf/java/core/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/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfo.h 53 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 *BB, double w)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 34 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/
2008-03-24-BitField-And-Alloca.c 43 unsigned int BType : 4;
  /external/abi-dumper/
abi-dumper.pl     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 205 SymbolRef::Type BType = *BTypeOrErr;
207 uint64_t BAddr = (BType != SymbolRef::ST_Function) ? 0 : B.getValue();
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 139 milliseconds