Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py107 def ToJsonString(self): member in Timestamp
263 def ToJsonString(self): member in Duration
422 def ToJsonString(self): member in FieldMask
/third_party/protobuf/python/google/protobuf/
Djson_format.py203 def ToJsonString(self, message, indent, sort_keys): member in _Printer
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc106 bool FieldMaskUtil::ToJsonString(const FieldMask& mask, std::string* out) { in ToJsonString() function in google::protobuf::util::FieldMaskUtil