Searched refs:GetJsonName (Results 1 – 4 of 4) sorted by relevance
1966 size_t GetJsonName(char* buf, size_t len) const;1971 bool GetJsonName(T* str) {1972 str->resize(GetJsonName(NULL, 0));1973 GetJsonName(&(*str)[0], str->size());3131 inline size_t FieldDef::GetJsonName(char* buf, size_t len) const {
913 func (m *FieldDescriptorProto) GetJsonName() string { func
880 func (m *FieldDescriptorProto) GetJsonName() string { func
1555 if json := field.GetJsonName(); field.Extendee == nil && json != "" && json != name {