Searched defs:spec_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc48 static scoped_ptr<CacheSpec> Parse(const std::string& spec_string) { argument
50 base::SplitString(spec_string, ':', &tokens);
/external/lldb/source/Symbol/
H A DSymbolContext.cpp699 SymbolContextSpecifier::AddSpecification (const char *spec_string, SpecificationType type) argument
710 FileSpec module_file_spec(spec_string, false);
717 m_module_spec.assign (spec_string);
723 m_file_spec_ap.reset (new FileSpec (spec_string, false));
727 m_start_line = Args::StringToSInt32(spec_string, 0, 0, &return_value);
732 m_end_line = Args::StringToSInt32(spec_string, 0, 0, &return_value);
737 m_function_spec.assign(spec_string);
742 m_class_name.assign (spec_string);

Completed in 2840 milliseconds