Home
last modified time | relevance | path

Searched defs:new_ok (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/src/
Dmsg.rs184 pub fn new_ok<R: Serialize>(id: RequestId, result: R) -> Response { in new_ok() method
/third_party/grpc/src/cpp/server/
Dserver_cc.cc642 bool new_ok = ok; in Run() local