OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:namespace_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/browser/api/storage/
settings_namespace.cc
34
Namespace FromString(const std::string&
namespace_string
) {
35
if (
namespace_string
== kLocalNamespace)
37
if (
namespace_string
== kSyncNamespace)
39
if (
namespace_string
== kManagedNamespace)
/external/lldb/source/Symbol/
ClangASTImporter.cpp
403
std::string
namespace_string
= decl->getDeclName().getAsString();
local
405
context_md->m_map_completer->CompleteNamespaceMap (new_map, ConstString(
namespace_string
.c_str()), parent_map);
Completed in 535 milliseconds