Searched refs:ToCamelCase (Results 1 – 13 of 13) sorted by relevance
/external/perfetto/tools/ftrace_proto_gen/ |
D | ftrace_proto_gen.cc | 42 return ToCamelCase(EventNameToProtoFieldName(name)) + "FtraceEvent"; in EventNameToProtoName() 69 event.c_str(), event.c_str(), ToCamelCase(event).c_str()); in PrintEventFormatterMain() 90 printf("using protos::%sFtraceEvent;\n", ToCamelCase(event).c_str()); in PrintEventFormatterUsingStatements() 103 ToCamelCase(event).c_str(), ToCamelCase(event).c_str(), event.c_str()); in PrintEventFormatterFunctions() 215 ToCamelCase(field->type.ToString()) + "));\n"; in SingleEventInfo()
|
D | ftrace_descriptor_gen.cc | 79 ToCamelCase(type.ToString()) + "},"; in GenerateFtraceDescriptors()
|
D | proto_gen_utils.h | 90 std::string ToCamelCase(const std::string& s);
|
D | proto_gen_utils.cc | 137 std::string ToCamelCase(const std::string& s) { in ToCamelCase() function
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 62 … JsonFormatter.WriteString(writer, string.Join(",", paths.Select(JsonFormatter.ToCamelCase))); in ToJson()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | utility.h | 146 LIBPROTOBUF_EXPORT string ToCamelCase(const StringPiece input);
|
D | utility.cc | 203 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
|
D | protostream_objectsource.cc | 665 combined.append(ConvertFieldMaskPath(str, &ToCamelCase)); in RenderFieldMask() 860 ow->RenderString(field_name, ToCamelCase(enum_value->name())); in RenderNonMessageField()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonFormatterTest.cs | 231 public void ToCamelCase(string original, string expected) in ToCamelCase() method in Google.Protobuf.JsonFormatterTest 233 Assert.AreEqual(expected, JsonFormatter.ToCamelCase(original)); in ToCamelCase()
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | FieldDescriptor.cs | 100 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName; in FieldDescriptor()
|
/external/protobuf/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
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 282 string ToCamelCase(const string& str) { in ToCamelCase() function 704 const string camel_case_name = ToCamelCase(api_def_attr.rename_to()); in GetOpAttrStruct() 843 const string camel_case_name = ToCamelCase(api_def_attr.rename_to()); in WriteClassDecl()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 167 string ToCamelCase(const string& input, bool lower_first) { in ToCamelCase() function 4221 tables_->AllocateString(ToCamelCase(proto.name(), in BuildFieldOrExtension() 5391 message->name() != ToCamelCase(field->name(), false) + "Entry" || in ValidateMapEntry()
|