HomeSort by relevance Sort by last modified time
    Searched refs:Namespace (Results 176 - 200 of 350) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Sema/
DeclSpec.cpp 28 using namespace clang;
71 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
74 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
managers.py 936 class Namespace(object):
946 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /external/python/cpython3/Lib/multiprocessing/
managers.py 938 class Namespace(object):
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 30 using namespace llvm;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
Preprocessor.h 39 namespace llvm {
43 namespace clang {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 341 TagNamespace: "Namespace",
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 341 TagNamespace: "Namespace",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /external/flatbuffers/src/
idl_gen_cpp.cpp 24 namespace flatbuffers {
36 namespace cpp {
51 "inline", "int", "long", "module", "mutable", "namespace", "new",
74 // For further uniqueness, also add the namespace.
350 // This tracks the current namespace so we can insert namespace declarations.
351 const Namespace *cur_name_space_;
353 const Namespace *CurrentNameSpace() const { return cur_name_space_; }
356 // the equivalent C++ namespace.
    [all...]

Completed in 7802 milliseconds

1 2 3 4 5 6 78 91011>>