/third_party/typescript/tests/cases/compiler/ |
D | unusedGetterInClass.ts | 8 private get fullName(): string { method in Employee 12 private set fullName(_: string) {} method in Employee
|
D | unusedSetterInClass.ts | 8 private set fullName(newName: string) { method in Employee
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | PackageDescriptor.cs | 43 private readonly string fullName; field in Google.Protobuf.Reflection.PackageDescriptor 46 internal PackageDescriptor(string name, string fullName, FileDescriptor file) in PackageDescriptor()
|
D | DescriptorPool.cs | 92 descriptorsByName.TryGetValue(fullName, out result); in descriptorsByName.TryGetValue() argument 120 internal void AddPackage(string fullName, FileDescriptor file) in AddPackage()
|
D | DescriptorBase.cs | 42 internal DescriptorBase(FileDescriptor file, string fullName, int index) in DescriptorBase()
|
D | TypeRegistry.cs | 61 public MessageDescriptor Find(string fullName) in Find()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ExtensionRegistry.java | 133 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()
|
D | Descriptors.java | 821 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/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/specifying_members/property_signatures/ |
D | property_signatures.ts | 32 function fullName(name: { fristName: string, middleName?: string, lastName: string; }): string { function
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_xmp_sdk.h | 67 const char * fullName; member
|
/third_party/typescript/tests/baselines/reference/ |
D | unusedSetterInClass.js | 5 private set fullName(newName: string) { setter in Employee
|
/third_party/skia/tests/ |
D | OSPathTest.cpp | 30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file() local
|
/third_party/icu/icu4c/source/common/unicode/ |
D | locid.h | 1144 char* fullName; variable
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | locid.h | 1156 char* fullName; variable
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | locid.h | 1144 char* fullName; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 351 const std::string fullName = getFormatName(format); in getFormatCaseName() local 608 const std::string fullName = getComponentSwizzleName(componentSwizzle); in getComponentSwizzleCaseName() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageViewTests.cpp | 351 const std::string fullName = getFormatName(format); in getFormatCaseName() local 608 const std::string fullName = getComponentSwizzleName(componentSwizzle); in getComponentSwizzleCaseName() local
|
/third_party/node/lib/internal/debugger/ |
D | inspect.js | 155 this.handleDebugEvent = (fullName, params) => { argument
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 235 String fullName = innerClass.getName(); in testNoGenericServices() local
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | ServiceTest.java | 240 String fullName = innerClass.getName(); in testNoGenericServices() local
|
/third_party/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 212 UString fullName; in Open2() local
|
/third_party/skia/tools/debugger/ |
D | JsonWriteBuffer.cpp | 13 SkString fullName = SkStringPrintf("%02d_%s", fCount++, type); in append() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VaryingPacking.h | 104 std::string fullName(ShaderType stage) const in fullName() function
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
D | phonemetadata.pb.js | 2309 fullName: 'i18n.phonenumbers.NumberFormat' property 2367 fullName: 'i18n.phonenumbers.PhoneNumberDesc' property 2413 fullName: 'i18n.phonenumbers.PhoneMetadata' property 2592 fullName: 'i18n.phonenumbers.PhoneMetadataCollection' property
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 5293 const fullName = formatGeneratedName(privateName, prefix, name, suffix); constant 5312 const fullName = formatGeneratedName(privateName, prefix, name, suffix); constant 5339 const fullName = formatGeneratedName(privateName, prefix, baseName, suffix); constant 5356 const fullName = formatGeneratedName(privateName, prefix, baseName + i, suffix); constant
|