Home
last modified time | relevance | path

Searched refs:value_ (Results 601 - 625 of 708) sorted by relevance

1...<<212223242526272829

/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h286 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint()
296 return fp.u_.value_; in ReinterpretBits()
346 RawType value_; // The raw floating-point number. member
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h293 explicit FloatingPoint(const RawType& x) { u_.value_ = x; } in FloatingPoint()
303 return fp.u_.value_; in ReinterpretBits()
348 RawType value_; // The raw floating-point number. member
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h223 : value_(static_cast<intptr_t>(handle.address())), rmode_(mode) { in Immediate()
229 : value_(ImmediateInitializer<T>::immediate_for(t)), in Immediate()
234 : value_(ImmediateInitializer<T>::immediate_for(t)), rmode_(rmode) { in Immediate()
/foundation/ability/form_fwk/test/unittest/fms_form_data_proxy_record_test/
H A Dfms_form_data_proxy_record_test.cpp502 auto node = std::get<DataShare::AshmemNode>(data.value_); in HWTEST_F()
578 auto node = std::get<DataShare::AshmemNode>(data.value_); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/
H A Dflex_wrap_layout_algorithm_test.cpp458 float sum = size.Width() + flexProp->GetSpaceValue({}).value_; in HWTEST_F()
482 float sum = size.Height() + flexProp->GetSpaceValue({}).value_; in HWTEST_F()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp253 AdapterFree(node->value_); in GetFileFolderSize()
880 AdapterFree(node->value_); in RemoveDir()
/foundation/distributeddatamgr/pasteboard/framework/tlv/
H A Dtlv_object.cpp127 for (const auto &[key, val] : value.value_) { in Write()
468 value.value_.emplace(itemKey, itemValue); in ReadValue()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp105 std::string dcSettingValue = setting->value_; in UpdateSettings()
554 metadataSetting = setting->value_; in StartPhotoOutput()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp57 HexFloat (const float value_) : value(value_) {} in HexFloat()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc179 return value_; in value()
184 ObjectData* value_ = nullptr; member in v8::internal::compiler::PropertyCellData
186 bool serialized() const { return value_ != nullptr; } in serialized()
270 value_ = value_data; in Cache()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h91 value_.immediate = immediate; in Operand()
152 return value_.immediate; in immediate()
158 return value_.heap_object_request; in heap_object_request()
181 } value_; // valid if rm_ == no_reg member in v8::internal::Operand
/third_party/libabigail/src/
H A Dabg-suppression.cc1445 uint64_t value_; member
1448 : value_() in priv()
1452 : value_(value) in priv()
1470 {return priv_->value_;} in as_integer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp63 HexFloat (const float value_) : value(value_) {} in HexFloat()
76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderIntegerFunctionTests.cpp61 HexFloat (const float value_) : value(value_) {} in HexFloat()
74 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp63 HexFloat (const float value_) : value(value_) {} in HexFloat()
76 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue()
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h73 value_.immediate = immediate; in Operand()
77 value_.immediate = static_cast<int64_t>(f.address()); in Operand()
83 value_.immediate = static_cast<intptr_t>(value.ptr()); in Operand()
101 return value_.heap_object_request; in heap_object_request()
122 } value_; // valid if rm_ == no_reg member in v8::internal::Operand
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs3183 value_ = other.value_.Clone(); in EnumDescriptorProto()
3222 private readonly pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumValueDescriptorProto> value_ = new pbc::RepeatedField<global::Google.Protobuf.Reflection.EnumValueDescriptorProto>(); field in Google.Protobuf.Reflection.EnumDescriptorProto
3225 get { return value_; }
3282 if(!value_.Equals(other.value_)) return false; in Equals()
3293 hash ^= value_.GetHashCode(); in GetHashCode()
3317 value_.WriteTo(output, _repeated_value_codec); in WriteTo()
3337 value_.WriteTo(ref output, _repeated_value_codec); in IBufferMessage.InternalWriteTo()
3356 size += value_ in CalculateSize()
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.h120 explicit constexpr Immediate(int32_t value) : value_(value) {} in Immediate()
122 : value_(value), rmode_(rmode) {} in Immediate()
124 : value_(static_cast<int32_t>(static_cast<intptr_t>(value.ptr()))) { in Immediate()
128 int32_t value() const { return value_; } in value()
132 const int32_t value_; member in v8::internal::Immediate
143 explicit constexpr Immediate64(int64_t value) : value_(value) {} in Immediate64()
145 : value_(value), rmode_(rmode) {} in Immediate64()
147 : value_(static_cast<int64_t>(value)), rmode_(rmode) {} in Immediate64()
150 const int64_t value_; member in v8::internal::Immediate64
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h110 value_.immediate = x; in Immediate()
134 return value_.heap_object_request; in heap_object_request()
139 return value_.immediate; in immediate()
181 value_.immediate = reinterpret_cast<int32_t>(value); in Immediate()
189 } value_; member in v8::internal::Immediate
261 return Operand(base, imm.value_.immediate, imm.rmode_); in ForRegisterPlusImmediate()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.h176 std::string value_; member in OHOS::Ace::NG::RichEditorAbstractSpanResult
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_avrcp_ct.h290 std::string value_; member
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp128 value_ = value; in ReportDataInProcess()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h283 std::shared_ptr<PasteDataNapi> value_; member in OHOS::MiscServicesNapi::SystemPasteboardNapi
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcamera/
H A Ddistributed_camera_sink_service.cpp323 std::shared_ptr<DCameraInfo> camInfo = cmd.value_; in IsCurSinkDev()
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.cpp128 value_ = value; in OnSimulationEvent()

Completed in 72 milliseconds

1...<<212223242526272829