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

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.cc 48 vars_["classname"] = descriptor_->name();
49 vars_["full_name"] = descriptor_->full_name();
51 vars_["dllexport"] = "";
53 vars_["dllexport"] = options.dllexport_decl + " ";
61 printer->Print(vars_,
70 printer->Print(vars_,
79 printer->Print(vars_,
104 printer->Print(vars_,
113 printer->Print(vars_,
119 printer->Print(vars_,
    [all...]
cpp_service.h 108 map<string, string> vars_; member in class:google::protobuf::compiler::cpp::ServiceGenerator
  /system/tools/aidl/
generate_java.cpp 46 vars_.push_back(v);
52 return vars_[index];
generate_java.h 52 std::vector<Variable*> vars_; member in class:android::aidl::VariableFactory
  /build/kati/
var.cc 153 : vars_(vars), orig_(NULL) {
166 vars_->erase(iter_);
var.h 199 Vars* vars_; member in class:ScopedVar
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 196 vars_ = np.asarray([s[2] for s in samples])
211 b = vars_

Completed in 369 milliseconds