Home
last modified time | relevance | path

Searched defs:ToJsonString (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/util/
Dtime.cc214 std::string Duration::ToJsonString() const { in ToJsonString() function in grpc_core::Duration
/third_party/protobuf/python/google/protobuf/internal/
Dfield_mask.py18 def ToJsonString(self): member in FieldMask
Dwell_known_types.py83 def ToJsonString(self): member in Timestamp
323 def ToJsonString(self): member in Duration
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc96 bool FieldMaskUtil::ToJsonString(const FieldMask& mask, std::string* out) { in ToJsonString() function in google::protobuf::util::FieldMaskUtil
/third_party/protobuf/python/google/protobuf/
Djson_format.py195 def ToJsonString(self, message, indent, sort_keys, ensure_ascii): member in _Printer