Home
last modified time | relevance | path

Searched refs:GetNamespace (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/clang/plugins/
DUtil.h15 std::string GetNamespace(const clang::Decl* record);
DUtil.cpp35 std::string GetNamespace(const clang::Decl* record) { in GetNamespace() function
DFindBadConstructsConsumer.cpp32 return GetNamespace(record).find("testing") != std::string::npos; in InTestingNamespace()
788 GetNamespace(decl) == "base") { in IsRefCounted()
974 GetNamespace(template_decl) == "base") { in CheckWeakPtrFactoryMembers()
/external/flatbuffers/src/
Didl_gen_lua.cpp631 std::string GetNamespace(const Type &type) { in GetNamespace() function in flatbuffers::lua::LuaGenerator
640 return GetNamespace(field.value.type); in TypeNameWithNamespace()
Didl_parser.cpp2705 static Namespace *GetNamespace( in GetNamespace() function
3094 GetNamespace(qualified_name, namespaces_, namespaces_index); in Deserialize()
3102 GetNamespace(qualified_name, namespaces_, namespaces_index); in Deserialize()
3112 GetNamespace(qualified_name, namespaces_, namespaces_index); in Deserialize()