Home
last modified time | relevance | path

Searched refs:PrinterPtr (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.h15 class PrinterPtr; variable
47 class upb::json::PrinterPtr {
49 PrinterPtr(upb_json_printer* ptr) : ptr_(ptr) {} in PrinterPtr() function
51 static PrinterPtr Create(Arena *arena, const upb::Handlers *handlers, in Create()
53 return PrinterPtr( in Create()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc196 upb::json::PrinterPtr printer = upb::json::PrinterPtr::Create( in test_json_roundtrip_message()
228 upb::json::PrinterPtr::NewCache(false)); in test_json_roundtrip()
266 serialize_handlercache = upb::json::PrinterPtr::NewCache(true); in test_json_roundtrip()
290 upb::json::PrinterPtr printer = upb::json::PrinterPtr::Create( in test_json_parse_failure()
310 upb::json::PrinterPtr::NewCache(false)); in test_json_failure()
/external/protobuf/php/ext/google/protobuf/
Dupb.h7193 class PrinterPtr;
7225 class upb::json::PrinterPtr {
7227 PrinterPtr(upb_json_printer* ptr) : ptr_(ptr) {}
7229 static PrinterPtr Create(Arena *arena, const upb::Handlers *handlers,
7231 return PrinterPtr(