Searched refs:SetField (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | generated_message_table_driven_lite.h | 131 inline void SetField(MessageLite* msg, uint32* has_bits, uint32 has_bit_index, in SetField() function 317 SetField(msg, presence, presence_index, offset, value); in HandleEnum() 423 SetField(msg, has_bits, presence_index, offset, value); \ in MergePartialFromCodedStreamInlined()
|
D | generated_message_reflection.cc | 542 SetField<TYPE>(message1, field2, GetField<TYPE>(*message2, field2)); \ in SwapOneofField() 574 SetField<TYPE>(message2, field1, temp_##TYPE); \ in SwapOneofField() 1136 SetField<TYPE>(message, field, value); \ 1381 SetField<int>(message, field, value); in SetEnumValueInternal() 2184 void Reflection::SetField(Message* message, const FieldDescriptor* field, in SetField() function in google::protobuf::Reflection
|
D | message.h | 1069 inline void SetField(Message* message, const FieldDescriptor* field,
|
/third_party/mindspore/patches/ |
D | 0007-deobfuscator.patch | 176 return SetField<uint8_t>(VT_OBFUSCATE, static_cast<uint8_t>(_obfuscate), 0); 182 + return SetField<uint8_t>(VT_ENCRYPT, static_cast<uint8_t>(_encrypt), 0);
|
D | 0014-DynamicQuant-strategy-optimization.patch | 122 return SetField<uint8_t>(VT_TRANSPOSE, static_cast<uint8_t>(_transpose), 0);
|
D | 0005-micro-for-ohos.patch | 5157 return SetField<float>(VT_ZONEOUT_HIDDEN, _zoneout_hidden, 0.0f); 5163 + return SetField<int64_t>(VT_PROJ_SIZE, _proj_size, 0);
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects-inl.h | 558 void WasmStruct::SetField(Isolate* isolate, Handle<WasmStruct> obj, in SetField() function
|
D | wasm-objects.h | 949 static inline void SetField(Isolate* isolate, Handle<WasmStruct> obj,
|
/third_party/node/deps/v8/src/objects/ |
D | lookup.cc | 1186 WasmStruct::SetField(isolate_, wasm_holder, property_details_.field_index(), in WriteDataValueToWasmObject()
|