Home
last modified time | relevance | path

Searched defs:FieldName (Results 1 – 25 of 105) sorted by relevance

12345

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTLS.h76 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument
80 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
83 #define ICE_TLS_INIT_FIELD(FieldName) \ argument
89 #define ICE_TLS_GET_FIELD(FieldName) \ argument
92 #define ICE_TLS_SET_FIELD(FieldName, Value) \ argument
104 #define ICE_TLS_DECLARE_FIELD(Type, FieldName) \ argument
106 #define ICE_TLS_DEFINE_FIELD(Type, ClassName, FieldName) \ argument
108 #define ICE_TLS_INIT_FIELD(FieldName) argument
109 #define ICE_TLS_GET_FIELD(FieldName) (FieldName) argument
110 #define ICE_TLS_SET_FIELD(FieldName, Value) (FieldName = (Value)) argument
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/text_format/
Dprint.rs25 trait FieldName: fmt::Display {} trait
26 impl<'a> FieldName for &'a str {} impl
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_tensor.py96 FieldName = Union[str, Sequence[str]] variable in StructuredTensor
302 updates: Dict[FieldName, Union[FieldValue, FieldFn, None]],
394 updates: List[Tuple[FieldName, Union[FieldValue, FieldFn]]],
1581 def _normalize_field_name_to_tuple(name: 'FieldName') -> Sequence[str]:
/aosp_15_r20/external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/java/com/google/cloud/datacatalog/v1beta1/
H A DFieldName.java29 public class FieldName implements ResourceName { class
66 private FieldName(Builder builder) { in FieldName() method in FieldName
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Sema/
DDesignator.h42 const IdentifierInfo *FieldName; member
115 static Designator CreateFieldDesignator(const IdentifierInfo *FieldName, in CreateFieldDesignator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Sema/
DDesignator.h42 const IdentifierInfo *FieldName; member
115 static Designator CreateFieldDesignator(const IdentifierInfo *FieldName, in CreateFieldDesignator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Sema/
DDesignator.h42 const IdentifierInfo *FieldName; member
115 static Designator CreateFieldDesignator(const IdentifierInfo *FieldName, in CreateFieldDesignator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Sema/
DDesignator.h42 const IdentifierInfo *FieldName; member
115 static Designator CreateFieldDesignator(const IdentifierInfo *FieldName, in CreateFieldDesignator()
/aosp_15_r20/external/llvm/lib/TableGen/
H A DSetTheory.cpp232 StringRef FieldName; member
268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DSetTheory.cpp242 StringRef FieldName; member
278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DSetTheory.cpp241 StringRef FieldName; member
277 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) { in addFieldExpander()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp162 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex()
166 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
H A DTypeIndex.cpp93 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const { in printTypeIndex()
165 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const { in printItemIndex()
H A DTypeIndex.cpp92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName, in printTypeIndex()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp461 const char *FieldName) { in readPointerEncoding()
525 size_t PointerFieldOffset, const char *FieldName) { in getOrCreateEncodedPointerEdge()
/aosp_15_r20/external/llvm/include/llvm/TableGen/
H A DRecord.h342 virtual RecTy *getFieldType(const std::string &FieldName) const { in getFieldType()
351 const std::string &FieldName) const { in getFieldInit()
1075 std::string FieldName; // Field we are accessing variable
1429 bool isValueUnset(StringRef FieldName) const { in isValueUnset()
/aosp_15_r20/external/clang/lib/Parse/
H A DParseInit.cpp138 const IdentifierInfo *FieldName = Tok.getIdentifierInfo(); in ParseInitializerWithPotentialDesignator() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DArchive.cpp173 getArchiveMemberDecField(Twine FieldName, const StringRef RawField, in getArchiveMemberDecField()
191 getArchiveMemberOctField(Twine FieldName, const StringRef RawField, in getArchiveMemberOctField()
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc58 const std::string& FieldName(const FieldDescriptor* field) { in FieldName() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dgenerated_message_tctable_lite_test.cc111 static StringPiece FieldName( in FieldName() function in google::protobuf::internal::FindFieldEntryTest
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_tctable_lite_test.cc111 static StringPiece FieldName( in FieldName() function in google::protobuf::internal::FindFieldEntryTest
/aosp_15_r20/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/
DPolicy.kt26 typealias FieldName = String in <lambda>() typealias
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/error/
Dkind.rs6 type FieldName = String; typedef
/aosp_15_r20/external/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp242 std::string FieldName = Field.getName(); in emitMapping() local

12345