Home
last modified time | relevance | path

Searched refs:origin_ (Results 1 - 10 of 10) sorted by relevance

/third_party/gn/src/gn/
H A Dvalue.cc17 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 Dsubstitution_pattern.cc23 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 Dmetadata.h36 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 Dvalue.h57 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 Dsubstitution_pattern.h73 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 Dregister-allocator-verifier.h79 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 Dabg-corpus-priv.h673 corpus::origin origin_; member
724 origin_(ARTIFICIAL_ORIGIN), in priv()
H A Dabg-corpus.cc828 {return priv_->origin_;} in get_origin()
835 {priv_->origin_ = o;} in set_origin()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-decoder.cc287 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 Dvulkan_structs.hpp[all...]

Completed in 49 milliseconds