Home
last modified time | relevance | path

Searched refs:GetDict (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/third_party/upb/cmake/
Dmake_cmakelists.py274 def GetDict(obj): function
282 globs = GetDict(converter)
284 exec(open("WORKSPACE").read(), GetDict(WorkspaceFileFunctions(converter)))
285 exec(open("BUILD").read(), GetDict(BuildFileFunctions(converter)))
286 exec(open("third_party/wyhash/BUILD").read(), GetDict(BuildFileFunctions(converter)))
/third_party/grpc/third_party/upb/tools/
Dmake_cmakelists.py261 def GetDict(obj): function
268 globs = GetDict(converter)
270 exec(open("WORKSPACE").read(), GetDict(WorkspaceFileFunctions(converter)))
271 exec(open("BUILD").read(), GetDict(BuildFileFunctions(converter)))