Home
last modified time | relevance | path

Searched refs:ToCamelCase (Results 1 – 13 of 13) sorted by relevance

/external/perfetto/tools/ftrace_proto_gen/
Dftrace_proto_gen.cc42 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()
Dftrace_descriptor_gen.cc79 ToCamelCase(type.ToString()) + "},"; in GenerateFtraceDescriptors()
Dproto_gen_utils.h90 std::string ToCamelCase(const std::string& s);
Dproto_gen_utils.cc137 std::string ToCamelCase(const std::string& s) { in ToCamelCase() function
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs62 … JsonFormatter.WriteString(writer, string.Join(",", paths.Select(JsonFormatter.ToCamelCase))); in ToJson()
/external/protobuf/src/google/protobuf/util/internal/
Dutility.h146 LIBPROTOBUF_EXPORT string ToCamelCase(const StringPiece input);
Dutility.cc203 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
Dprotostream_objectsource.cc665 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/
DJsonFormatterTest.cs231 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/
DFieldDescriptor.cs100 … JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName; in FieldDescriptor()
/external/protobuf/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
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc282 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/
Ddescriptor.cc167 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()