Home
last modified time | relevance | path

Searched defs:FullName (Results 1 – 25 of 31) sorted by relevance

12

/external/grpc-grpc/src/csharp/Grpc.Core/
DServerServiceDefinition.cs88 callHandlers.Add(method.FullName, ServerCalls.UnaryCall(method, handler)); in callHandlers.Add() argument
106 callHandlers.Add(method.FullName, ServerCalls.ClientStreamingCall(method, handler)); in callHandlers.Add() argument
124 callHandlers.Add(method.FullName, ServerCalls.ServerStreamingCall(method, handler)); in callHandlers.Add() argument
142 callHandlers.Add(method.FullName, ServerCalls.DuplexStreamingCall(method, handler)); in callHandlers.Add() argument
DMethod.cs66 string FullName { get; } property
160 public string FullName property in Grpc.Core.Method
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DIDescriptor.cs48 string FullName { get; } property
DPackageDescriptor.cs58 public string FullName property in Google.Protobuf.Reflection.PackageDescriptor
DDescriptorBase.cs72 public string FullName property in Google.Protobuf.Reflection.DescriptorBase
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerRegistry.h87 StringRef FullName; member
/external/llvm/tools/llvm-pdbdump/
DCompilandDumper.cpp49 std::string FullName = Symbol.getName(); in start() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp49 std::string FullName = Symbol.getName(); in start() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp893 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local
901 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit() local
914 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType() local
922 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType() local
DCodeViewDebug.cpp1884 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum() local
2034 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass() local
2057 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass() local
2079 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion() local
2099 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion() local
/external/llvm/lib/Object/
DArchive.cpp153 SmallString<128> FullName = sys::path::parent_path( in getFullName() local
169 const std::string &FullName = *FullNameOrEr; in getBuffer() local
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp318 bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) { in consumeNameSuffix()
480 const StringRef FullName = OS.str(); in matchesNodeFullSlow() local
/external/clang/lib/Sema/
DAttributeList.cpp130 SmallString<64> FullName; in getKind() local
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1439 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum() local
1537 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass() local
1560 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass() local
1581 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion() local
1602 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion() local
DDwarfCompileUnit.cpp727 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local
736 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DArchive.cpp429 SmallString<128> FullName = sys::path::parent_path( in getFullName() local
449 const std::string &FullName = *FullNameOrErr; in getBuffer() local
/external/tensorflow/tensorflow/core/util/
Ddevice_name_utils.cc102 string DeviceNameUtils::FullName(const string& job, int replica, int task, in FullName() function in tensorflow::DeviceNameUtils
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp280 SmallString<128> FullName; in findExistingSymbol() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp687 SmallString<256> FullName; in getUniqueTagTypeName() local
736 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in getOrCreateRecordFwdDecl() local
2192 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateEnumType() local
2235 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateTypeDefinition() local
2529 SmallString<256> FullName = getUniqueTagTypeName(Ty, CGM, TheCU); in CreateLimitedType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp572 bool AMDGPUMangledLibFunc::parseUnmangledName(StringRef FullName) { in parseUnmangledName()
/external/v8/tools/
Dll_prof.py122 def FullName(self): member in Code
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp267 auto FullName = ST->getName(); in isOCLImageType() local
285 auto FullName = ST->getName(); in isSPIRVType() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp193 SmallString<128> FullName; in getMangledName() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp196 SmallString<128> FullName; in getMangledName() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1014 std::string FullName = "__typeid_"; in getGlobalName() local

12