HomeSort by relevance Sort by last modified time
    Searched full:vars_ (Results 1 - 3 of 3) 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
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 198 vars_ = np.asarray([s[2] for s in samples])
213 b = vars_

Completed in 268 milliseconds