Searched refs:set_node (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/tools/gn/
H A Dscope.h159 const ParseNode* set_node);
161 // The set_node indicates the statement that caused the set, for displaying
166 const ParseNode* set_node);
H A Dscope.cc99 const ParseNode* set_node) {
109 return SetValue(ident, *in_containing, set_node);
126 const ParseNode* set_node) {
129 r.value.set_origin(set_node);
98 GetValueForcedToCurrentScope(const base::StringPiece& ident, const ParseNode* set_node) argument
124 SetValue(const base::StringPiece& ident, const Value& v, const ParseNode* set_node) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c103 static int set_node(const char* section, const char* key, const char* name,
230 ret = set_node(section, key, name, value, (short)bytes, (short)type);
494 static int set_node(const char* section, const char* key, const char* name, function
/external/chromium_org/v8/src/
H A Djsregexp.cc2884 alternatives_->at(i).set_node(replacement);
2903 alternatives_->at(i).set_node(replacement);
2923 alternatives_->at(1).set_node(replacement);
2930 alternatives_->at(0).set_node(neg_replacement);
H A Djsregexp.h1039 void set_node(RegExpNode* node) { node_ = node; } function in class:v8::internal::GuardedAlternative

Completed in 559 milliseconds