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

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_params.h 61 NameSet java_multiple_files_; member in class:google::protobuf::compiler::javamicro::Params
140 java_multiple_files_.insert(file_name);
142 java_multiple_files_.erase(file_name);
152 return java_multiple_files_.find(file_name)
153 != java_multiple_files_.end();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_params.h 59 NameSet java_multiple_files_; member in class:google::protobuf::compiler::javanano::Params
152 java_multiple_files_.insert(file_name);
154 java_multiple_files_.erase(file_name);
164 return java_multiple_files_.find(file_name)
165 != java_multiple_files_.end();
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 292 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(FileOptions, java_multiple_files_),
    [all...]
descriptor.pb.h 1718 bool java_multiple_files_; member in class:google::protobuf::FileOptions
    [all...]

Completed in 164 milliseconds