Lines Matching refs:end

165   parsed_params.cmd_params.assign(cmdTokens.begin() + 1, cmdTokens.end());  in InitFromCmdLineArgs()
339 if (itr != options.end()) { in LDBCommand()
344 if (itr != options.end()) { in LDBCommand()
349 if (itr != options.end()) { in LDBCommand()
357 if (itr != options.end()) { in LDBCommand()
505 if (it == cf_handles_.end()) { in GetCfHandle()
531 ret.insert(ret.end(), options.begin(), options.end()); in BuildCmdLineOptions()
548 if (itr != option_map_.end()) { in ParseIntOption()
576 if (itr != option_map_.end()) { in ParseStringOption()
586 std::find_if(column_families_.begin(), column_families_.end(), in PrepareOptionsForOpenDB()
590 if (column_families_iter != column_families_.end()) { in PrepareOptionsForOpenDB()
629 if (itr != option_map_.end()) { in PrepareOptionsForOpenDB()
634 if (itr != option_map_.end()) { in PrepareOptionsForOpenDB()
754 itr != option_map_.end(); ++itr) { in ValidateCmdLineOptions()
756 valid_cmd_line_options_.end(), in ValidateCmdLineOptions()
757 itr->first) == valid_cmd_line_options_.end()) { in ValidateCmdLineOptions()
764 itr != flags_.end(); ++itr) { in ValidateCmdLineOptions()
766 valid_cmd_line_options_.end(), in ValidateCmdLineOptions()
767 *itr) == valid_cmd_line_options_.end()) { in ValidateCmdLineOptions()
773 if (!NoDBOpen() && option_map_.find(ARG_DB) == option_map_.end() && in ValidateCmdLineOptions()
774 option_map_.find(ARG_PATH) == option_map_.end()) { in ValidateCmdLineOptions()
844 if (itr != options.end()) { in ParseBooleanOption()
852 std::transform(val.begin(), val.end(), val.begin(), in StringToBool()
875 if (itr != options.end()) {
881 if (itr != options.end()) {
910 Slice* end = nullptr; in DoCommand() local
915 end = new Slice(to_); in DoCommand()
921 db_->CompactRange(cro, GetCfHandle(), begin, end); in DoCommand()
925 delete end; in DoCommand()
1065 if (itr != options.end()) {
1207 if (itr != options.end()) {
1332 if (iter == cf_handles_.end()) { in DoCommand()
1412 if (itr != options.end()) {
1548 if (itr != options.end()) {
1554 if (itr != options.end()) {
1560 if (itr != options.end()) {
1576 if (itr != options.end()) {
1597 if (itr != options.end()) {
2281 if (itr != options.end()) {
2363 if (options.find(ARG_FROM) != options.end()) {
2371 if (options.find(ARG_TO) != options.end()) {
2454 itr != key_values_.end(); ++itr) { in DoCommand()
2487 if (itr != options.end()) {
2495 if (itr != options.end()) {
2504 std::find(flags.begin(), flags.end(), ARG_NO_VALUE);
2505 if (vitr != flags.end()) {
2510 if (itr != options.end()) {
2876 if (itr != options.end()) {
2943 if (itr != options.end()) {
2947 if (itr != options.end()) {
2951 if (itr == options.end()) {
2959 if (itr != options.end()) {
3388 if (itr != options.end()) {