Home
last modified time | relevance | path

Searched defs:field_name (Results 26 - 50 of 120) sorted by relevance

12345

/third_party/libbpf/src/
H A Dbtf.h260 const char *field_name; member
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_packed_varyings.c697 const char *field_name = glsl_get_struct_elem_name(type, i); in lower_varying() local
H A Dgl_nir_linker.c370 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 Dstreaming-decoder.cc374 explicit DecodeVarInt32(size_t max_value, const char* field_name) in DecodeVarInt32() argument
H A Dwasm-module.h259 WireBytesRef field_name; // import name. member
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc92 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 Dmessage.c674 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 Dunicode_format.h554 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 Dmap_test_util.h681 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 Dparse_context.h641 inline bool VerifyUTF8(const std::string* s, const char* field_name) { in VerifyUTF8() argument
H A Dtext_format_unittest.cc1428 ExpectLocation(TextFormat::ParseInfoTree* tree, const Descriptor* d, const std::string& field_name, int index, int line, int column) ExpectLocation() argument
H A Dwire_format_lite.cc570 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 Dprotostream_objectsource.cc199 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 Dtest-api.cpp157 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 Dnir_split_vars.c115 char *field_name = NULL; in init_field_for_type() local
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc55 auto field_name = wire_bytes.GetNameOrNull(import_name_ref.second); in GetNameFromImportsAndExportsOrNull() local
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.h469 const std::string& field_name = in CheckInitializersWellformed() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2649 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 Dpython_generator.cc1399 std::string field_name; in FixOptionsForField() local
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc68 GetFieldDescriptor(const Message& message, const std::string& field_name) GetFieldDescriptor() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c460 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 Deapol_test.c460 const char *field_name, *txt = NULL; in eapol_test_eap_param_needed() local
/third_party/ffmpeg/libavutil/
H A Dopt.c1137 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 Dasn1t.h493 const char *field_name; /* Field name */ member
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dasn1t.h493 const char *field_name; /* Field name */ member

Completed in 53 milliseconds

12345