Home
last modified time | relevance | path

Searched defs:ToCamelCase (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/
DJsonFormatterTest.cs231 public void ToCamelCase(string original, string expected) in ToCamelCase() method in Google.Protobuf.JsonFormatterTest
/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.cc137 std::string ToCamelCase(const std::string& s) { in ToCamelCase() function
/external/protobuf/csharp/src/Google.Protobuf/
DJsonFormatter.cs278 internal static string ToCamelCase(string input) in ToCamelCase() method in Google.Protobuf.JsonFormatter
/external/protobuf/src/google/protobuf/util/internal/
Dutility.cc203 string ToCamelCase(const StringPiece input) { in ToCamelCase() function
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc282 string ToCamelCase(const string& str) { in ToCamelCase() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc167 string ToCamelCase(const string& input, bool lower_first) { in ToCamelCase() function