Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering-verifier.h55 void SetType(Node* node, const Type& type) { in SetType() function
Dnode-properties.h264 static void SetType(Node* node, Type type) { in SetType() function
/third_party/gptfdisk/
Dgptpart.h74 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.cc166 void GPTPart::SetType(PartType t) { function in GPTPart
/third_party/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs34 public void SetType(int numHashBytes) in SetType() method in SevenZip.Compression.LZ.BinTree
/third_party/protobuf/src/google/protobuf/
Dunknown_field_set.h402 inline void UnknownField::SetType(Type type) { in SetType() function
Dmap_field.h252 void SetType(FieldDescriptor::CppType type) { in SetType() function
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java34 public void SetType(int numHashBytes) in SetType() method in BinTree
/third_party/node/deps/v8/src/torque/
Dtypes.h829 void SetType(const Type* new_type) { type_ = new_type; } in SetType() function
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1076 void SetType(ShiftType s) { shift_ = s; } in SetType() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp5232 void Allocation::PackedData::SetType(Type type) in SetType() function in D3D12MA::Allocation::PackedData