| /external/swiftshader/third_party/subzero/src/ | 
| D | IceTLS.h | 76 #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
  | 
| /external/rust/crates/protobuf/src/text_format/ | 
| D | print.rs | 25 trait FieldName: fmt::Display {}  interface 26 impl<'a> FieldName for &'a str {}  impl
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ | 
| D | TypeIndex.cpp | 92 void llvm::codeview::printTypeIndex(ScopedPrinter &Printer, StringRef FieldName,  in printTypeIndex()
  | 
| D | TypeDumpVisitor.cpp | 161 void TypeDumpVisitor::printTypeIndex(StringRef FieldName, TypeIndex TI) const {  in printTypeIndex() 165 void TypeDumpVisitor::printItemIndex(StringRef FieldName, TypeIndex TI) const {  in printItemIndex()
  | 
| D | SymbolDumper.cpp | 99 void CVSymbolDumperImpl::printTypeIndex(StringRef FieldName, TypeIndex TI) {  in printTypeIndex()
  | 
| /external/tensorflow/tensorflow/python/ops/structured/ | 
| D | structured_tensor.py | 96   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]:
  | 
| /external/llvm/lib/TableGen/ | 
| D | SetTheory.cpp | 232   StringRef FieldName;  member 268 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {  in addFieldExpander()
  | 
| D | TGParser.cpp | 1872   std::string FieldName = Lex.getCurStrVal();  in ParseBodyItem()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ | 
| D | SetTheory.cpp | 242   StringRef FieldName;  member 278 void SetTheory::addFieldExpander(StringRef ClassName, StringRef FieldName) {  in addFieldExpander()
  | 
| D | TGParser.cpp | 2213       StringInit *FieldName = StringInit::get(Lex.getCurStrVal());  in ParseValue()  local 2626   StringInit *FieldName = StringInit::get(Lex.getCurStrVal());  in ParseBodyItem()  local
  | 
| /external/clang/lib/Parse/ | 
| D | ParseInit.cpp | 138     const IdentifierInfo *FieldName = Tok.getIdentifierInfo();  in ParseInitializerWithPotentialDesignator()  local
  | 
| /external/protobuf/src/google/protobuf/compiler/javamicro/ | 
| D | javamicro_helpers.cc | 58 const std::string& FieldName(const FieldDescriptor* field) {  in FieldName()  function
  | 
| /external/protobuf/src/google/protobuf/ | 
| D | generated_message_tctable_lite_test.cc | 111   static StringPiece FieldName(  in FieldName()  function in google::protobuf::internal::FindFieldEntryTest
  | 
| /external/cronet/third_party/protobuf/src/google/protobuf/ | 
| D | generated_message_tctable_lite_test.cc | 111   static StringPiece FieldName(  in FieldName()  function in google::protobuf::internal::FindFieldEntryTest
  | 
| /external/llvm/utils/TableGen/ | 
| D | SearchableTableEmitter.cpp | 242     std::string FieldName = Field.getName();  in emitMapping()  local
  | 
| /external/llvm/include/llvm/TableGen/ | 
| D | Record.h | 342   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()
  | 
| /external/python/apitools/apitools/gen/ | 
| D | util.py | 144     def FieldName(self, name):  member in Names
  | 
| /external/protobuf/src/google/protobuf/compiler/javanano/ | 
| D | javanano_helpers.cc | 101 const std::string& FieldName(const FieldDescriptor* field) {  in FieldName()  function
  | 
| /external/llvm/lib/DebugInfo/CodeView/ | 
| D | TypeDumper.cpp | 656 void CVTypeDumper::printTypeIndex(StringRef FieldName, TypeIndex TI) {  in printTypeIndex()
  | 
| /external/llvm/tools/llvm-readobj/ | 
| D | COFFDumper.cpp | 99   void printTypeIndex(StringRef FieldName, TypeIndex TI) {  in printTypeIndex() 546 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {  in printDataDirectory()
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ | 
| D | Record.h | 402   virtual RecTy *getFieldType(StringInit *FieldName) const {  in getFieldType() 1262   StringInit *FieldName;    // Field we are accessing  variable 1627   bool isValueUnset(StringRef FieldName) const {  in isValueUnset()
  | 
| /external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ | 
| D | java_helpers.cc | 115 std::string FieldName(const FieldDescriptor* field) {  in FieldName()  function
  | 
| /external/protobuf/src/google/protobuf/compiler/java/ | 
| D | helpers.cc | 117 std::string FieldName(const FieldDescriptor* field) {  in FieldName()  function
  | 
| /external/clang/tools/libclang/ | 
| D | CXType.cpp | 829   DeclarationName FieldName(II);  in clang_Type_getOffsetOf()  local
  | 
| /external/clang/lib/CodeGen/ | 
| D | CGDebugInfo.cpp | 1968     StringRef FieldName = Field->getName();  in CreateTypeDefinition()  local 3213         StringRef FieldName = Field->getName();  in EmitDeclare()  local 3525     StringRef FieldName = Field->getName();  in CollectAnonRecordDecls()  local
  |