Home
last modified time | relevance | path

Searched refs:value_ (Results 151 - 175 of 311) sorted by relevance

12345678910>>...13

/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DType.cs1674 value_ = other.value_ != null ? other.value_.Clone() : null; in Option()
1702 private global::Google.Protobuf.WellKnownTypes.Any value_; field in Google.Protobuf.WellKnownTypes.Option
1711 get { return value_; }
1713 value_ = value;
1739 if (value_ != null) hash ^= Value.GetHashCode(); in GetHashCode()
1760 if (value_ != null) { in WriteTo()
1777 if (value_ != null) { in IBufferMessage.InternalWriteTo()
1793 if (value_ ! in CalculateSize()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Ducharstrie.h366 int32_t getValue() const { return value_; } in getValue()
371 value_=-1; // no real value for str in truncateAndStop()
386 int32_t value_; member in UCharsTrie::Iterator
H A Dbytestrie.h354 int32_t getValue() const { return value_; } in getValue()
369 int32_t value_; member in BytesTrie::Iterator
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstrie.h366 int32_t getValue() const { return value_; } in getValue()
371 value_=-1; // no real value for str in truncateAndStop()
386 int32_t value_; member in UCharsTrie::Iterator
H A Dbytestrie.h354 int32_t getValue() const { return value_; } in getValue()
369 int32_t value_; member in BytesTrie::Iterator
/third_party/node/deps/v8/src/codegen/
H A Dassembler.h116 return value_.heap_number; in heap_number()
121 return value_.string; in string()
141 } value_; member in v8::internal::HeapObjectRequest
H A Dconstant-pool.h30 value_(value), in ConstantPoolEntry()
59 intptr_t value() const { return value_; } in value()
75 intptr_t value_; member
/third_party/node/deps/v8/src/torque/
H A Dutils.cc382 if (value_ == 0) return modulus_log_2_; in AlignmentLog2()
383 return base::bits::CountTrailingZeros(value_); in AlignmentLog2()
390 return os << "[" << a.value_ << " mod 2^" << a.modulus_log_2_ << "]"; in operator <<()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducharstrie.h366 int32_t getValue() const { return value_; } in getValue()
371 value_=-1; // no real value for str in truncateAndStop()
386 int32_t value_; member in UCharsTrie::Iterator
H A Dbytestrie.h354 int32_t getValue() const { return value_; } in getValue()
369 int32_t value_; member in BytesTrie::Iterator
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc66 explicit Wrapper(const T& value) : value_(value) {} in Wrapper()
70 absl::HashState::combine(std::move(state), value_); variable
73 const T& value_; member in TypeErasedAbslHash::Wrapper
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.cc425 writer->RenderDataPiece(name_, value_); in Replay()
434 if (value_.type() == DataPiece::TYPE_STRING) { in DeepCopy()
435 StrAppend(&value_storage_, value_.str()); in DeepCopy()
436 value_ = DataPiece(value_storage_, value_.use_strict_base64_decoding()); in DeepCopy()
437 } else if (value_.type() == DataPiece::TYPE_BYTES) { in DeepCopy()
438 value_storage_ = value_.ToBytes().ValueOrDie(); in DeepCopy()
439 value_ = in DeepCopy()
440 DataPiece(value_storage_, true, value_.use_strict_base64_decoding()); in DeepCopy()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dhuffman_encode_utils.h39 int value_; // Symbol value. member
/kernel/linux/linux-6.6/tools/rcu/
H A Drcu-cbs.py43 len = rdp.cblist.len.value_();
/third_party/node/deps/v8/src/heap/base/
H A Dactive-system-pages.h45 bitset_t value_;
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dscalar.h74 Value value_; member in tint::inspector::Scalar
/third_party/node/deps/v8/src/objects/
H A Dobjects-inl.h54 PropertyDetails::PropertyDetails(Smi smi) { value_ = smi.value(); } in PropertyDetails()
59 int value = value_ << 1; in AsSmi()
726 return Map::unchecked_cast(Object(Unpack(value_))); in ToMap()
728 return Map::unchecked_cast(Object(value_)); in ToMap()
733 return (value_ & kForwardingTagMask) == kForwardingTag; in IsForwardingAddress()
742 HeapObject obj = HeapObject::FromAddress(value_); in ToForwardingAddress()
752 // Recompress value_ using proper host_cage_base since the map word in ToForwardingAddress()
755 DecompressTaggedPointer(host_cage_base, CompressTagged(value_)); in ToForwardingAddress()
758 return HeapObject::FromAddress(value_); in ToForwardingAddress()
H A Dproperty.cc65 value_(value), in Descriptor()
74 : key_(key), value_(value), details_(details) { in Descriptor()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp260 HexFloat (const float value_) : value(value_) {} in HexFloat()
271 HexDouble (const double value_) : value(value_) {} in HexDouble()
282 HexBool (const deUint32 value_) : value(value_) {} in HexBool()
295 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 DvktShaderCommonFunctionTests.cpp260 HexFloat (const float value_) : value(value_) {} in HexFloat()
271 HexDouble (const double value_) : value(value_) {} in HexDouble()
282 HexBool (const deUint32 value_) : value(value_) {} in HexBool()
295 VarValue (const glu::VarType& type_, const void* value_) : type(type_), value(value_) {} in VarValue()
/third_party/googletest/googlemock/test/
H A Dgmock-actions_test.cc357 MyDefaultConstructible() : value_(42) {} in MyDefaultConstructible()
359 int value() const { return value_; } in value()
362 int value_; member in testing::__anon2997::MyDefaultConstructible
369 explicit MyNonDefaultConstructible(int a_value) : value_(a_value) {} in MyNonDefaultConstructible()
371 int value() const { return value_; } in value()
374 int value_; member in testing::__anon2997::MyNonDefaultConstructible
1218 Foo() : value_(123) {} in Foo()
1220 int Nullary() const { return value_; } in Nullary()
1223 int value_; member in testing::__anon2997::Foo
1744 : value_(a in TenArgConstructorClass()
1745 int value_; global() member in testing::__anon2997::TenArgConstructorClass
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp171 PrettySize (SizeType value_, int precision_) in PrettySize()
172 : value (value_) in PrettySize()
/third_party/vixl/src/aarch64/
H A Dcpu-aarch64.h54 explicit IDRegister(uint64_t value = 0) : value_(value) {} in IDRegister()
88 uint64_t value_; member in vixl::aarch64::IDRegister
/third_party/vk-gl-cts/framework/common/
H A DtcuFormatUtil.hpp44 Hex (deUint64 value_) : value(value_) {} in Hex() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestIssues.cs552 value_ = other.value_; in NegativeEnumMessage()
565 private global::UnitTest.Issues.TestProtos.NegativeEnum value_ = global::UnitTest.Issues.TestProtos.NegativeEnum.Zero; field in UnitTest.Issues.TestProtos.NegativeEnumMessage
568 get { return value_; }
570 value_ = value;
2480 get { return valueCase_ == ValueOneofCase.Text ? (string) value_ : ""; }
2482 value_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
2491 get { return valueCase_ == ValueOneofCase.Nested ? (global::UnitTest.Issues.TestProtos.OneofMerging.Types.Nested) value_ : null; }
2493 value_ = value;
2498 private object value_; field in UnitTest.Issues.TestProtos.OneofMerging
2965 private object value_; global() field in UnitTest.Issues.TestProtos.NullValueOutsideStruct
[all...]

Completed in 29 milliseconds

12345678910>>...13