Home
last modified time | relevance | path

Searched defs:fullName (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/typescript/tests/cases/compiler/
DunusedGetterInClass.ts8 private get fullName(): string { method in Employee
12 private set fullName(_: string) {} method in Employee
DunusedSetterInClass.ts8 private set fullName(newName: string) { method in Employee
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DPackageDescriptor.cs43 private readonly string fullName; field in Google.Protobuf.Reflection.PackageDescriptor
46 internal PackageDescriptor(string name, string fullName, FileDescriptor file) in PackageDescriptor()
DDescriptorPool.cs92 descriptorsByName.TryGetValue(fullName, out result); in descriptorsByName.TryGetValue() argument
120 internal void AddPackage(string fullName, FileDescriptor file) in AddPackage()
DDescriptorBase.cs42 internal DescriptorBase(FileDescriptor file, string fullName, int index) in DescriptorBase()
DTypeRegistry.cs61 public MessageDescriptor Find(string fullName) in Find()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java133 public ExtensionInfo findExtensionByName(final String fullName) { in findExtensionByName()
143 public ExtensionInfo findImmutableExtensionByName(final String fullName) { in findImmutableExtensionByName()
153 public ExtensionInfo findMutableExtensionByName(final String fullName) { in findMutableExtensionByName()
190 public Set<ExtensionInfo> getAllMutableExtensionsByExtendedType(final String fullName) { in getAllMutableExtensionsByExtendedType()
207 public Set<ExtensionInfo> getAllImmutableExtensionsByExtendedType(final String fullName) { in getAllImmutableExtensionsByExtendedType()
DDescriptors.java821 private final String fullName; field in Descriptors.Descriptor
1255 private final String fullName; field in Descriptors.FieldDescriptor
1780 private final String fullName; field in Descriptors.EnumDescriptor
1892 private final String fullName; field in Descriptors.EnumValueDescriptor
2000 private final String fullName; field in Descriptors.ServiceDescriptor
2107 private final String fullName; field in Descriptors.MethodDescriptor
2305 GenericDescriptor findSymbol(final String fullName) { in findSymbol()
2313 GenericDescriptor findSymbol(final String fullName, final SearchFilter filter) { in findSymbol()
2459 final String fullName = descriptor.getFullName(); in addSymbol() local
2517 PackageDescriptor(final String name, final String fullName, final FileDescriptor file) { in PackageDescriptor()
[all …]
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp_sdk.h67 const char * fullName; member
/third_party/typescript/tests/baselines/reference/
DunusedSetterInClass.js5 private set fullName(newName: string) { setter in Employee
/third_party/skia/tests/
DOSPathTest.cpp30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file() local
/third_party/flutter/skia/tests/
DOSPathTest.cpp30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file() local
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMethod.cs81 readonly string fullName; field in Grpc.Core.Method
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h1049 char* fullName; variable
/third_party/icu/icu4c/source/common/unicode/
Dlocid.h1144 char* fullName; variable
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dlocid.h1144 char* fullName; variable
/third_party/node/deps/icu-small/source/common/unicode/
Dlocid.h1144 char* fullName; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageViewTests.cpp346 const std::string fullName = getFormatName(format); in getFormatCaseName() local
602 const std::string fullName = getComponentSwizzleName(componentSwizzle); in getComponentSwizzleCaseName() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.h50 std::string fullName() const in fullName() function
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java235 String fullName = innerClass.getName(); in testNoGenericServices() local
/third_party/node/lib/internal/debugger/
Dinspect.js161 this.handleDebugEvent = (fullName, params) => { argument
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java240 String fullName = innerClass.getName(); in testNoGenericServices() local
/third_party/flutter/skia/tools/debugger/
DJsonWriteBuffer.cpp13 SkString fullName = SkStringPrintf("%02d_%s", fCount++, type); in append() local
/third_party/skia/tools/debugger/
DJsonWriteBuffer.cpp13 SkString fullName = SkStringPrintf("%02d_%s", fCount++, type); in append() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.h104 std::string fullName(ShaderType stage) const in fullName() function

1234