Home
last modified time | relevance | path

Searched refs:camelCase (Results 1 – 4 of 4) 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
102 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()
119 String camelCase = suffix.substring(0, 1).toLowerCase() + suffix.substring(1); in reflectivePrintWithIndent() local
136 camelCaseToSnakeCase(camelCase), in reflectivePrintWithIndent()
228 private static final String camelCaseToSnakeCase(String camelCase) { in camelCaseToSnakeCase() argument
230 for (int i = 0; i < camelCase.length(); i++) { in camelCaseToSnakeCase()
231 char ch = camelCase.charAt(i); in camelCaseToSnakeCase()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/
Drewrite_tests_for_commonjs.js46 function camelCase(str) { function
88 module = camelCase(module_path[module_path.length - 1]);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto197 // it to camelCase.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt349 - Non-camelCase names in JSON input.