Home
last modified time | relevance | path

Searched defs:SetType (Results 1 – 21 of 21) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_cssselector.h36 void SetType(FDE_CSSSelectorType eType) { m_eType = eType; } in SetType() function
/external/swiftshader/third_party/LLVM/lib/MC/
DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { in SetType() function in llvm::MCELF
/external/v8/src/compiler/
Dnode-properties.h164 static void SetType(Node* node, Type* type) { in SetType() function
/external/gptfdisk/
Dgptpart.h75 void SetType(uint16_t hex) {partitionType = hex;} in SetType() function
Dmbrpart.cc151 int MBRPart::SetType(uint8_t typeCode, int isExtended) { in SetType() function in MBRPart
Dgptpart.cc159 void GPTPart::SetType(PartType t) { function in GPTPart
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs34 public void SetType(int numHashBytes) in SetType() method in SevenZip.Compression.LZ.BinTree
/external/pdfium/xfa/fwl/
Dcfwl_barcode.cpp63 void CFWL_Barcode::SetType(BC_TYPE type) { in SetType() function in CFWL_Barcode
/external/protobuf/src/google/protobuf/
Dunknown_field_set.h332 inline void UnknownField::SetType(Type type) { in SetType() function
Dmap.h281 void SetType(FieldDescriptor::CppType type) { in SetType() function
418 void SetType(FieldDescriptor::CppType type) { in SetType() function
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java34 public void SetType(int numHashBytes) in SetType() method in BinTree
/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
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs241 void SetType(object t, int type); in SetType() method
DBaseTreeAdaptor.cs227 public virtual void SetType(object t, int type) { in SetType() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeAdaptor.cs261 void SetType( object t, int type ); in SetType() method
DBaseTreeAdaptor.cs289 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/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
/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
/external/webrtc/webrtc/p2p/base/
Dstun.h148 void SetType(int type) { type_ = static_cast<uint16_t>(type); } in SetType() function
Dstun.cc833 void StunUInt16ListAttribute::SetType(int index, uint16_t value) { in SetType() function in cricket::StunUInt16ListAttribute
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1070 void SetType(ShiftType s) { shift_ = s; } in SetType() function