HomeSort by relevance Sort by last modified time
    Searched refs:ToCamelCase (Results 1 - 8 of 8) sorted by null

  /system/tools/hidl/c2hal/
Declaration.cpp 41 mName = StringHelper::ToCamelCase(mName);
  /system/tools/hidl/utils/include/hidl-util/
StringHelper.h 51 static std::string ToCamelCase(const std::string &in);
  /system/tools/hidl/utils/
StringHelper.cpp 106 std::string StringHelper::ToCamelCase(const std::string &in) {
155 return ToCamelCase(in);
  /external/protobuf/src/google/protobuf/util/internal/
utility.h 146 LIBPROTOBUF_EXPORT string ToCamelCase(const StringPiece input);
utility.cc 203 string ToCamelCase(const StringPiece input) {
protostream_objectsource.cc 665 combined.append(ConvertFieldMaskPath(str, &ToCamelCase));
860 ow->RenderString(field_name, ToCamelCase(enum_value->name()));
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 100 JsonName = Proto.JsonName == "" ? JsonFormatter.ToCamelCase(Proto.Name) : Proto.JsonName;
  /external/protobuf/src/google/protobuf/
descriptor.cc 167 string ToCamelCase(const string& input, bool lower_first) {
    [all...]

Completed in 6804 milliseconds