HomeSort by relevance Sort by last modified time
    Searched refs:java_enum_style (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum.cc 83 bool use_shell_class = params_.java_enum_style();
javanano_file.cc 141 if (params_.java_enum_style()) {
250 if (params_.java_enum_style()) {
javanano_params.h 186 bool java_enum_style() const { function in class:google::protobuf::compiler::javanano::Params
javanano_helpers.cc 212 if (file->enum_type_count() != 0 && !params.java_enum_style()) {
245 if (params.java_enum_style()) {

Completed in 55 milliseconds