| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_function.cpp | 2021 const ast_expression *field = subexpressions[0]; in handle_method() local
|
| /third_party/mesa3d/src/compiler/ |
| H A D | glsl_types.cpp | 3344 struct glsl_struct_field &field = this->fields.structure[i]; in cl_alignment() local 3364 struct glsl_struct_field &field = this->fields.structure[i]; in cl_size() local
|
| /third_party/node/src/ |
| H A D | env.cc | 365 Local<String> field; in DeserializeProperties() local [all...] |
| H A D | node_options.h | 450 explicit SimpleOptionField(T Options::* field) argument 460 Lookup(std::shared_ptr<BaseOptionField> field, Options* options) const Lookup() argument 471 std::shared_ptr<BaseOptionField> field; global() member [all...] |
| /third_party/nghttp2/src/ |
| H A D | util.cc | 659 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field) { in has_uri_field() argument 663 fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2, const http_parser_url &u2, http_parser_url_fields field) fieldeq() argument 681 fieldeq(const char *uri, const http_parser_url &u, http_parser_url_fields field, const char *t) fieldeq() argument 686 fieldeq(const char *uri, const http_parser_url &u, http_parser_url_fields field, const StringRef &t) fieldeq() argument 695 get_uri_field(const char *uri, const http_parser_url &u, http_parser_url_fields field) get_uri_field() argument 724 write_uri_field(std::ostream &o, const char *uri, const http_parser_url &u, http_parser_url_fields field) write_uri_field() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | putil.cpp | 2303 uint8_t field; local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_longnames.cpp | 1497 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument 1509 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | aubinator_viewer.cpp | 849 const struct intel_field *field = reg->fields; in display_registers_window() local 905 const struct intel_field *field in display_commands_window() local 926 const struct intel_field *field = cmd->fields; display_commands_window() local [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-date-time-format.cc | 2161 int32_t field = cfpos.getField(); in FormattedDateIntervalToJSArray() local 2111 AddPartForFormatRange( Isolate* isolate, Handle<JSArray> array, const icu::UnicodeString& string, int32_t index, int32_t field, int32_t start, int32_t end, const Intl::FormatRangeSourceTracker& tracker) AddPartForFormatRange() argument
|
| H A D | string.cc | 1678 uint32_t field = raw_hash_field(); in SlowAsArrayIndex() local 1693 uint32_t field = raw_hash_field(); in SlowAsIntegerIndex() local [all...] |
| /third_party/node/deps/v8/src/strings/ |
| H A D | unicode.cc | 79 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate() local 133 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | ast.h | 516 Identifier* field; member 1282 MakeFieldAccessExpression(Expression* object, std::string field) MakeFieldAccessExpression() argument
|
| H A D | types.cc | 718 Field& field = fields_[field_index]; GenerateAccessors() local 834 const Field& field = fields_[field_index]; GenerateSliceAccessor() local 988 operator <<(std::ostream& os, const Field& field) operator <<() argument [all...] |
| H A D | types.h | 517 void RegisterField(BitField field) { fields_.push_back(std::move(field)); } in RegisterField() argument 556 virtual const Field& RegisterField(Field field) { in RegisterField() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/nir/ |
| H A D | tgsi_to_nir.c | 1309 struct glsl_struct_field field = { in add_ssbo_var() local
|
| /third_party/openssl/test/ |
| H A D | ectest.c | 2241 const BIGNUM *field = NULL; in check_ec_key_field_public_range_test() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | BuildSPIRV.cpp | 2054 hashFieldName(const TField *field) hashFieldName() argument [all...] |
| H A D | OutputHLSL.cpp | 219 const TField *field = structure->fields()[index->getIConst(0)]; in needStructMapping() local 524 const TField &field = *fields[fieldIndex]; in structInitializerString() local 1410 const TField *field = structure->fields()[index->getIConst(0)]; in ancestorEvaluatesToSamplerInStruct() local 1663 const TField *field = interfaceBlock->fields()[0]; visitBinary() local 1698 const TField *field = interfaceBlock->fields()[0]; visitBinary() local 1714 const TField *field = structure->fields()[index->getIConst(0)]; visitBinary() local 1763 const TField *field = interfaceBlock->fields()[index->getIConst(0)]; visitBinary() local 2086 const TField *field = s->fields()[index]; samplerNamePrefixFromStruct() local 3472 const TField *field = fields[i]; addStructEqualityFunction() local [all...] |
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_longnames.cpp | 1499 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument 1511 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLMetalCodeGenerator.cpp | 1347 const Type::Field* field = &f.base()->type().fields()[f.fieldIndex()]; in writeFieldAccess() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | putil.cpp | 2279 uint8_t field; local [all...] |
| /third_party/toybox/porting/liteos_a/toys/posix/ |
| H A D | ps.c | 459 static char *string_field(struct procpid *tb, struct ofields *field) in string_field() argument 597 struct ofields *field; show_ps() local 1013 struct ofields *field; parse_ko() local 1080 get_headers(struct ofields *field, char *buf, int blen) get_headers() argument 1175 struct ofields *field; ksort() local 1267 struct ofields *field, *field2; setsort() local 1423 struct ofields field; top_common() local 1482 struct ofields *field; top_common() local [all...] |
| /third_party/toybox/toys/posix/ |
| H A D | ps.c | 502 string_field(struct procpid *tb, struct ofields *field) string_field() argument 640 struct ofields *field; show_ps() local 1056 struct ofields *field; parse_ko() local 1123 get_headers(struct ofields *field, char *buf, int blen) get_headers() argument 1218 struct ofields *field; ksort() local 1344 struct ofields *field; ps_main() local 1368 struct ofields *field; ps_main() local 1410 struct ofields *field, *field2; setsort() local 1567 struct ofields field; top_common() local 1629 struct ofields *field; top_common() local 1773 struct ofields *field = TT.fields; top_main() local [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_helpers.cc | 280 string NameFromFieldDescriptor(const FieldDescriptor* field) { in NameFromFieldDescriptor() argument 539 string FieldName(const FieldDescriptor* field) { in FieldName() argument 554 string FieldNameCapitalized(const FieldDescriptor* field) { in FieldNameCapitalized() argument 596 UnCamelCaseFieldName(const string& name, const FieldDescriptor* field) UnCamelCaseFieldName() argument 628 GetCapitalizedType(const FieldDescriptor* field) GetCapitalizedType() argument 723 IsPrimitiveType(const FieldDescriptor* field) IsPrimitiveType() argument 741 IsReferenceType(const FieldDescriptor* field) IsReferenceType() argument 763 GPBGenericValueFieldName(const FieldDescriptor* field) GPBGenericValueFieldName() argument 803 DefaultValue(const FieldDescriptor* field) DefaultValue() argument 874 HasNonZeroDefaultValue(const FieldDescriptor* field) HasNonZeroDefaultValue() argument [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.cc | 937 ParseMessageField(FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseMessageField() argument 959 ParseMessageFieldNoLabel( FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseMessageFieldNoLabel() argument 1131 GenerateMapEntry(const MapField& map_field, FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages) GenerateMapEntry() argument 1195 ParseFieldOptions(FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseFieldOptions() argument 1224 ParseDefaultAssignment( FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseDefaultAssignment() argument 1362 ParseJsonName(FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) ParseJsonName() argument 1873 FieldDescriptorProto* field = extensions->Add(); ParseExtend() local 1949 FieldDescriptorProto* field = containing_type->add_field(); ParseOneof() local [all...] |