Home
last modified time | relevance | path

Searched defs:field_name (Results 1 - 25 of 120) sorted by relevance

12345

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DOneofField.php39 private $field_name; variable
60 $this->field_name = $field_name; variable
H A DGPBJsonWire.php45 $field_name = GPBJsonWire::formatFieldName($field); variable
/third_party/elfio/elfio/
H A Delfio_modinfo.hpp59 bool get_attribute( const std::string& field_name, in get_attribute() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_per_member_structs.c84 const char *field_name = glsl_get_struct_elem_name(t, i); in split_variable() local
/third_party/mesa3d/src/compiler/glsl/
H A Dast_array_index.cpp105 const char *field_name = in update_max_array_access() local
H A Dlower_named_interface_blocks.cpp156 const char * field_name = iface_t->fields.structure[i].name; in run() local
H A Dir_clone.cpp204 const char *field_name = in clone() local
H A Dir_print_visitor.cpp437 const char *field_name = in visit() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc53 Handle<Name> field_name; in BUILTIN() local
62 descriptors->Set(InternalIndex(i), *field_name, in BUILTIN() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_oneof.cc82 string field_name = FieldNameCapitalized(field); in GenerateCaseEnum() local
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py113 def field_name(prefix, name): function
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h368 VerifyUTF8StringNamedField(const char* data, int size, WireFormat::Operation op, const char* field_name) VerifyUTF8StringNamedField() argument
H A Dgenerated_message_table_driven_lite.h546 const char* field_name = table.aux[field_number].strings.field_name; in MergePartialFromCodedStreamInlined() local
561 const char* field_name = table.aux[field_number].strings.field_name; in MergePartialFromCodedStreamInlined() local
576 const char* field_name = table.aux[field_number].strings.field_name; in MergePartialFromCodedStreamInlined() local
215 HandleString(io::CodedInputStream* input, MessageLite* msg, Arena* arena, uint32* has_bits, uint32 has_bit_index, int64 offset, const void* default_ptr, const char* field_name) HandleString() argument
719 const char* field_name = table.aux[field_number].strings.field_name; MergePartialFromCodedStreamInlined() local
[all...]
H A Dparse_context.cc415 bool VerifyUTF8(StringPiece str, const char* field_name) { in VerifyUTF8() argument
/third_party/gn/src/base/json/
H A Djson_value_converter.h369 void RegisterIntField(const std::string& field_name, int StructType::*field) { in RegisterIntField() argument
375 void RegisterStringField(const std::string& field_name, in RegisterStringField() argument
382 void RegisterStringField(const std::string& field_name, in RegisterStringField() argument
390 void RegisterBoolField(const std::string& field_name, in RegisterBoolField() argument
397 void RegisterDoubleField(const std::string& field_name, in RegisterDoubleField() argument
405 RegisterNestedField(const std::string& field_name, NestedType StructType::*field) RegisterNestedField() argument
413 RegisterCustomField(const std::string& field_name, FieldType StructType::*field, bool (*convert_func)(std::string_view, FieldType*)) RegisterCustomField() argument
423 RegisterCustomValueField(const std::string& field_name, FieldType StructType::*field, bool (*convert_func)(const base::Value*, FieldType*)) RegisterCustomValueField() argument
433 RegisterRepeatedInt( const std::string& field_name, std::vector<std::unique_ptr<int>> StructType::*field) RegisterRepeatedInt() argument
441 RegisterRepeatedString( const std::string& field_name, std::vector<std::unique_ptr<std::string>> StructType::*field) RegisterRepeatedString() argument
451 RegisterRepeatedString( const std::string& field_name, std::vector<std::unique_ptr<std::u16string>> StructType::*field) RegisterRepeatedString() argument
461 RegisterRepeatedDouble( const std::string& field_name, std::vector<std::unique_ptr<double>> StructType::*field) RegisterRepeatedDouble() argument
469 RegisterRepeatedBool( const std::string& field_name, std::vector<std::unique_ptr<bool>> StructType::*field) RegisterRepeatedBool() argument
478 RegisterRepeatedCustomValue( const std::string& field_name, std::vector<std::unique_ptr<NestedType>> StructType::*field, bool (*convert_func)(const base::Value*, NestedType*)) RegisterRepeatedCustomValue() argument
491 RegisterRepeatedMessage( const std::string& field_name, std::vector<std::unique_ptr<NestedType>> StructType::*field) RegisterRepeatedMessage() argument
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c421 disasm_field_cb(void *d, const char *field_name, struct isa_decode_value *val) in disasm_field_cb() argument
[all...]
/third_party/node/deps/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc47 StructField::StructField(std::u16string field_name, std::u16string type_name, in StructField() argument
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.h78 void AddField(span<char> field_name, const T& value) { in AddField() argument
86 void AddField(span<char> field_name, const detail::ValueMaybe<T>& value) { in AddField() argument
92 void AddField(span<char> field_name, const detail::PtrMaybe<T>& value) { in AddField() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h87 auto field_name = MakeStrBytes(s); in Field() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc616 Handle<Name> field_name; in RUNTIME_FUNCTION() local
629 Handle<Name> field_name; in RUNTIME_FUNCTION() local
655 Handle<Name> field_name; in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c495 resolve_field(struct decode_scope *scope, const char *field_name, size_t field_name_len, bitmask_t *valp) in resolve_field() argument
533 isa_decode_field(struct decode_scope *scope, const char *field_name) in isa_decode_field() argument
546 display_field(struct decode_scope *scope, const char *field_name) in display_field() argument
695 char *field_name = strndup(p, e-p); display() local
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc144 const std::string& field_name = parts[i]; in GetFieldDescriptors() local
459 const std::string& field_name = it->first; in MergeMessage() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc155 FindFieldInTypeOrNull( const google::protobuf::Type* type, StringPiece field_name) FindFieldInTypeOrNull() argument
/third_party/elfio/c_wrapper/
H A Delfio_c_wrapper.cpp412 elfio_modinfo_get_attribute_by_name( pmodinfo_t pmodinfo, char* field_name, char* value, int value_len ) elfio_modinfo_get_attribute_by_name() argument
/third_party/elfio/examples/c_wrapper/
H A Delfio_c_wrapper.cpp413 elfio_modinfo_get_attribute_by_name( pmodinfo_t pmodinfo, char* field_name, char* value, int value_len ) elfio_modinfo_get_attribute_by_name() argument

Completed in 17 milliseconds

12345