Searched refs:with_package (Results 1 – 2 of 2) sorted by relevance
/external/nanopb-c/tests/typename_mangling/ |
D | SConscript | 12 env.Command("strip_package.options", "with_package.options", set_mangling("M_STRIP_PACKAGE")) 13 env.Command("strip_package.proto", "with_package.proto", Copy("$TARGET", "$SOURCE")) 17 env.Command("flatten.options", "with_package.options", set_mangling("M_FLATTEN")) 18 env.Command("flatten.proto", "with_package.proto", Copy("$TARGET", "$SOURCE"))
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 380 bool with_package) { in GetMessagesFileName() argument 384 with_package in GetMessagesFileName() 421 const EnumDescriptor* desc, bool with_package) { in GetEnumFileName() argument 423 (with_package ? ToLower(GetNamespace(options, desc->file()) + "_") in GetEnumFileName()
|