Home
last modified time | relevance | path

Searched refs:UpperString (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/ipc/protoc_plugin/
Dipc_generator.cc44 using google::protobuf::UpperString;
247 UpperString(&guard); in Generate()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.h182 inline void UpperString(string * s) { in UpperString() function
192 UpperString(&out); in ToUpper()
/external/perfetto/src/protozero/protoc_plugin/
Dprotozero_generator.cc44 using google::protobuf::UpperString;
272 UpperString(&guard); in GeneratePrologue()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc511 UpperString(&constant_name); in PrintTopLevelExtensions()
1137 UpperString(&name); in ModuleLevelDescriptorName()
1166 UpperString(&name); in ModuleLevelServiceDescriptorName()
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc196 UpperString(&name); in FieldConstantName()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc273 UpperString(&name); in FieldConstantName()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc255 UpperString(&name); in FieldConstantName()
/external/perfetto/tools/proto_to_cpp/
Dproto_to_cpp.cc224 UpperString(&include_guard); in Convert()
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc111 UpperString(&constant_name); in AddFieldNumberToClass()