Home
last modified time | relevance | path

Searched refs:field (Results 701 - 725 of 1814) sorted by relevance

1...<<21222324252627282930>>...73

/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.h116 // Generate the field offsets array. Returns the a pair of the total numer
120 // For each field generates a table entry describing the field for the
158 const FieldDescriptor* field,
167 // Generates has_foo() functions and variables for singular field has-bits.
168 void GenerateSingularFieldHasBits(const FieldDescriptor* field,
170 // Generates has_foo() functions and variables for oneof field has-bits.
173 void GenerateOneofMemberHasBits(const FieldDescriptor* field,
175 // Generates the clear_foo() method for a field.
176 void GenerateFieldClear(const FieldDescriptor* field, boo
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h63 // A Callback function to check whether a field needs to be scrubbed.
65 // Returns true if the field should not be present in the output. Returns
68 // The 'path' parameter is a vector of path to the field from root. For
69 // example: if a nested field "a.b.c" (b is the parent message field of c and
70 // a is the parent message field of b), then the vector should contain { "a",
75 const std::vector<std::string>& /*path of the field*/,
76 const google::protobuf::Field* /*field*/)>
129 // If set to true, original proto field names are used
227 // Path of the field o
257 CreateDefaultDataPieceForField( const google::protobuf::Field& field, const TypeInfo* typeinfo) CreateDefaultDataPieceForField() argument
[all...]
H A Dprotostream_objectwriter.h72 // numeric values are returned in double field "number_value" of
90 // the field name.
93 // If true, check if enum name in UPPER_CASE matches the field name.
100 // If true, accepts repeated key/value pair for a map proto field.
133 // Renders a DataPiece 'value' into a field whose wire type is determined
134 // from the given field 'name'.
167 // Before the "@type" field is encountered, we store all incoming data
168 // into this Event struct and replay them after we get the "@type" field.
233 // Any message a single time rather than every time we get a nested field.
252 // Store data before the "@type" field
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Deapol_test.py43 def set_network(self, id, field, value):
44 res = self.request("SET_NETWORK " + str(id) + " " + field + " " + value)
49 def set_network_quoted(self, id, field, value):
50 res = self.request("SET_NETWORK " + str(id) + " " + field + ' "' + value + '"')
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dprotobuf.h382 VALUE field_type_class(const MessageLayout* layout, const upb_fielddef* field);
388 // safe because field numbers are used as case identifiers, and no field can
392 // These operate on a map field (i.e., a repeated field of submessages whose
394 bool is_map_field(const upb_fielddef* field);
395 const upb_fielddef* map_field_key(const upb_fielddef* field);
396 const upb_fielddef* map_field_value(const upb_fielddef* field);
403 // Repeated field container type.
539 const upb_fielddef* field);
[all...]
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor_pool.py103 """Returns the value of the field `options`, or None if it is not set."""
110 def _IsMessageSetExtension(field):
111 return (field.is_extension and
112 field.containing_type.has_options and
113 field.containing_type.GetOptions().message_set_wire_format and
114 field.type == descriptor.FieldDescriptor.TYPE_MESSAGE and
115 field.label == descriptor.FieldDescriptor.LABEL_OPTIONAL)
340 'with field number %d.' %
533 """Loads the named field descriptor from the pool.
536 full_name (str): The full name of the field descripto
[all...]
/third_party/gn/src/gn/
H A Dtool.h248 // field and return true, otherwise will return false. Must be called before
256 bool ReadBool(Scope* scope, const char* var, bool* field, Err* err);
257 bool ReadString(Scope* scope, const char* var, std::string* field, Err* err);
260 SubstitutionPattern* field,
264 SubstitutionList* field,
269 LabelPtrPair<Pool>* field,
/third_party/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h84 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table">ICU
457 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
460 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
481 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
560 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
583 * (Note: The seconds field is not supported by the ISO8601 specification.)
592 * (Note: The seconds field is not supported by the ISO8601 specification.)
600 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dprotocol_core.cc33 for (int field = static_cast<int>(field_path_.size()) - 1; field >= 0; in ErrorMessage()
34 --field) { in ErrorMessage()
36 msg.append(field_path_[field].begin(), field_path_[field].end()); in ErrorMessage()
117 // TODO(caseq): consider checking if the sought field is the one in DeserializeField()
125 // Unknown field is not an error -- we may be working against an in DeserializeField()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsmpdtfmt.h85 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table">ICU
458 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
461 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
482 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
561 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
584 * (Note: The seconds field is not supported by the ISO8601 specification.)
593 * (Note: The seconds field is not supported by the ISO8601 specification.)
601 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c72 #define UPDATE_COUNTER(field, mask) \
75 p_atomic_inc(&counters->named.field.busy); \
77 p_atomic_inc(&counters->named.field.idle); \
213 #define BUSY_INDEX(sscreen, field) \
214 (&sscreen->mmio_counters.named.field.busy - sscreen->mmio_counters.array)
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_extensions.py143 # get the field in zink_device_info that refers to the extension's
146 def field(self, suffix: str): member in Extension
289 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
290 field_name = field.find("name").text
307 for field in vkxml.findall("./types/type[@name='{}']/member".format(struct_name)):
308 field_name = field.find("name").text
/third_party/node/deps/openssl/openssl/crypto/txt_db/
H A Dtxt_db.c148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() argument
155 if (field >= db->num_fields) { in TXT_DB_create_index()
182 lh_OPENSSL_STRING_free(db->index[field]); in TXT_DB_create_index()
183 db->index[field] = idx; in TXT_DB_create_index()
184 db->qual[field] = qual; in TXT_DB_create_index()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509name.c118 /* else we need to fixup the set field */ in X509_NAME_delete_entry()
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt() argument
176 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len); in X509_NAME_add_entry_by_txt()
243 const char *field, int type, in X509_NAME_ENTRY_create_by_txt()
250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
253 "name=%s", field); in X509_NAME_ENTRY_create_by_txt()
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_txt() argument
/third_party/openssl/crypto/x509/
H A Dx509name.c118 /* else we need to fixup the set field */ in X509_NAME_delete_entry()
170 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, in X509_NAME_add_entry_by_txt() argument
176 ne = X509_NAME_ENTRY_create_by_txt(NULL, field, type, bytes, len); in X509_NAME_add_entry_by_txt()
243 const char *field, int type, in X509_NAME_ENTRY_create_by_txt()
250 obj = OBJ_txt2obj(field, 0); in X509_NAME_ENTRY_create_by_txt()
253 "name=%s", field); in X509_NAME_ENTRY_create_by_txt()
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) X509_NAME_ENTRY_create_by_txt() argument
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c148 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() argument
155 if (field >= db->num_fields) { in TXT_DB_create_index()
182 lh_OPENSSL_STRING_free(db->index[field]); in TXT_DB_create_index()
183 db->index[field] = idx; in TXT_DB_create_index()
184 db->qual[field] = qual; in TXT_DB_create_index()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsmpdtfmt.h84 * <a href="https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-field-symbol-table">ICU
457 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
460 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
481 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
560 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
583 * (Note: The seconds field is not supported by the ISO8601 specification.)
592 * (Note: The seconds field is not supported by the ISO8601 specification.)
600 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage.cc293 const FieldDescriptor* field) const { in RepeatedFieldAccessor()
294 GOOGLE_CHECK(field->is_repeated()); in RepeatedFieldAccessor()
295 switch (field->cpp_type()) { in RepeatedFieldAccessor()
309 switch (field->options().ctype()) { in RepeatedFieldAccessor()
316 if (field->is_map()) { in RepeatedFieldAccessor()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java449 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
452 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
473 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
552 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
575 * (Note: The seconds field is not supported by the ISO8601 specification.)
584 * (Note: The seconds field is not supported by the ISO8601 specification.)
592 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.</td>
609 * (Note: The seconds field i
2988 matchString(String text, int start, int field, String[] data, Calendar cal) matchString() argument
3014 matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) matchString() argument
3100 matchQuarterString(String text, int start, int field, String[] data, Calendar cal) matchQuarterString() argument
4300 isFieldUnitIgnored(int field) isFieldUnitIgnored() argument
4315 isFieldUnitIgnored(String pattern, int field) isFieldUnitIgnored() argument
4642 getNumberFormat(char field) getNumberFormat() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DSimpleDateFormat.java449 * <td>Milliseconds in day. This field behaves <i>exactly</i> like a composite of all time-related fields,
452 * reflects the fact that is must be combined with the offset field to obtain a unique local time value.</td>
473 * The format is equivalent to RFC 822 zone format (when optional seconds field is absent).
552 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.
575 * (Note: The seconds field is not supported by the ISO8601 specification.)
584 * (Note: The seconds field is not supported by the ISO8601 specification.)
592 * <td>The <i>ISO8601 basic format</i> with hours field and optional minutes field.</td>
609 * (Note: The seconds field i
2904 matchString(String text, int start, int field, String[] data, Calendar cal) matchString() argument
2930 matchString(String text, int start, int field, String[] data, String monthPattern, Calendar cal) matchString() argument
3015 matchQuarterString(String text, int start, int field, String[] data, Calendar cal) matchQuarterString() argument
4162 isFieldUnitIgnored(int field) isFieldUnitIgnored() argument
4177 isFieldUnitIgnored(String pattern, int field) isFieldUnitIgnored() argument
4503 getNumberFormat(char field) getNumberFormat() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp55 for (const auto &field : structType->fields()) in ContainsSampler()
57 if (ContainsSampler(*field->type())) in ContainsSampler()
268 error(line, "illegal vector field selection", compString); in parseVectorFields()
334 error(line, "illegal vector field selection", compString); in parseVectorFields()
343 error(line, "vector field selection out of range", compString); in parseVectorFields()
4450 TField *field = (*fieldList)[memberIndex]; in addInterfaceBlock() local
4451 TType *fieldType = field->type(); in addInterfaceBlock()
4457 error(field->line(), reason.c_str(), fieldType->getBasicString()); in addInterfaceBlock()
4468 error(field->line(), "invalid qualifier on shader storage block member", in addInterfaceBlock()
4475 error(field in addInterfaceBlock()
4602 TField *field = (*fieldList)[memberIndex]; addInterfaceBlock() local
4658 checkIsBelowStructNestingLimit(const TSourceLoc &line, const TField &field) checkIsBelowStructNestingLimit() argument
5728 TField *field = addStructDeclaratorList() local
5765 TField &field = *(*fieldList)[typeListIndex]; addStructure() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dthread.h110 void ff_thread_report_progress2(AVCodecContext *avctx, int field, int thread, int n);
111 void ff_thread_await_progress2(AVCodecContext *avctx, int field, int thread, int shift);
/third_party/glslang/glslang/MachineIndependent/
H A DScanContext.h56 field(false), afterBuffer(false) { } in TScanContext()
83 bool field; // true if we're on a field, right after a '.' member in glslang::TScanContext
/third_party/mesa3d/.gitlab-ci/lava/utils/
H A Dlava_log_hints.py4 from dataclasses import dataclass, field namespace
18 has_r8152_issue_history: bool = field(default=False, init=False)
/third_party/rust/crates/os_str_bytes/src/
H A Diter.rs80 .field("string", &self.string) in fmt()
81 .field("pat", &self.pat) in fmt()

Completed in 24 milliseconds

1...<<21222324252627282930>>...73