/third_party/gn/src/gn/ |
H A D | ninja_bundle_data_target_writer.cc | 19 for (const SourceFile& source_file : target_->sources()) { in Run() 29 for (const Target* data_dep : resolved().GetDataDeps(target_)) in Run()
|
H A D | bundle_file_rule.h | 45 const Target* target() const { return target_; } in target() 51 const Target* target_; member in BundleFileRule
|
H A D | group_target_generator.cc | 20 target_->set_output_type(Target::GROUP); in DoRun()
|
H A D | rust_values_generator.h | 30 Target* target_; member in RustValuesGenerator
|
H A D | swift_values_generator.h | 29 Target* target_; member in SwiftValuesGenerator
|
H A D | ninja_group_target_writer.cc | 24 const auto& target_deps = resolved().GetTargetDeps(target_); in Run()
|
H A D | target_generator.h | 62 Target* target_; member in TargetGenerator
|
H A D | ninja_target_writer.h | 103 const Target* target_; // Non-owning. member in NinjaTargetWriter
|
H A D | xcode_object.cc | 490 : 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 D | xcode_object.h | 224 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 D | gdb-server-thread.h | 39 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 D | call.h | 46 const CallTarget* Target() const { return target_; } in Target() 59 CallTarget const* const target_; member in tint::sem::Call
|
H A D | call.cc | 31 target_(target), in Call()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | processed-feedback.h | 178 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 D | simplified-operator.h | 493 : 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 D | node_util.h | 41 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 D | zero_copy_stream_impl_lite.h | 155 std::string* target_; member in google::protobuf::io::StringOutputStream
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.h | 1236 : 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 D | values.h | 551 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 D | ast.h | 594 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 D | ast.cc | 194 : Expression(pos, node_type), target_(target), value_(value) { in Assignment()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBufferWriteTests.cpp | 63 DataStoreSpec (deUint32 target_, deUint32 usage_, int size_) in DataStoreSpec() 64 : target (target_) in DataStoreSpec()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferWriteTests.cpp | 63 DataStoreSpec (deUint32 target_, deUint32 usage_, int size_) in DataStoreSpec() 64 : target (target_) in DataStoreSpec()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_configfs.c | 3387 CONFIGFS_ATTR_RO(target_, hba_info); 3388 CONFIGFS_ATTR(target_, hba_mode);
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_configfs.c | 3490 CONFIGFS_ATTR_RO(target_, hba_info); 3491 CONFIGFS_ATTR(target_, hba_mode);
|