Home
last modified time | relevance | path

Searched refs:SetField (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dgenerated_message_table_driven_lite.h131 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()
Dgenerated_message_reflection.cc542 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
Dmessage.h1069 inline void SetField(Message* message, const FieldDescriptor* field,
/third_party/mindspore/patches/
D0007-deobfuscator.patch176 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);
D0014-DynamicQuant-strategy-optimization.patch122 return SetField<uint8_t>(VT_TRANSPOSE, static_cast<uint8_t>(_transpose), 0);
D0005-micro-for-ohos.patch5157 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/
Dwasm-objects-inl.h558 void WasmStruct::SetField(Isolate* isolate, Handle<WasmStruct> obj, in SetField() function
Dwasm-objects.h949 static inline void SetField(Isolate* isolate, Handle<WasmStruct> obj,
/third_party/node/deps/v8/src/objects/
Dlookup.cc1186 WasmStruct::SetField(isolate_, wasm_holder, property_details_.field_index(), in WriteDataValueToWasmObject()