HomeSort by relevance Sort by last modified time
    Searched defs:FullName (Results 1 - 25 of 49) sorted by null

1 2

  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IDescriptor.cs 48 string FullName { get; }
PackageDescriptor.cs 43 private readonly string fullName;
46 internal PackageDescriptor(string name, string fullName, FileDescriptor file)
49 this.fullName = fullName;
58 public string FullName
60 get { return fullName; }
DescriptorBase.cs 41 private readonly string fullName;
44 internal DescriptorBase(FileDescriptor file, string fullName, int index)
47 this.fullName = fullName;
72 public string FullName
74 get { return fullName; }
FileDescriptor.cs 42 /// and the FullName is the same as the Name.
77 return parent.FullName + "." + name;
170 /// Implementation of IDescriptor.FullName - just returns the same as Name.
172 string IDescriptor.FullName => Name;
  /prebuilts/go/darwin-x86/src/debug/pe/
symbol.go 52 // FullName finds real name of symbol sym. Normally name is stored
55 func (sym *COFFSymbol) FullName(st StringTable) (string, error) {
73 name, err := sym.FullName(st)
  /prebuilts/go/linux-x86/src/debug/pe/
symbol.go 52 // FullName finds real name of symbol sym. Normally name is stored
55 func (sym *COFFSymbol) FullName(st StringTable) (string, error) {
73 name, err := sym.FullName(st)
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 87 StringRef FullName;
91 : Initialize(fn), FullName(name), Desc(desc) {}
105 void addChecker(InitializationFunction fn, StringRef fullName,
111 void addChecker(StringRef fullName, StringRef desc) {
114 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 49 std::string FullName = Symbol.getName();
50 if (Printer.IsCompilandExcluded(FullName))
54 WithColor(Printer, PDB_ColorItem::Path).get() << FullName;
  /frameworks/support/room/compiler/src/test/data/daoWriter/input/
ComplexDao.java 23 static class FullName {
25 public String fullName;
39 @Query("SELECT name || lastName as fullName, uid as id FROM user where uid = :id")
40 abstract public List<FullName> fullNames(int id);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Cp.c 362 NewSize += StrSize(Node->FullName);
371 if (!RecursiveMode && !EFI_ERROR(ShellIsDirectory(Node->FullName))) {
380 if (!EFI_ERROR(ShellIsDirectory(Node->FullName)) && EFI_ERROR(ShellIsDirectory(CleanFilePathStr))) {
413 ASSERT(Node->FullName != NULL);
511 if ( !EFI_ERROR(ShellIsDirectory(Node->FullName))
513 && StrniCmp(Node->FullName, DestPath, StrLen(DestPath)) == NULL
519 if (StringNoCaseCompare(&Node->FullName, &DestPath) == 0) {
525 if ((StrniCmp(Node->FullName, DestPath, StrLen(Node->FullName)) == 0)
526 && (DestPath[StrLen(Node->FullName)] == CHAR_NULL || DestPath[StrLen(Node->FullName)] == L'\\')
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 318 bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) {
319 StringRef Name = FullName;
328 FullName = Name;
480 const StringRef FullName = OS.str();
484 if (FullName == Pattern)
486 } else if (FullName.endswith(Pattern) &&
487 FullName.drop_back(Pattern.size()).endswith("::")) {
  /external/clang/lib/Sema/
AttributeList.cpp 130 SmallString<64> FullName;
132 FullName += ScopeName->getName();
134 AttrName = normalizeAttrName(AttrName, FullName, SyntaxUsed);
139 FullName += "::";
140 FullName += AttrName;
142 return ::getAttrKind(FullName, SyntaxUsed);
  /prebuilts/go/darwin-x86/src/go/types/
object.go 207 // FullName returns the package- or receiver-type-qualified name of
209 func (obj *Func) FullName() string {
  /prebuilts/go/linux-x86/src/go/types/
object.go 207 // FullName returns the package- or receiver-type-qualified name of
209 func (obj *Func) FullName() string {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 280 SmallString<128> FullName;
281 Mangler::getNameWithPrefix(FullName, Name, getDataLayout());
283 if (void *Addr = getPointerToGlobalIfAvailable(FullName))
288 return Dyld.getSymbol(FullName);
  /external/llvm/lib/Object/
Archive.cpp 153 SmallString<128> FullName = sys::path::parent_path(
155 sys::path::append(FullName, Name);
156 return StringRef(FullName);
169 const std::string &FullName = *FullNameOrEr;
170 ErrorOr<std::unique_ptr<MemoryBuffer>> Buf = MemoryBuffer::getFile(FullName);
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShell.h 32 CONST CHAR16 *FullName; ///< Fully qualified filename.
    [all...]

Completed in 1011 milliseconds

1 2