Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/
Dupb.lua23 function upb._generated_module(desc_string)
24 local file = upb.generated_pool:add_file(desc_string)
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp3741 std::string desc_string; in AsyncThread() local
3750 extractor.GetHexByteString(desc_string); in AsyncThread()
3753 process->SetExitStatus(exit_status, desc_string.c_str()); in AsyncThread()