Searched refs:origin_ (Results 1 - 10 of 10) sorted by relevance
/third_party/gn/src/gn/ |
H A D | value.cc | 17 Value::Value(const ParseNode* origin, Type t) : type_(t), origin_(origin) { in Value() 40 : type_(BOOLEAN), origin_(origin), boolean_value_(bool_val) {} in Value() 43 : type_(INTEGER), origin_(origin), int_value_(int_val) {} in Value() 46 : type_(STRING), origin_(origin), string_value_(std::move(str_val)) {} in Value() 49 : type_(STRING), origin_(origin), string_value_(str_val) {} in Value() 52 : type_(SCOPE), origin_(origin), scope_value_(std::move(scope)) {} in Value() 54 Value::Value(const Value& other) : type_(other.type_), origin_(other.origin_) { in Value() 79 : type_(other.type_), origin_(other.origin_) { in origin_() function [all...] |
H A D | substitution_pattern.cc | 23 SubstitutionPattern::SubstitutionPattern() : origin_(nullptr) {} in SubstitutionPattern() 83 origin_ = origin; in Parse() 122 *err = Err(origin_, "This is empty but I was expecting an output file."); in IsInOutputDir() 129 ranges_[0].literal, origin_, err)) in IsInOutputDir() 136 Err(origin_, "File is not inside output directory.", in IsInOutputDir()
|
H A D | metadata.h | 36 const ParseNode* origin() const { return origin_; } in origin() 37 void set_origin(const ParseNode* origin) { origin_ = origin; } in set_origin() 63 const ParseNode* origin_ = nullptr; member in Metadata
|
H A D | value.h | 57 const ParseNode* origin() const { return origin_; } in origin() 58 void set_origin(const ParseNode* o) { origin_ = o; } in set_origin() 125 const ParseNode* origin_ = nullptr; member in Value
|
H A D | substitution_pattern.h | 73 const ParseNode* origin() const { return origin_; } in origin() 77 const ParseNode* origin_; member in SubstitutionPattern
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator-verifier.h | 79 origin_(origin), in PendingAssessment() 96 const InstructionBlock* origin() const { return origin_; } in origin() 102 const InstructionBlock* const origin_; member in v8::internal::compiler::final
|
/third_party/libabigail/src/ |
H A D | abg-corpus-priv.h | 673 corpus::origin origin_; member 724 origin_(ARTIFICIAL_ORIGIN), in priv()
|
H A D | abg-corpus.cc | 828 {return priv_->origin_;} in get_origin() 835 {priv_->origin_ = o;} in set_origin()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 287 origin_(origin) {} in ModuleDecoderImpl() 295 origin_(origin) { in ModuleDecoderImpl() 339 module_->origin = origin_; in StartDecoding() 882 SELECT_WASM_COUNTER(GetCounters(), origin_, wasm_functions_per, module); in DecodeFunctionSection() 1036 if (ok() && origin_ == kWasmOrigin && module_->export_table.size() > 1) { in DecodeExportSection() 1602 ModuleOrigin origin_; member 1968 origin_ == kWasmOrigin ? enabled_features_ : WasmFeatures::None()); in consume_value_type()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_structs.hpp | [all...] |
Completed in 49 milliseconds