Searched refs:to_camel_case (Results 1 – 4 of 4) sorted by relevance
41 def to_camel_case(word): function62 method = to_camel_case(self.method),65 memloc = to_camel_case(self.memloc.name),66 byteorder = to_camel_case(self.byteorder),67 vartype = to_camel_case(self.vartype))
16 string to_camel_case(const string& str);
11 to_camel_case(const string& str) in to_camel_case() function
57 name = to_camel_case(file_base_name(file_descriptor.name())); in make_outer_class_name()