replace            31 apps/HelloAndroidCamera2/src/com/example/helloandroidcamera2/CameraActivity.java                     .replace(R.id.container, Camera2BasicFragment.newInstance())
replace            13 src/Substitute.cpp     const map<string, Expr> &replace;
replace            17 src/Substitute.cpp         map<string, Expr>::const_iterator iter = replace.find(s);
replace            18 src/Substitute.cpp         if (iter != replace.end() && !hidden.contains(s)) {
replace            26 src/Substitute.cpp     Substitute(const map<string, Expr> &m) : replace(m) {}
replace           163 src/Substitute.cpp     Expr find, replace;
replace           169 src/Substitute.cpp         if (e.same_as(find)) return replace;
replace           173 src/Substitute.cpp     GraphSubstituteExpr(const Expr &find, const Expr &replace) : find(find), replace(replace) {}
replace           178 src/Util.cpp   string replace_all(const string &str, const string &find, const string &replace) {
replace           182 src/Util.cpp           result.replace(pos, find.length(), replace);
replace           183 src/Util.cpp           pos += replace.length();
replace           104 src/Util.h     EXPORT std::string replace_all(const std::string &str, const std::string &find, const std::string &replace);