Home
last modified time | relevance | path

Searched refs:target_ (Results 26 - 50 of 52) sorted by relevance

123

/third_party/gn/src/gn/
H A Dninja_bundle_data_target_writer.cc19 for (const SourceFile& source_file : target_->sources()) { in Run()
29 for (const Target* data_dep : resolved().GetDataDeps(target_)) in Run()
H A Dbundle_file_rule.h45 const Target* target() const { return target_; } in target()
51 const Target* target_; member in BundleFileRule
H A Dgroup_target_generator.cc20 target_->set_output_type(Target::GROUP); in DoRun()
H A Drust_values_generator.h30 Target* target_; member in RustValuesGenerator
H A Dswift_values_generator.h29 Target* target_; member in SwiftValuesGenerator
H A Dninja_group_target_writer.cc24 const auto& target_deps = resolved().GetTargetDeps(target_); in Run()
H A Dtarget_generator.h62 Target* target_; member in TargetGenerator
H A Dninja_target_writer.h103 const Target* target_; // Non-owning. member in NinjaTargetWriter
H A Dxcode_object.cc490 : project_(project), target_(target) {} in PBXContainerItemProxy()
509 PrintProperty(out, rules, "remoteGlobalIDString", NoReference(target_)); in Print()
510 PrintProperty(out, rules, "remoteInfo", target_->Name()); in Print()
1036 : target_(target), container_item_proxy_(std::move(container_item_proxy)) {} in PBXTargetDependency()
1063 PrintProperty(out, rules, "target", target_); in Print()
H A Dxcode_object.h224 const PBXTarget* target_ = nullptr; member in PBXContainerItemProxy
495 const PBXTarget* target_ = nullptr; member in PBXTargetDependency
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dgdb-server-thread.h39 Target& GetTarget() { return *target_; } in GetTarget()
55 std::unique_ptr<Target> target_; member in v8::internal::wasm::gdb_server::GdbServerThread
/third_party/skia/third_party/externals/tint/src/sem/
H A Dcall.h46 const CallTarget* Target() const { return target_; } in Target()
59 CallTarget const* const target_; member in tint::sem::Call
H A Dcall.cc31 target_(target), in Call()
/third_party/node/deps/v8/src/compiler/
H A Dprocessed-feedback.h178 target_(target), in CallFeedback()
183 base::Optional<HeapObjectRef> target() const { return target_; } in target()
189 base::Optional<HeapObjectRef> const target_; member in v8::internal::compiler::CallFeedback::base
H A Dsimplified-operator.h493 : mode_(mode), source_(source), target_(target) {} in ElementsTransition()
497 Handle<Map> target() const { return target_; } in target()
502 Handle<Map> const target_; member in v8::internal::AbortReason::final
/third_party/node/src/
H A Dnode_util.h41 v8::Global<v8::Object> target_; member in node::util::WeakReference
44 SnapshotIndex target_index_ = 0; // 0 means target_ is not snapshotted
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.h155 std::string* target_; member in google::protobuf::io::StringOutputStream
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h1236 : Base(bitfield), source_(source), target_(target) {} in GapMove()
1239 compiler::AllocatedOperand target() const { return target_; } in target()
1247 compiler::AllocatedOperand target_; member in v8::internal::maglev::GapMove
1441 BasicBlock* target() const { return target_.block_ptr(); } in target()
1448 : ControlNode(bitfield), target_(target_refs) {} in UnconditionalControlNode()
1450 : ControlNode(bitfield), target_(target) {} in UnconditionalControlNode()
1453 const BasicBlockRef target_; member in v8::internal::maglev::UnconditionalControlNode
/third_party/gn/src/base/
H A Dvalues.h551 bool IsAtEnd() const { return it_ == target_.dict_.end(); } in IsAtEnd()
558 const DictionaryValue& target_; member in base::DictionaryValue::Iterator
/third_party/node/deps/v8/src/ast/
H A Dast.h594 IterationStatement* target() const { return target_; } in target()
601 : JumpStatement(pos, kContinueStatement), target_(target) {} in ContinueStatement()
603 IterationStatement* target_; member in v8::internal::final
609 BreakableStatement* target() const { return target_; } in target()
616 : JumpStatement(pos, kBreakStatement), target_(target) {} in BreakStatement()
618 BreakableStatement* target_; member in v8::internal::final
2031 Expression* target() const { return target_; } in target()
2057 Expression* target_;
H A Dast.cc194 : Expression(pos, node_type), target_(target), value_(value) { in Assignment()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBufferWriteTests.cpp63 DataStoreSpec (deUint32 target_, deUint32 usage_, int size_) in DataStoreSpec()
64 : target (target_) in DataStoreSpec()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferWriteTests.cpp63 DataStoreSpec (deUint32 target_, deUint32 usage_, int size_) in DataStoreSpec()
64 : target (target_) in DataStoreSpec()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_configfs.c3387 CONFIGFS_ATTR_RO(target_, hba_info);
3388 CONFIGFS_ATTR(target_, hba_mode);
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_configfs.c3490 CONFIGFS_ATTR_RO(target_, hba_info);
3491 CONFIGFS_ATTR(target_, hba_mode);

Completed in 34 milliseconds

123