Home
last modified time | relevance | path

Searched defs:camelCase (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DMessageLiteToString.java93 String camelCase = suffix.substring(0, 1).toLowerCase() in reflectivePrintWithIndent() local
119 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local
228 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/
Drewrite_tests_for_commonjs.js46 function camelCase(str) { function