/aosp_15_r20/external/golang-protobuf/internal/impl/ |
H A D | legacy_message.go | 36 func legacyLoadMessageType(t reflect.Type, name protoreflect.FullName) protoreflect.MessageType { 48 func legacyLoadMessageInfo(t reflect.Type, name protoreflect.FullName) *MessageInfo { 93 func legacyLoadMessageDesc(t reflect.Type, name protoreflect.FullName) protoreflect.MessageDescript… 165 func aberrantLoadMessageDesc(t reflect.Type, name protoreflect.FullName) protoreflect.MessageDescri… 173 func aberrantLoadMessageDescReentrant(t reflect.Type, name protoreflect.FullName) protoreflect.Mess… 268 func aberrantDeriveMessageName(t reflect.Type, name protoreflect.FullName) protoreflect.FullName {
|
H A D | weak.go | 45 func (Export) GetWeak(w WeakFields, num protoreflect.FieldNumber, name protoreflect.FullName) proto… 56 func (Export) SetWeak(w *WeakFields, num protoreflect.FieldNumber, name protoreflect.FullName, m pr…
|
H A D | legacy_export.go | 29 func (Export) LegacyMessageTypeOf(m protoiface.MessageV1, name protoreflect.FullName) protoreflect.…
|
/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A D | placeholder.go | 38 func (f PlaceholderFile) FullName() protoreflect.FullName { return "" } func 60 func (e PlaceholderEnum) FullName() protoreflect.FullName { return protoreflect.FullName(… func 77 func (e PlaceholderEnumValue) FullName() protoreflect.FullName { return protoreflect.Ful… func 92 func (m PlaceholderMessage) FullName() protoreflect.FullName { return protoreflect.FullN… func
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistryData.h | 106 StringRef FullName; member 147 StringRef FullName; member 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistryData.h | 106 StringRef FullName; member 147 StringRef FullName; member 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistryData.h | 106 StringRef FullName; member 147 StringRef FullName; member 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistryData.h | 106 StringRef FullName; member 147 StringRef FullName; member 179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind()
|
/aosp_15_r20/external/golang-protobuf/reflect/protoregistry/ |
H A D | registry.go | 440 FindMessageByName(message protoreflect.FullName) (protoreflect.MessageType, error) 462 FindExtensionByName(field protoreflect.FullName) (protoreflect.ExtensionType, error) 468 …FindExtensionByNumber(message protoreflect.FullName, field protoreflect.FieldNumber) (protoreflect…
|
/aosp_15_r20/external/golang-protobuf/encoding/protojson/ |
H A D | well_known_types.go | 27 func wellKnownTypeMarshaler(name protoreflect.FullName) marshalFunc { 65 func wellKnownTypeUnmarshaler(name protoreflect.FullName) unmarshalFunc {
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
H A D | MapKeyDeserializationTest.java | 18 static class FullName { class in MapKeyDeserializationTest 21 private FullName(String firstname, String lastname) { in FullName() method in MapKeyDeserializationTest.FullName
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1144 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local 1152 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit() local 1165 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType() local 1173 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType() local
|
H A D | CodeViewDebug.cpp | 2075 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeEnum() local 2226 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeClass() local 2257 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeClass() local 2279 std::string FullName = getFullyQualifiedName(Ty); in lowerTypeUnion() local 2299 std::string FullName = getFullyQualifiedName(Ty); in lowerCompleteTypeUnion() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1439 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 1406 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalName() local 1414 std::string FullName = getParentContextString(Context) + Name.str(); in addGlobalNameForTypeUnit() local 1427 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalType() local 1435 std::string FullName = getParentContextString(Context) + Ty->getName().str(); in addGlobalTypeUnitType() local
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A D | Archive.cpp | 153 SmallString<128> FullName = sys::path::parent_path( in getFullName() local 169 const std::string &FullName = *FullNameOrEr; in getBuffer() local
|
/aosp_15_r20/external/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 318 bool consumeNameSuffix(StringRef &FullName, StringRef Suffix) { in consumeNameSuffix() 480 const StringRef FullName = OS.str(); in matchesNodeFullSlow() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ext/pkix/name/ |
D | dp.rs | 20 FullName(GeneralNames), enumerator
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue32778.dir/ |
D | b.go | 9 func Expo(fn a.FullName) a.Name {
|
D | a.go | 11 type FullName string type
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | IDescriptor.cs | 48 string FullName { get; } property
|
H A D | PackageDescriptor.cs | 58 public string FullName property in Google.Protobuf.Reflection.PackageDescriptor
|
H A D | DescriptorBase.cs | 67 public string FullName { get; } property in Google.Protobuf.Reflection.DescriptorBase
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | IDescriptor.cs | 48 string FullName { get; } property
|
H A D | PackageDescriptor.cs | 58 public string FullName property in Google.Protobuf.Reflection.PackageDescriptor
|