Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc757 static PyObject* GetJsonName(PyBaseDescriptor* self, void *closure) { in GetJsonName() function
/external/protobuf/php/ext/google/protobuf/
Dupb.h3250 size_t GetJsonName(char *buf, size_t len) const { in GetJsonName() function
3257 bool GetJsonName(T* str) { in GetJsonName() function
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go913 func (m *FieldDescriptorProto) GetJsonName() string { func