Searched refs:SetType (Results 1 - 25 of 36) sorted by relevance

12

/external/llvm/include/llvm/ADT/
H A DPostOrderIterator.h26 template<class SetType, bool External> // Non-external set
29 SetType Visited;
32 /// DFSetTraits - Allow the SetType used to record depth-first search results to
34 template<class SetType>
37 typename SetType::iterator::value_type, SetType &) {}
40 template<class SetType>
41 class po_iterator_storage<SetType, true> {
43 po_iterator_storage(SetType &VSet) : Visited(VSet) {}
45 SetType
36 finishPostorder( typename SetType::iterator::value_type, SetType &) argument
[all...]
H A DDepthFirstIterator.h46 template<class SetType, bool External> // Non-external set
49 SetType Visited;
52 template<class SetType>
53 class df_iterator_storage<SetType, true> {
55 df_iterator_storage(SetType &VSet) : Visited(VSet) {}
57 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
88 inline df_iterator(NodeType *Node, SetType &S)
89 : df_iterator_storage<SetType, ExtStorag
[all...]
/external/llvm/lib/MC/
H A DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
H A DMCELFStreamer.cpp50 MCELF::SetType(SD, ELF::STT_TLS);
162 MCELF::SetType(SD, ELF::STT_FUNC);
166 MCELF::SetType(SD, ELF::STT_OBJECT);
170 MCELF::SetType(SD, ELF::STT_TLS);
174 MCELF::SetType(SD, ELF::STT_COMMON);
178 MCELF::SetType(SD, ELF::STT_NOTYPE);
204 MCELF::SetType(SD, ELF::STT_OBJECT);
314 MCELF::SetType(SD, ELF::STT_TLS);
H A DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { function in class:llvm::MCELF
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc88 response.SetType(STUN_BINDING_RESPONSE);
140 err_msg.SetType(GetStunErrorResponseType(msg.type()));
H A Dstun.h127 void SetType(StunMessageType type) { type_ = type; } function in class:cricket::StunMessage
310 void SetType(int index, uint16 value);
H A Drelayserver.cc77 err_msg.SetType(GetStunErrorResponseType(msg.type()));
436 response.SetType(STUN_ALLOCATE_RESPONSE);
515 response.SetType(STUN_SEND_RESPONSE);
623 msg.SetType(STUN_DATA_INDICATION);
H A Dstunport.cc58 request->SetType(STUN_BINDING_REQUEST);
H A Drelayport.cc537 request.SetType(STUN_SEND_REQUEST);
732 request->SetType(STUN_ALLOCATE_REQUEST);
H A Dport.cc338 response.SetType(STUN_BINDING_RESPONSE);
387 response.SetType(STUN_BINDING_ERROR_RESPONSE);
473 request->SetType(STUN_BINDING_REQUEST);
/external/chromium/chrome/browser/autofill/
H A Daddress_field.h30 void SetType(AddressType address_type) { type_ = address_type; } function in class:AddressField
H A Dform_field.cc294 addresses[0]->SetType(addresses[0]->FindType());
302 addresses[0]->SetType(reversed ? kShippingAddress : kBillingAddress);
303 addresses[1]->SetType(reversed ? kBillingAddress : kShippingAddress);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h73 using FstImpl<A>::SetType;
93 SetType("arcsort");
102 SetType("arcsort");
H A Dconst-fst.h35 using FstImpl<A>::SetType;
45 SetType("const");
119 SetType("const");
H A Dcomplement.h44 using FstImpl<A>::SetType;
58 SetType("complement");
H A Drelabel.h150 using FstImpl<A>::SetType;
172 SetType("relabel");
197 SetType("relabel");
H A Dreplace.h61 using FstImpl<A>::SetType;
101 SetType("replace");
126 SetType("replace");
H A Drational.h46 using FstImpl<A>::SetType;
59 SetType("rational");
H A Dfactor-weight.h137 using FstImpl<A>::SetType;
165 SetType("factor-weight");
H A Drmepsilon.h316 using FstImpl<A>::SetType;
340 SetType("rmepsilon");
H A Dsynchronize.h41 using FstImpl<A>::SetType;
74 SetType("synchronize");
H A Dcompose.h90 using FstImpl<A>::SetType;
109 SetType("compose");
333 using FstImpl<A>::SetType;
/external/chromium/net/disk_cache/
H A Dbackend_impl.h93 void SetType(net::CacheType type);
H A Ddisk_cache_test_base.cc281 cache_impl_->SetType(type_);

Completed in 440 milliseconds

12