Home
last modified time | relevance | path

Searched refs:value_ (Results 176 - 200 of 311) sorted by relevance

12345678910>>...13

/third_party/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc140 Foo() : value_(123) {} in Foo()
142 int Nullary() const { return value_; } in Nullary()
144 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT in Unary()
148 int Ternary(int x, bool y, char z) { return value_ + x + y * z; } in Ternary()
151 return a + b + c + d + value_; in SumOf4()
188 int value_; member in testing::gmock_more_actions_test::Foo
1407 : value_(a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 + a10) {} in TenArgConstructorClass()
1408 int value_; member in testing::gmock_more_actions_test::TenArgConstructorClass
1445 explicit BoolResetter(bool* value) : value_(value) {} in BoolResetter()
1446 ~BoolResetter() { *value_ in BoolResetter()
1449 bool* value_; global() member in testing::gmock_more_actions_test::BoolResetter
[all...]
H A Dgmock-matchers-misc_test.cc94 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable()
96 int value() const { return value_; } in value()
107 int value_; member in testing::gmock_matchers_test::__anon3004::NotCopyable
678 : value_(std::move(value)), has_value_(true) {} in SampleOptional()
679 SampleOptional() : value_(), has_value_(false) {} in SampleOptional()
681 const T& operator*() const { return value_; } in operator *()
684 T value_; member in testing::gmock_matchers_test::__anon3004::SampleOptional
1136 explicit UncopyableFoo(char value) : value_(value) { (void)value_; } in UncopyableFoo()
1142 char value_; member in testing::gmock_matchers_test::__anon3004::UncopyableFoo
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-printers-test.cc100 UnprintableTemplateInGlobal() : value_() {} in UnprintableTemplateInGlobal()
103 T value_; member in UnprintableTemplateInGlobal
155 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {} in PrintableViaPrintToTemplate()
157 const T& value() const { return value_; } in value()
160 T value_; member in foo::PrintableViaPrintToTemplate
172 StreamableTemplateInFoo() : value_() {} in StreamableTemplateInFoo()
174 const T& value() const { return value_; } in value()
177 T value_; member in foo::StreamableTemplateInFoo
234 explicit Wrapper(T&& value) : value_(std::forward<T>(value)) {} in Wrapper()
236 const T& value() const { return value_; } in value()
239 T value_; global() member in testing::__anon3047::Wrapper
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtype.pb.h1342 PROTOBUF_NAMESPACE_ID::Any* value_; member in PROTOBUF_FINAL
2493 return this != internal_default_instance() && value_ != nullptr; in _internal_has_value()
2499 const PROTOBUF_NAMESPACE_ID::Any* p = value_; in _internal_value()
2510 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(value_); in unsafe_arena_set_allocated_value()
2512 value_ = value; in unsafe_arena_set_allocated_value()
2522 PROTOBUF_NAMESPACE_ID::Any* temp = value_; in release_value()
2523 value_ = nullptr; in release_value()
2532 PROTOBUF_NAMESPACE_ID::Any* temp = value_; in unsafe_arena_release_value()
2533 value_ = nullptr; in unsafe_arena_release_value()
2538 if (value_ in _internal_mutable_value()
[all...]
H A Dmap_field_inl.h158 this_iter->value_.SetType( in CopyIterator()
159 static_cast<FieldDescriptor::CppType>(that_iter.value_.type_)); in CopyIterator()
204 map_iter->value_.SetValue(&iter->second); in SetMapIteratorValue()
H A Dany.h115 ValueType* value_; member in google::protobuf::internal::AnyMetadata
H A Dmap_field.h737 value_.SetType(field->message_type()->FindFieldByName("value")->cpp_type()); in MapIterator()
769 const MapValueRef& GetValueRef() { return value_; } in GetValueRef()
772 return &value_; in MutableValueRef()
794 MapValueRef value_; member in google::protobuf::MapIterator
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp37 ContainerValue (const std::string& value_) : value(value_) {} in ContainerValue()
38 ContainerValue (const char* value_) : value(value_) {} in ContainerValue()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.h269 : ScalarConstant(ty, {static_cast<uint32_t>(v)}), value_(v) {} in BoolConstant()
276 return MakeUnique<BoolConstant>(type_->AsBool(), value_); in CopyBoolConstant()
282 bool value() const { return value_; } in value()
285 bool value_; member in spvtools::opt::analysis::BoolConstant
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.h269 : ScalarConstant(ty, {static_cast<uint32_t>(v)}), value_(v) {} in BoolConstant()
276 return MakeUnique<BoolConstant>(type_->AsBool(), value_); in CopyBoolConstant()
282 bool value() const { return value_; } in value()
285 bool value_; member in spvtools::opt::analysis::BoolConstant
/third_party/spirv-tools/source/opt/
H A Dconstants.h269 : ScalarConstant(ty, {static_cast<uint32_t>(v)}), value_(v) {} in BoolConstant()
276 return MakeUnique<BoolConstant>(type_->AsBool(), value_); in CopyBoolConstant()
282 bool value() const { return value_; } in value()
285 bool value_; member in spvtools::opt::analysis::BoolConstant
/third_party/node/deps/v8/src/ast/
H A Dast.cc194 : Expression(pos, node_type), target_(target), value_(value) { in Assignment()
292 } else if (value_->AsMaterializedLiteral() != nullptr) { in ObjectLiteralProperty()
294 } else if (value_->IsLiteral()) { in ObjectLiteralProperty()
302 return is_computed_name() && (value_->IsAnonymousFunctionDefinition() || in NeedsSetFunctionName()
303 value_->IsConciseMethodDefinition() || in NeedsSetFunctionName()
304 value_->IsAccessorFunctionDefinition()); in NeedsSetFunctionName()
319 (kind_ == MATERIALIZED_LITERAL && value_->IsCompileTimeValue()); in IsCompileTimeValue()
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h294 explicit HexFloat(T f) : value_(f) {} in HexFloat()
296 T value() const { return value_; } in value()
297 void set_value(T f) { value_ = f; } in set_value()
358 uint_type getBits() const { return value_.data(); } in getBits()
362 return static_cast<uint_type>(value_.data() & ~sign_mask); in getUnsignedBits()
463 value_ = T(new_value); in setFromSignUnbiasedExponentAndNormalizedSignificand()
710 T value_; member in spvtools::utils::round_direction::HexFloat
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h294 explicit HexFloat(T f) : value_(f) {} in HexFloat()
296 T value() const { return value_; } in value()
297 void set_value(T f) { value_ = f; } in set_value()
358 uint_type getBits() const { return value_.data(); } in getBits()
362 return static_cast<uint_type>(value_.data() & ~sign_mask); in getUnsignedBits()
463 value_ = T(new_value); in setFromSignUnbiasedExponentAndNormalizedSignificand()
710 T value_; member in spvtools::utils::round_direction::HexFloat
/third_party/spirv-tools/source/util/
H A Dhex_float.h295 explicit HexFloat(T f) : value_(f) {} in HexFloat()
297 T value() const { return value_; } in value()
298 void set_value(T f) { value_ = f; } in set_value()
359 uint_type getBits() const { return value_.data(); } in getBits()
363 return static_cast<uint_type>(value_.data() & ~sign_mask); in getUnsignedBits()
464 value_ = T(new_value); in setFromSignUnbiasedExponentAndNormalizedSignificand()
711 T value_; member in spvtools::utils::round_direction::HexFloat
/third_party/libabigail/include/
H A Dabg-ir.h279 unsigned value_; member in abigail::ir::location
293 : value_(v), loc_manager_(m), is_artificial_(false) in location()
342 : value_(l.value_), in location()
353 value_ = l.value_; in operator =()
361 : value_(), loc_manager_(), is_artificial_() in location()
367 {return value_;} in get_value()
374 {return !!value_;} in operator bool()
383 {return value_ in operator ==()
[all...]
/third_party/gn/src/gn/
H A Doperators_unittest.cc35 TestParseNode(const Value& v) : value_(v) {} in TestParseNode()
37 Value Execute(Scope* scope, Err* err) const override { return value_; }
46 Value value_; member in __anon2950::TestParseNode
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeCommandLine.hpp195 Entry (void* value_, DestroyFunc destructor_) : value(value_), destructor(destructor_) {} in Entry()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1867 constexpr int31_t() : value_(0) {} in int31_t()
1868 constexpr int31_t(int value) : value_(value) { // NOLINT(runtime/explicit) in int31_t()
1873 value_ = value; in operator =()
1876 int32_t value() const { return value_; } in value()
1877 operator int32_t() const { return value_; } in operator int32_t()
1880 int32_t value_; member in v8::internal::ForInFeedback::DefineKeyedOwnPropertyInLiteralFlag::ExceptionStatus::int31_t
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.cc1378 value_(nullptr), in Impl()
1394 Node* value_; member in v8::internal::compiler::CodeAssemblerVariable::Impl
1445 void CodeAssemblerVariable::Bind(Node* value) { impl_->value_ = value; } in Bind()
1463 return impl_->value_; in value()
1468 bool CodeAssemblerVariable::IsBound() const { return impl_->value_ != nullptr; } in IsBound()
1507 Node* node = var->value_; in MergeVariables()
1638 var->value_ = i->second; in UpdateVariablesAfterBind()
1642 var->value_ = j->second.back(); in UpdateVariablesAfterBind()
1644 var->value_ = nullptr; in UpdateVariablesAfterBind()
H A Dtypes.h544 double Value() const { return value_; } in Value()
558 : TypeBase(kOtherNumberConstant), value_(value) { in OtherNumberConstantType()
564 double value_; member in v8::internal::compiler::BitsetType::OtherNumberConstantType
/third_party/node/deps/v8/src/torque/
H A Ddeclarable.h246 VisitResult value() const { return *value_; } in value()
250 DCHECK(!value_); in set_value()
251 value_ = value; in set_value()
261 base::Optional<VisitResult> value_; member in v8::internal::torque::Value
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dfixed_array_test.cc49 ConstructionTester() : self_ptr_(this), value_(0) { constructions++; } in ConstructionTester()
63 void set(int value) { value_ = value; } in set()
64 int get() { return value_; } in get()
70 int value_; member in __anon19163::ConstructionTester
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc179 value_(value), in OutOfLineRecordWrite()
201 value_(value), in OutOfLineRecordWrite()
215 __ DecompressTaggedPointer(value_, value_);
217 __ CheckPageFlag(value_, scratch0_,
262 Register const value_; member in v8::internal::compiler::__anon14306::final
2409 Register value_ = value; in AssembleArchInstruction() local
2411 value_ = ip; in AssembleArchInstruction()
2412 __ lrvr(value_, value); in AssembleArchInstruction()
2413 __ ShiftRightU32(value_, value in AssembleArchInstruction()
2435 Register value_ = value; AssembleArchInstruction() local
2547 Register value_ = value; AssembleArchInstruction() local
[all...]
/kernel/linux/linux-6.6/tools/workqueue/
H A Dwq_dump.py101 print(f' nr_pods {pt.nr_pods.value_()}')
110 print(f' [{pod}]={pt.pod_node[pod].value_()}', end='')
115 print(f' [{cpu}]={pt.cpu_pod[cpu].value_()}', end='')
132 max_ref_len = max(max_ref_len, len(f'{pool.refcnt.value_()}'))
136 print(f'pool[{pi:0{max_pool_id_len}}] ref={pool.refcnt.value_():{max_ref_len}} nice={pool.attrs.nice.value_():3} ', end='')
137 print(f'idle/workers={pool.nr_idle.value_():3}/{pool.nr_workers.value_():3} ', end='')
139 print(f'cpu={pool.cpu.value_():3}', end='')
171 pool_id = per_cpu_ptr(wq.cpu_pwq, cpu)[0].pool.id.value_()
[all...]

Completed in 45 milliseconds

12345678910>>...13