Searched refs:ToCamelCase (Results 1 – 8 of 8) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 63 var query = paths.Select(JsonFormatter.ToCamelCase); in ToJson() 66 … JsonFormatter.WriteString(writer, string.Join(",", paths.Select(JsonFormatter.ToCamelCase))); in ToJson()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | utility.h | 150 LIBPROTOBUF_EXPORT string ToCamelCase(const StringPiece input);
|
D | utility.cc | 207 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
|
D | protostream_objectsource.cc | 671 combined.append(ConvertFieldMaskPath(str, &ToCamelCase)); in RenderFieldMask() 866 ow->RenderString(field_name, ToCamelCase(enum_value->name())); in RenderNonMessageField()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 233 public void ToCamelCase(string original, string expected) in ToCamelCase() method in Google.Protobuf.JsonFormatterTest 235 Assert.AreEqual(expected, JsonFormatter.ToCamelCase(original)); in ToCamelCase()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 100 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName; in FieldDescriptor()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/ |
D | JsonFormatter.cs | 273 return ToCamelCase(input); in ToCamelCaseForFieldMask() 278 internal static string ToCamelCase(string input) in ToCamelCase() method in Google.Protobuf.JsonFormatter
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.cc | 167 string ToCamelCase(const string& input, bool lower_first) { in ToCamelCase() function 4227 tables_->AllocateString(ToCamelCase(proto.name(), in BuildFieldOrExtension() 5410 message->name() != ToCamelCase(field->name(), false) + "Entry" || in ValidateMapEntry()
|