Home
last modified time | relevance | path

Searched defs:NewCache (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/third_party/upb/upb/pb/
Dtextprinter.h59 static HandlerCache NewCache() { in NewCache() function
Dencoder.h71 static HandlerCache NewCache() { in NewCache() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache()
/third_party/grpc/third_party/upb/upb/json/
Dprinter.h62 static HandlerCache NewCache(bool preserve_proto_fieldnames) { in NewCache() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h369 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache()