Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 68) sorted by relevance

123

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h54 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) {} in po_iterator_storage()
90 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
95 public po_iterator_storage<SetType, ExtStorage> {
122 po_iterator(NodeType *BB, SetType &S) in po_iterator()
123 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h47 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) {} in df_iterator_storage()
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) in df_iterator()
90 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
/external/gptfdisk/
Dbsd.cc310 guid.SetType(0xa502); break; in AsGPT()
312 guid.SetType(0xa503); break; in AsGPT()
314 guid.SetType(0x0700); break; in AsGPT()
316 guid.SetType(0xa903); break; in AsGPT()
318 guid.SetType(0xa501); break; in AsGPT()
320 guid.SetType(0xa505); break; in AsGPT()
322 guid.SetType(0xa903); break; in AsGPT()
324 guid.SetType(0xa504); break; in AsGPT()
326 guid.SetType(0xa503); break; in AsGPT()
Dgptpart.h74 void SetType(PartType t);
75 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
Dmbr.cc61 partitions[0].SetType(UINT8_C(0xEE)); in MakeProtectiveMBR()
157 newPart.SetType(((uint16_t) origType) * 0x0100); in AsGPT()
Dmbrpart.h85 int SetType(uint8_t typeCode, int isExtended = 0);
/external/protobuf/src/google/protobuf/
Dunknown_field_set.cc107 field.SetType(UnknownField::TYPE_VARINT); in AddVarint()
116 field.SetType(UnknownField::TYPE_FIXED32); in AddFixed32()
125 field.SetType(UnknownField::TYPE_FIXED64); in AddFixed64()
134 field.SetType(UnknownField::TYPE_LENGTH_DELIMITED); in AddLengthDelimited()
145 field.SetType(UnknownField::TYPE_GROUP); in AddGroup()
Dunknown_field_set.h206 inline void SetType(Type type);
310 inline void UnknownField::SetType(Type type) { in SetType() function
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dbarcode.cpp32 void CFWL_Barcode::SetType(BC_TYPE type) { in SetType() function in CFWL_Barcode
35 static_cast<IFWL_Barcode*>(m_pIface)->SetType(type); in SetType()
/external/webrtc/webrtc/p2p/base/
Dstunserver.cc62 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
85 response->SetType(STUN_BINDING_RESPONSE); in GetStunBindReqponse()
Dstunrequest_unittest.cc50 msg->SetType(type); in CreateStunMessage()
93 request->SetType(STUN_BINDING_REQUEST); in Prepare()
Dstun_unittest.cc864 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
893 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
922 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
952 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
1053 msg.SetType(STUN_BINDING_ERROR_RESPONSE); in TEST_F()
1075 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
1099 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
1341 msg2.SetType(STUN_BINDING_REQUEST); in TEST_F()
Drelayserver.cc59 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendStunError()
418 response.SetType(STUN_ALLOCATE_RESPONSE); in HandleStunAllocate()
491 response.SetType(STUN_SEND_RESPONSE); in HandleStunSend()
602 msg.SetType(STUN_DATA_INDICATION); in Send()
Dstunserver_unittest.cc79 req.SetType(STUN_BINDING_REQUEST); in TEST_F()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_barcodeimp.cpp23 void IFWL_Barcode::SetType(BC_TYPE type) { in SetType() function in IFWL_Barcode
24 static_cast<CFWL_BarcodeImp*>(GetImpl())->SetType(type); in SetType()
186 void CFWL_BarcodeImp::SetType(BC_TYPE type) { in SetType() function in CFWL_BarcodeImp
/external/v8/test/unittests/compiler/
Dgraph-unittest.cc58 NodeProperties::SetType(node, type); in HeapConstant()
112 NodeProperties::SetType(node, type); in Parameter()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs90 SetType(t, type); in DupNode()
104 SetType(t, type); in DupNode()
289 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Tree.BaseTreeAdaptor
DITreeAdaptor.cs261 void SetType( object t, int type ); in SetType() method
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs168 public virtual void SetType(object t, int type) { in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor
169 adaptor.SetType(t, type); in SetType()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs219 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor
221 adaptor.SetType( t, type ); in SetType()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_barcode.h54 void SetType(BC_TYPE type);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_barcodeimp.h34 virtual void SetType(BC_TYPE type);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs241 void SetType(object t, int type); in SetType() method
/external/v8/src/
Dtyping-asm.cc92 SetType(param, Type::None(zone())); in VisitAsmModule()
99 if (decl != NULL) SetType(decl->proxy()->var(), Type::None()); in VisitAsmModule()
115 SetType(var, computed_type_); in VisitAsmModule()
151 SetType(var, Type::Any(zone())); in VisitVariableDeclaration()
168 SetType(var, Type::Function(zone())); in VisitFunctionDeclaration()
214 SetType(var, computed_type_); in VisitFunctionAnnotation()
561 SetType(var, Type::Any(zone())); in VisitVariableProxy()
1393 void AsmTyper::SetType(Variable* variable, Type* type) { in SetType() function in v8::internal::AsmTyper
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
DITreeAdaptor`1.cs229 void SetType(T t, int type); in SetType() method

123