| /third_party/typescript/tests/baselines/reference/ |
| H A D | privateNameStaticFieldInitializer(target=es2015).js | 3 static #field = 10;
|
| H A D | privateFieldAssignabilityFromUnknown.js | 3 #field: any
|
| /third_party/rust/crates/serde/test_suite/tests/ui/malformed/ |
| H A D | str_suffix.rs | 7 pub field: i32,
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 524 .field("ut_type", &self.ut_type) in fmt() 525 .field("ut_pid", &self.ut_pid) in fmt() 526 .field("ut_line", &self.ut_line) in fmt() 527 .field("ut_id", &self.ut_id) in fmt() 528 .field("ut_user", &self.ut_user) in fmt() 529 // FIXME: .field("ut_host", &self.ut_host) in fmt() 530 .field("ut_exit", &self.ut_exit) in fmt() 531 .field("ut_session", &self.ut_session) in fmt() 532 .field("ut_tv", &self.ut_tv) in fmt() 533 .field("ut_addr_v in fmt() [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | defs.c | 53 google_protobuf_FieldDescriptorProto* field) { in rewrite_enum_default() 62 if (google_protobuf_FieldDescriptorProto_type(field) != in rewrite_enum_default() 64 !google_protobuf_FieldDescriptorProto_has_default_value(field) || in rewrite_enum_default() 65 !google_protobuf_FieldDescriptorProto_has_type_name(field)) { in rewrite_enum_default() 69 defaultval = google_protobuf_FieldDescriptorProto_default_value(field); in rewrite_enum_default() 70 type_name = google_protobuf_FieldDescriptorProto_type_name(field); in rewrite_enum_default() 98 field, upb_strview_makez(label)); in rewrite_enum_default() 123 field, google_protobuf_EnumValueDescriptorProto_name(values[i])); in rewrite_enum_default() 596 const upb_fielddef* field = upb_msg_iter_field(&it); in Descriptor_each() local 597 VALUE obj = get_fielddef_obj(self->descriptor_pool, field); in Descriptor_each() 51 rewrite_enum_default(const upb_symtab* symtab, google_protobuf_FileDescriptorProto* file, google_protobuf_FieldDescriptorProto* field) rewrite_enum_default() argument 613 const upb_fielddef* field = upb_msgdef_ntofz(self->msgdef, s); Descriptor_lookup() local [all...] |
| H A D | upb.c | 175 /* Maps descriptor type -> upb field type. */ 229 /* Op: an action to be performed for a wire-type/field-type combination. */ 237 -1, /* field not found */ 259 /* For non-repeated field type. */ 260 -1, /* field not found */ 279 /* For repeated field type. */ 305 uint32_t end_group; /* Set to field number of END_GROUP tag, if any. */ 401 return &none; /* Unknown field. */ in upb_find_field() 405 const upb_msglayout_field *field) { in decode_newsubmsg() 406 const upb_msglayout *subl = layout->submsgs[field in decode_newsubmsg() 404 decode_newsubmsg(upb_decstate *d, const upb_msglayout *layout, const upb_msglayout_field *field) decode_newsubmsg() argument 410 decode_tosubmsg(upb_decstate *d, upb_msg *submsg, const upb_msglayout *layout, const upb_msglayout_field *field, upb_strview val) decode_tosubmsg() argument 434 decode_togroup(upb_decstate *d, const char *ptr, upb_msg *submsg, const upb_msglayout *layout, const upb_msglayout_field *field) decode_togroup() argument 441 decode_toarray(upb_decstate *d, const char *ptr, upb_msg *msg, const upb_msglayout *layout, const upb_msglayout_field *field, wireval val, int op) decode_toarray() argument 530 decode_tomap(upb_decstate *d, upb_msg *msg, const upb_msglayout *layout, const upb_msglayout_field *field, wireval val) decode_tomap() argument 566 decode_tomsg(upb_decstate *d, const char *ptr, upb_msg *msg, const upb_msglayout *layout, const upb_msglayout_field *field, wireval val, int op) decode_tomsg() argument 622 const upb_msglayout_field *field; decode_msg() local 3962 upb_msglayout_field *field = &fields[upb_fielddef_index(f)]; make_layout() local 5152 in_oneof(const upb_msglayout_field *field) in_oneof() argument 5156 oneofcase(const upb_msg *msg, const upb_msglayout_field *field) oneofcase() argument 5163 const upb_msglayout_field *field = upb_fielddef_layout(f); _upb_msg_getraw() local 5173 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_has() local 5189 const upb_msglayout_field *field; upb_msg_hasoneof() local 5241 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_mutable() local 5272 const upb_msglayout_field *field = upb_fielddef_layout(f); upb_msg_set() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | config_file.c | 490 static void write_str(FILE *f, const char *field, struct wpa_ssid *ssid) in write_str() argument 492 char *value = wpa_config_get(ssid, field); in write_str() 495 fprintf(f, "\t%s=%s\n", field, value); in write_str() 500 static void write_int(FILE *f, const char *field, int value, int def) in write_int() argument 504 fprintf(f, "\t%s=%d\n", field, value); in write_int() 658 char field[20], *value; in write_wep_key() local 661 res = os_snprintf(field, sizeof(field), "wep_key%d", idx); in write_wep_key() 662 if (os_snprintf_error(sizeof(field), res)) in write_wep_key() 664 value = wpa_config_get(ssid, field); in write_wep_key() 1097 write_global_bin(FILE *f, const char *field, const struct wpabuf *val) write_global_bin() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | config_file.c | 445 static void write_str(FILE *f, const char *field, struct wpa_ssid *ssid) in write_str() argument 447 char *value = wpa_config_get(ssid, field); in write_str() 450 fprintf(f, "\t%s=%s\n", field, value); in write_str() 455 static void write_int(FILE *f, const char *field, int value, int def) in write_int() argument 459 fprintf(f, "\t%s=%d\n", field, value); in write_int() 614 char field[20], *value; in write_wep_key() local 617 res = os_snprintf(field, sizeof(field), "wep_key%d", idx); in write_wep_key() 618 if (os_snprintf_error(sizeof(field), res)) in write_wep_key() 620 value = wpa_config_get(ssid, field); in write_wep_key() 1111 write_global_bin(FILE *f, const char *field, const struct wpabuf *val) write_global_bin() argument [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | issue-807-opaque-types-methods-being-generated.hpp | 22 NoBindingsShouldBeGeneratedForMe2 field; member in Opaque
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | config_file.h | 14 struct hostapd_bss_config *bss, const char *field,
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
| H A D | config_file.h | 14 struct hostapd_bss_config *bss, const char *field,
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | FlagStd140Structs.h | 24 TField *field; member
|
| H A D | ValidateAST.cpp | 238 for (const TField *field : structOrBlock->fields()) in visitStructOrInterfaceBlockDeclaration() 240 visitStructUsage(*field->type(), field->line()); in visitStructOrInterfaceBlockDeclaration() 411 // If it's a reference to a field of a nameless interface block, match it by index and name. in visitVariableNeedingDeclaration() 430 "interface block field <validateVariableReferences>", in visitVariableNeedingDeclaration() 912 // fields are matched by field index, and then verified to match by name. in visitDeclaration() 949 for (const TField *field : structOrBlock->fields()) in visitDeclaration() 951 const TType *fieldType = field->type(); in visitDeclaration() 957 "Found block field with undefined precision <validatePrecision>", in visitDeclaration() 958 field in visitDeclaration() [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | g_glxglvnddispatchfuncs.c | 14 #define __ATTRIB(field) \ 15 [DI_##field] = "glX"#field 971 #define __ATTRIB(field) \ 972 [DI_##field] = (void *)dispatch_##field
|
| /third_party/node/src/ |
| H A D | util-inl.h | 167 constexpr uintptr_t OffsetOf(Inner Outer::*field) { in OffsetOf() 168 return reinterpret_cast<uintptr_t>(&(static_cast<Outer*>(nullptr)->*field)); in OffsetOf() 172 ContainerOfHelper<Inner, Outer>::ContainerOfHelper(Inner Outer::*field, in ContainerOfHelper() 176 reinterpret_cast<uintptr_t>(pointer) - OffsetOf(field))) {} in ContainerOfHelper() 185 constexpr ContainerOfHelper<Inner, Outer> ContainerOf(Inner Outer::*field, in ContainerOf() 187 return ContainerOfHelper<Inner, Outer>(field, pointer); in ContainerOf()
|
| /third_party/nghttp2/src/ |
| H A D | util.h | 529 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field); 532 const http_parser_url &u2, http_parser_url_fields field); 535 http_parser_url_fields field, const char *t); 538 http_parser_url_fields field, const StringRef &t); 541 http_parser_url_fields field); 549 http_parser_url_fields field);
|
| /third_party/mesa3d/src/intel/perf/ |
| H A D | intel_perf_query.c | 734 const struct intel_perf_query_field *field = in snapshot_query_layout() local 737 switch (field->type) { in snapshot_query_layout() 740 offset + field->location, in snapshot_query_layout() 750 field->mmio_offset, field->size, in snapshot_query_layout() 751 offset + field->location); in snapshot_query_layout() 754 unreachable("Invalid field type"); in snapshot_query_layout()
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | semind.c | 452 static inline void sqlite_bind_text(sqlite3_stmt *stmt, const char *field, const char *var, int len) in sqlite_bind_text() argument 454 if (sqlite3_bind_text(stmt, sqlite3_bind_parameter_index(stmt, field), var, len, SQLITE_STATIC) != SQLITE_OK) in sqlite_bind_text() 455 semind_error(1, 0, "unable to bind value for %s: %s", field, sqlite3_errmsg(semind_db)); in sqlite_bind_text() 458 static inline void sqlite_bind_int64(sqlite3_stmt *stmt, const char *field, long long var) in sqlite_bind_int64() argument 460 if (sqlite3_bind_int64(stmt, sqlite3_bind_parameter_index(stmt, field), var) != SQLITE_OK) in sqlite_bind_int64() 461 semind_error(1, 0, "unable to bind value for %s: %s", field, sqlite3_errmsg(semind_db)); in sqlite_bind_int64()
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | unicode.cc | 79 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate() local 80 uchar entry = GetEntry(field); in LookupPredicate() 81 bool is_start = IsStart(field); in LookupPredicate() 133 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping() local 134 uchar entry = GetEntry(field); in LookupMapping() 135 bool is_start = IsStart(field); in LookupMapping()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | check.rs | 335 for field in &strct.fields { in check_api_struct() 336 if let Type::Fn(_) = field.ty { in check_api_struct() 338 field, in check_api_struct() 339 "function pointers in a struct field are not implemented yet", in check_api_struct() 341 } else if is_unsized(cx, &field.ty) { in check_api_struct() 342 let desc = describe(cx, &field.ty); in check_api_struct() 344 cx.error(field, msg); in check_api_struct()
|
| /third_party/rust/crates/cxx/syntax/ |
| H A D | check.rs | 335 for field in &strct.fields { in check_api_struct() 336 if let Type::Fn(_) = field.ty { in check_api_struct() 338 field, in check_api_struct() 339 "function pointers in a struct field are not implemented yet", in check_api_struct() 341 } else if is_unsized(cx, &field.ty) { in check_api_struct() 342 let desc = describe(cx, &field.ty); in check_api_struct() 344 cx.error(field, msg); in check_api_struct()
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | check.rs | 335 for field in &strct.fields { in check_api_struct() 336 if let Type::Fn(_) = field.ty { in check_api_struct() 338 field, in check_api_struct() 339 "function pointers in a struct field are not implemented yet", in check_api_struct() 341 } else if is_unsized(cx, &field.ty) { in check_api_struct() 342 let desc = describe(cx, &field.ty); in check_api_struct() 344 cx.error(field, msg); in check_api_struct()
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | check.rs | 335 for field in &strct.fields { in check_api_struct() 336 if let Type::Fn(_) = field.ty { in check_api_struct() 338 field, in check_api_struct() 339 "function pointers in a struct field are not implemented yet", in check_api_struct() 341 } else if is_unsized(cx, &field.ty) { in check_api_struct() 342 let desc = describe(cx, &field.ty); in check_api_struct() 344 cx.error(field, msg); in check_api_struct()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_field.h | 273 // This class provides access to map field using reflection, which is the same 290 // Returns reference to internal repeated field. Data written using 292 // included in repeated field. 295 // Like above. Returns mutable pointer to the internal repeated field. 302 // Returns whether changes to the map are reflected in the repeated field. 313 // Sync Map with repeated field and returns the size of map. 317 // Returns the number of bytes used by the repeated field, excluding 326 // Gets the size of space used by map field. 345 // Provides derived class the access to repeated field. 350 // synchronized to repeated field 526 AllAreInitialized( const MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>& field) AllAreInitialized() argument 733 MapIterator(Message* message, const FieldDescriptor* field) MapIterator() argument [all...] |
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | check.rs | 335 for field in &strct.fields { in check_api_struct() 336 if let Type::Fn(_) = field.ty { in check_api_struct() 338 field, in check_api_struct() 339 "function pointers in a struct field are not implemented yet", in check_api_struct() 341 } else if is_unsized(cx, &field.ty) { in check_api_struct() 342 let desc = describe(cx, &field.ty); in check_api_struct() 344 cx.error(field, msg); in check_api_struct()
|