Lines Matching refs:end
307 if (properties->find(name) != properties->end()) { in parse_config_file()
316 if (properties->find(name) == properties->end()) { in parse_config_file()
365 if (it == properties_.end()) { in get_strings()
381 if (it == properties_.end()) { in get_bool()
390 return (it == properties_.end()) ? "" : it->second.value(); in get_string()
424 if (cached == resolved_paths_.end()) { in get_paths()
428 CHECK(cached != resolved_paths_.end()); in get_paths()
449 if (it != properties_.end() && lineno != nullptr) { in find_property()
501 char* end = nullptr; in read_binary_config() local
503 int result = strtol(content_str, &end, 10); in read_binary_config()
504 if (errno == 0 && *end == '\0' && result > 0) { in read_binary_config()
527 if (namespace_configs.find(linked_ns_name) == namespace_configs.end()) { in read_binary_config()