Home
last modified time | relevance | path

Searched defs:set_type (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-list-format-inl.h40 inline void JSListFormat::set_type(Type type) { in set_type() function
Djs-objects-inl.h611 void JSMessageObject::set_type(MessageTemplate value) { in set_type() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-input.cc284 hb_subset_input_set (hb_subset_input_t *input, hb_subset_sets_t set_type) in hb_subset_input_set()
/third_party/mesa3d/src/compiler/nir/
Dnir_gather_ssa_types.c28 set_type(unsigned idx, nir_alu_type type, BITSET_WORD *float_types, in set_type() function
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dbasic_block.h80 void set_type(BlockType type) { in set_type() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dbasic_block.h80 void set_type(BlockType type) { in set_type() function
/third_party/spirv-tools/source/val/
Dbasic_block.h108 void set_type(BlockType type) { in set_type() function
/third_party/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h184 void set_type(const google::protobuf::Type* type) { type_ = type; } in set_type() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield_method_mangling.rs135 pub fn set_type(&mut self, val: ::std::os::raw::c_uint) { in set_type() method
Dbitfield-method-same-name.rs161 pub unsafe fn set_type(&mut self, c: ::std::os::raw::c_char) { in set_type() method
Dderive-bitfield-method-same-name.rs212 pub unsafe fn set_type(&mut self, c: ::std::os::raw::c_char) { in set_type() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h46 using set_type = Set; variable
/third_party/node/deps/v8/src/json/
Djson-parser.h177 void set_type(Type type) { type_ = static_cast<uint8_t>(type); } in set_type() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.cpp260 void Block::set_type(Type t) in set_type() function in r600::Block
/third_party/node/deps/v8/src/wasm/
Dwasm-objects-inl.h119 void WasmGlobalObject::set_type(wasm::ValueType value) { in set_type() function
/third_party/node/deps/v8/src/compiler/
Dnode.h278 void set_type(Type type) { type_ = type; } in set_type() function
/third_party/python/Lib/email/
Dmessage.py801 def set_type(self, type, header='Content-Type', requote=True): member in Message
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h129 void set_type(Type type) { type_ = type; } in set_type() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h297 static uint16_t set_type(uint16_t A, uint16_t T) { in set_type() function
/third_party/libabigail/include/
Dabg-ir.h3822 set_type(const method_type_sptr fn_type) in set_type() function
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc258 void UsePosition::set_type(UsePositionType type, bool register_beneficial) { in set_type() function in v8::internal::compiler::UsePosition
/third_party/libabigail/src/
Dabg-ir.cc1968 elf_symbol::set_type(type t) in set_type() function in abigail::ir::elf_symbol
20301 function_decl::set_type(const function_type_sptr& fn_type) in set_type() function in abigail::ir::function_decl
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h8269 inline void FieldDescriptorProto::set_type(PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type value) { in set_type() function
/third_party/python/Parser/
Dparser.c230 #define set_type 1150 macro