| /third_party/libbpf/src/ |
| H A D | btf.h | 260 const char *field_name; member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | gl_nir_lower_packed_varyings.c | 697 const char *field_name = glsl_get_struct_elem_name(type, i); in lower_varying() local
|
| H A D | gl_nir_linker.c | 370 char *field_name = ralloc_asprintf(shProg, "%s.%s", name, field->name); in add_shader_variable() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | streaming-decoder.cc | 374 explicit DecodeVarInt32(size_t max_value, const char* field_name) in DecodeVarInt32() argument
|
| H A D | wasm-module.h | 259 WireBytesRef field_name; // import name. member
|
| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_helpers.cc | 92 bool IsForbidden(const std::string& field_name) { in IsForbidden() argument 102 std::string field_name; in FieldName() local
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | message.c | 674 VALUE Message_index(VALUE _self, VALUE field_name) { in Message_index() argument 693 VALUE Message_index_set(VALUE _self, VALUE field_name, VALUE value) { in Message_index_set() argument
|
| /third_party/python/Objects/stringlib/ |
| H A D | unicode_format.h | 554 parse_field(SubString *str, SubString *field_name, SubString *format_spec, in parse_field() argument 675 MarkupIterator_next(MarkupIterator *self, SubString *literal, int *field_present, SubString *field_name, SubString *format_spec, Py_UCS4 *conversion, int *format_spec_needs_expanding) MarkupIterator_next() argument 806 output_markup(SubString *field_name, SubString *format_spec, int format_spec_needs_expanding, Py_UCS4 conversion, _PyUnicodeWriter *writer, PyObject *args, PyObject *kwargs, int recursion_depth, AutoNumber *auto_number) output_markup() argument 876 SubString field_name; do_markup() local 1003 SubString field_name; formatteriter_next() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_test_util.h | 681 GetMapValueViaMapReflection( Message* message, const std::string& field_name, const MapKey& map_key, MapValueRef* map_val) GetMapValueViaMapReflection() argument 689 GetMapEntryViaReflection( Message* message, const std::string& field_name, int index) GetMapEntryViaReflection() argument 695 MapBegin( Message* message, const std::string& field_name) MapBegin() argument 701 MapEnd(Message* message, const std::string& field_name) MapEnd() argument 707 MapSize(const Message& message, const std::string& field_name) MapSize() argument [all...] |
| H A D | parse_context.h | 641 inline bool VerifyUTF8(const std::string* s, const char* field_name) { in VerifyUTF8() argument
|
| H A D | text_format_unittest.cc | 1428 ExpectLocation(TextFormat::ParseInfoTree* tree, const Descriptor* d, const std::string& field_name, int index, int line, int column) ExpectLocation() argument
|
| H A D | wire_format_lite.cc | 570 void PrintUTF8ErrorLog(const char* field_name, const char* operation_str, in PrintUTF8ErrorLog() argument 583 VerifyUtf8String(const char* data, int size, Operation op, const char* field_name) VerifyUtf8String() argument
|
| /third_party/protobuf/src/google/protobuf/util/internal/ |
| H A D | protostream_objectsource.cc | 199 std::string field_name; in WriteMessage() local 334 RenderTimestamp( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderTimestamp() argument 358 RenderDuration( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderDuration() argument 400 RenderDouble(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderDouble() argument 414 RenderFloat(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderFloat() argument 428 RenderInt64(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderInt64() argument 442 RenderUInt64(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderUInt64() argument 456 RenderInt32(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderInt32() argument 470 RenderUInt32(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderUInt32() argument 484 RenderBool(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderBool() argument 499 RenderString(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderString() argument 515 RenderBytes(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderBytes() argument 531 RenderStruct(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderStruct() argument 555 RenderStructValue( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderStructValue() argument 572 RenderStructListValue( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderStructListValue() argument 596 RenderAny(const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderAny() argument 679 RenderFieldMask( const ProtoStreamObjectSource* os, const google::protobuf::Type& type, StringPiece field_name, ObjectWriter* ow) RenderFieldMask() argument 766 RenderField( const google::protobuf::Field* field, StringPiece field_name, ObjectWriter* ow) const RenderField() argument 809 RenderNonMessageField( const google::protobuf::Field* field, StringPiece field_name, ObjectWriter* ow) const RenderNonMessageField() argument [all...] |
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api.cpp | 157 jerry_value_t field_name = jerry_create_string ((jerry_char_t *) "value_field"); in handler_construct() local
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_split_vars.c | 115 char *field_name = NULL; in init_field_for_type() local
|
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-wasm-objects.cc | 55 auto field_name = wire_bytes.GetNameOrNull(import_name_ref.second); in GetNameFromImportsAndExportsOrNull() local
|
| /third_party/node/deps/v8/src/torque/ |
| H A D | implementation-visitor.h | 469 const std::string& field_name = in CheckInitializersWellformed() local
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser_unittest.cc | 2649 bool HasSpan(const Message& descriptor_proto, const std::string& field_name) { in HasSpan() argument 2613 HasSpan(char start_marker, char end_marker, const Message& descriptor_proto, const std::string& field_name) HasSpan() argument 2618 HasSpan(char start_marker, char end_marker, const Message& descriptor_proto, const std::string& field_name, int index) HasSpan() argument 2625 HasSpan(char start_marker, char end_marker, const Message& descriptor_proto, const std::string& field_name, int index, const char* expected_leading_comments, const char* expected_trailing_comments, const char* expected_leading_detached_comments) HasSpan() argument
|
| /third_party/protobuf/src/google/protobuf/compiler/python/ |
| H A D | python_generator.cc | 1399 std::string field_name; in FixOptionsForField() local [all...] |
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | message_differencer_unittest.cc | 68 GetFieldDescriptor(const Message& message, const std::string& field_name) GetFieldDescriptor() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | eapol_test.c | 460 const char *field_name, *txt = NULL; in eapol_test_eap_param_needed() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | eapol_test.c | 460 const char *field_name, *txt = NULL; in eapol_test_eap_param_needed() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | opt.c | 1137 int av_opt_flag_is_set(void *obj, const char *field_name, const char *flag_name) in av_opt_flag_is_set() argument
|
| /third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
| H A D | asn1t.h | 493 const char *field_name; /* Field name */ member
|
| /third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
| H A D | asn1t.h | 493 const char *field_name; /* Field name */ member
|