Home
last modified time | relevance | path

Searched refs:ObjectMapper (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/lldb/source/Utility/
H A DTraceGDBRemotePackets.cpp19 ObjectMapper o(value, path); in fromJSON()
35 ObjectMapper o(value, path); in fromJSON()
57 ObjectMapper o(value, path); in fromJSON()
70 ObjectMapper o(value, path); in fromJSON()
79 ObjectMapper o(value, path); in fromJSON()
88 ObjectMapper o(value, path); in fromJSON()
100 ObjectMapper o(value, path); in fromJSON()
121 ObjectMapper o(value, path); in fromJSON()
146 ObjectMapper o(value, path); in fromJSON()
H A DTraceIntelPTGDBRemotePackets.cpp47 ObjectMapper o(value, path); in fromJSON()
99 ObjectMapper o(value, path); in fromJSON()
111 ObjectMapper o(value, path); in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp103 llvm::json::ObjectMapper O(Params, P); in fromJSON()
115 llvm::json::ObjectMapper O(Params, P); in fromJSON()
122 llvm::json::ObjectMapper O(Params, P); in fromJSON()
138 llvm::json::ObjectMapper O(Params, P); in fromJSON()
166 llvm::json::ObjectMapper O(Params, P); in fromJSON()
173 llvm::json::ObjectMapper O(Params, P); in fromJSON()
441 llvm::json::ObjectMapper O(Params, P); in fromJSON()
505 llvm::json::ObjectMapper O(Params, P); in fromJSON()
511 llvm::json::ObjectMapper O(Params, P); in fromJSON()
517 llvm::json::ObjectMapper O(Params, P); in fromJSON()
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTJSONStructs.cpp44 ObjectMapper o(value, path); in fromJSON()
59 ObjectMapper o(value, path); in fromJSON()
73 ObjectMapper o(value, path); in fromJSON()
87 ObjectMapper o(value, path); in fromJSON()
106 ObjectMapper o(value, path); in fromJSON()
130 ObjectMapper o(value, path); in fromJSON()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp303 llvm::json::ObjectMapper o(value, path); in fromJSON()
318 llvm::json::ObjectMapper o(value, path); in fromJSON()
335 llvm::json::ObjectMapper o(value, path); in fromJSON()
354 llvm::json::ObjectMapper o(value, path); in fromJSON()
364 llvm::json::ObjectMapper o(value, path); in fromJSON()
386 llvm::json::ObjectMapper o(value, path); in fromJSON()
407 llvm::json::ObjectMapper o(value, path); in fromJSON()
429 llvm::json::ObjectMapper o(value, path); in fromJSON()
440 llvm::json::ObjectMapper o(value, path); in fromJSON()
447 llvm::json::ObjectMapper o(value, path); in fromJSON()
[all …]
/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DResultAnalyzerMain.cpp65 json::ObjectMapper O(V, P); in fromJSON()
89 json::ObjectMapper O(V, P); in fromJSON()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DProtocol.cpp67 llvm::json::ObjectMapper o(value, path); in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndex.cpp32 llvm::json::ObjectMapper O(Parameters, P); in fromJSON()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTensorSpec.cpp56 json::ObjectMapper Mapper(Value, Root); in getTensorSpecFromJSON()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h818 class ObjectMapper {
821 ObjectMapper(const Value &E, Path P) : O(E.getAsObject()), P(P) { in ObjectMapper() function
/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp39 json::ObjectMapper o(value, path); in fromJSON()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DJSONTest.cpp459 ObjectMapper O(E, P); in fromJSON()