HomeSort by relevance Sort by last modified time
    Searched refs:SetType (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 40 // - By providing a custom SetType class, unwanted graph nodes can be excluded
54 template<class SetType, bool External>
56 SetType Visited;
70 template<class SetType>
71 class po_iterator_storage<SetType, true> {
72 SetType &Visited;
74 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S
    [all...]
DepthFirstIterator.h 47 template<class SetType, bool External> // Non-external set
50 SetType Visited;
53 template<class SetType>
54 class df_iterator_storage<SetType, true> {
56 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
58 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
89 inline df_iterator(NodeType *Node, SetType &S)
90 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
barcode.cpp 32 void CFWL_Barcode::SetType(BC_TYPE type) {
35 static_cast<IFWL_Barcode*>(m_pIface)->SetType(type);
  /external/gptfdisk/
bsd.cc 310 guid.SetType(0xa502); break;
312 guid.SetType(0xa503); break;
314 guid.SetType(0x0700); break;
316 guid.SetType(0xa903); break;
318 guid.SetType(0xa501); break;
320 guid.SetType(0xa505); break;
322 guid.SetType(0xa903); break;
324 guid.SetType(0xa504); break;
326 guid.SetType(0xa503); break;
gptpart.h 74 void SetType(PartType t);
75 void SetType(uint16_t hex) {partitionType = hex;}
mbr.cc 61 partitions[0].SetType(UINT8_C(0xEE));
157 newPart.SetType(((uint16_t) origType) * 0x0100);
mbrpart.h 85 int SetType(uint8_t typeCode, int isExtended = 0);
  /development/testrunner/coverage/
coverage_target.py 40 def SetType(self, buildtype):
coverage_targets.py 109 target.SetType(target_element.getAttribute(self._TYPE_ATTR))
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_barcodeimp.h 34 virtual void SetType(BC_TYPE type);
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 62 err_msg.SetType(GetStunErrorResponseType(msg.type()));
85 response->SetType(STUN_BINDING_RESPONSE);
stunserver_unittest.cc 79 req.SetType(STUN_BINDING_REQUEST);
stunrequest_unittest.cc 50 msg->SetType(type);
93 request->SetType(STUN_BINDING_REQUEST);
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 107 field.SetType(UnknownField::TYPE_VARINT);
116 field.SetType(UnknownField::TYPE_FIXED32);
125 field.SetType(UnknownField::TYPE_FIXED64);
134 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED);
145 field.SetType(UnknownField::TYPE_GROUP);
unknown_field_set.h 206 inline void SetType(Type type);
310 inline void UnknownField::SetType(Type type) {
  /art/runtime/mirror/
field-inl.h 76 ret->SetType<kTransactionActive>(type.Get());
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_barcode.h 54 void SetType(BC_TYPE type);
  /external/v8/test/unittests/compiler/
graph-unittest.cc 58 NodeProperties::SetType(node, type);
112 NodeProperties::SetType(node, type);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 241 void SetType(object t, int type);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 229 void SetType(T t, int type);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_barcodeimp.cpp 23 void IFWL_Barcode::SetType(BC_TYPE type) {
24 static_cast<CFWL_BarcodeImp*>(GetImpl())->SetType(type);
186 void CFWL_BarcodeImp::SetType(BC_TYPE type) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type )
ITreeAdaptor.cs 261 void SetType( object t, int type );
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.h 89 IMB_Result SetType(IntelMetadataBufferType type);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 168 public virtual void SetType(object t, int type) {
169 adaptor.SetType(t, type);

Completed in 348 milliseconds

1 2 3 4