Home
last modified time | relevance | path

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/
DFieldMaskPartial.cs63 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/
Dutility.h150 LIBPROTOBUF_EXPORT string ToCamelCase(const StringPiece input);
Dutility.cc207 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
Dprotostream_objectsource.cc671 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/
DJsonFormatterTest.cs233 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/
DFieldDescriptor.cs100 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName; in FieldDescriptor()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DJsonFormatter.cs273 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/
Ddescriptor.cc167 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()