Searched defs:used_names (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | query.py | 38 def __init__(self, parent, title, message, *, text0='', used_names={}, argument 167 def __init__(self, parent, title, message, used_names, argument 250 used_names={}, _htest=False, _utest=False): argument
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_enum.cc | 64 std::set<string> used_names; in Generate() local
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
D | namer.cc | 183 std::unordered_set<std::string> used_names; in ResolveMemberNamesForStruct() local
|
/third_party/python/Lib/lib2to3/ |
D | fixer_base.py | 30 used_names = set() # A set of all used NAMEs variable in BaseFix
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_query.py | 80 used_names = ['used'] variable in SectionNameTest.Dummy_SectionName
|