Searched refs:current_name (Results 1 – 7 of 7) sorted by relevance
/third_party/gn/src/gn/ |
D | scope.cc | 300 const std::string_view current_name = pair.first; in NonRecursiveMergeTo() local 301 if (options.skip_private_vars && IsPrivateVar(current_name)) in NonRecursiveMergeTo() 304 options.excluded_values.find(std::string(current_name)) != in NonRecursiveMergeTo() 311 const Value* existing_value = dest->GetValue(current_name); in NonRecursiveMergeTo() 317 std::string(current_name) + "\""); in NonRecursiveMergeTo() 329 dest->values_[current_name] = pair.second; in NonRecursiveMergeTo() 332 dest->MarkUsed(current_name); in NonRecursiveMergeTo() 337 const std::string& current_name = pair.first; in NonRecursiveMergeTo() local 339 options.excluded_values.find(current_name) != in NonRecursiveMergeTo() 345 const Scope* dest_defaults = dest->GetTargetDefaults(current_name); in NonRecursiveMergeTo() [all …]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/ |
D | pretty_vcproj.py | 236 current_name = child2.getAttribute("Name") 237 if not current_name: 245 if name == current_name:
|
/third_party/node/tools/gyp/tools/ |
D | pretty_vcproj.py | 242 current_name = child2.getAttribute("Name") 243 if not current_name: 251 if name == current_name:
|
/third_party/boost/boost/wave/ |
D | preprocessing_hooks.hpp | 208 bool is_system, char const *current_name, std::string &dir_path, in locate_include_file() 211 if (!ctx.find_include_file (file_path, dir_path, is_system, current_name)) in locate_include_file()
|
/third_party/cef/tests/cefclient/browser/ |
D | preferences_test.cc | 258 const std::string& current_name = name.empty() ? key : name + "." + key; in ApplyPrefs() local 259 if (!ApplyPrefs(context, current_name, dict->GetValue(key), error, in ApplyPrefs()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_monitor.c | 241 const char *current_name = in crocus_monitor_init_metrics() local 245 if (strcmp(current_name, existing_name) == 0) { in crocus_monitor_init_metrics()
|
/third_party/boost/boost/wave/util/ |
D | cpp_iterator.hpp | 1600 char const *current_name = include_next ? iter_ctx->real_filename.c_str() : 0; in on_include_helper() local 1602 char const *current_name = 0; // never try to match current file name in on_include_helper() local 1617 current_name, dir_path, native_path_str)) in on_include_helper()
|