Home
last modified time | relevance | path

Searched refs:field (Results 176 - 200 of 2152) sorted by relevance

12345678910>>...87

/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dasn1t.h40 * These are the possible values for the itype field of the
50 * For SEQUENCE types the templates field points
51 * to the members, the size field is the
54 * For CHOICE types the templates field points
56 * and the 'size' field is the offset of the
59 * The 'funcs' field is used for application-specific
70 * structure. In this case the 'utype' field
364 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
365 (flags), (tag), offsetof(stname, field),\
366 #field, ASN1_ITEM_re
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dasn1t.h40 * These are the possible values for the itype field of the
50 * For SEQUENCE types the templates field points
51 * to the members, the size field is the
54 * For CHOICE types the templates field points
56 * and the 'size' field is the offset of the
59 * The 'funcs' field is used for application-specific
70 * structure. In this case the 'utype' field
364 # define ASN1_EX_TYPE(flags, tag, stname, field, type) { \
365 (flags), (tag), offsetof(stname, field),\
366 #field, ASN1_ITEM_re
[all...]
/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc83 std::string DefaultForField(FieldDescriptor* field);
88 std::string LabelForField(FieldDescriptor* field);
89 std::string TypeName(FieldDescriptor* field);
102 void GenerateFieldDocComment(io::Printer* printer, const FieldDescriptor* field,
105 const FieldDescriptor* field);
107 const FieldDescriptor* field);
305 std::string DefaultForField(const FieldDescriptor* field) { in DefaultForField() argument
306 switch (field->type()) { in DefaultForField()
429 std::string LabelForField(const FieldDescriptor* field) { in LabelForField() argument
430 switch (field in LabelForField()
438 TypeName(const FieldDescriptor* field) TypeName() argument
462 PhpSetterTypeName(const FieldDescriptor* field, bool is_descriptor) PhpSetterTypeName() argument
512 PhpGetterTypeName(const FieldDescriptor* field, bool is_descriptor) PhpGetterTypeName() argument
543 EnumOrMessageSuffix( const FieldDescriptor* field, bool is_descriptor) EnumOrMessageSuffix() argument
620 GenerateField(const FieldDescriptor* field, io::Printer* printer, bool is_descriptor) GenerateField() argument
649 GenerateFieldAccessor(const FieldDescriptor* field, bool is_descriptor, io::Printer* printer) GenerateFieldAccessor() argument
866 const FieldDescriptor* field = message->field(i); GenerateMessageToPool() local
899 const FieldDescriptor* field = oneof->field(index); GenerateMessageToPool() local
1413 const FieldDescriptor* field = message->field(i); GenerateMessageFile() local
1442 const FieldDescriptor* field = message->field(i); GenerateMessageFile() local
1683 const FieldDescriptor* field = message->field(i); GenerateMessageConstructorDocComment() local
1706 GenerateFieldDocComment(io::Printer* printer, const FieldDescriptor* field, int is_descriptor, int function_type) GenerateFieldDocComment() argument
1732 GenerateWrapperFieldGetterDocComment(io::Printer* printer, const FieldDescriptor* field) GenerateWrapperFieldGetterDocComment() argument
1749 GenerateWrapperFieldSetterDocComment(io::Printer* printer, const FieldDescriptor* field) GenerateWrapperFieldSetterDocComment() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp203 std::string field; in ParseFieldArrayByName() local
204 ret = JSUtils::Convert2Value(env, args[0], field); in ParseFieldArrayByName()
206 fieldarray.push_back(field); in ParseFieldArrayByName()
217 napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, const std::string fieldName) in ParseFieldByName()
224 field = JSUtils::Convert2String(env, args[0]); in ParseFieldByName()
225 RDB_NAPI_ASSERT(env, !field.empty(), std::make_shared<ParamError>(fieldName, "not empty")); in ParseFieldByName()
234 napi_env env, napi_callback_info info, napi_value &thiz, int32_t &field, const std::string fieldName) in ParseInt32FieldByName()
241 napi_status status = napi_get_value_int32(env, args[0], &field); in ParseInt32FieldByName()
251 napi_value &thiz, std::string &field, std::vector<ValueObject> &value, const std::string valueType) in ParseFieldAndValueArray()
259 field in ParseFieldAndValueArray()
216 ParseFieldByName( napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, const std::string fieldName) ParseFieldByName() argument
233 ParseInt32FieldByName( napi_env env, napi_callback_info info, napi_value &thiz, int32_t &field, const std::string fieldName) ParseInt32FieldByName() argument
250 ParseFieldAndValueArray(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, std::vector<ValueObject> &value, const std::string valueType) ParseFieldAndValueArray() argument
271 ParseFieldAndValue(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, ValueObject &value, const std::string valueType) ParseFieldAndValue() argument
293 ParseFieldAndStringValue(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, std::string &value, const std::string valueType) ParseFieldAndStringValue() argument
315 ParseFieldLowAndHigh( napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, ValueObject &low, ValueObject &high) ParseFieldLowAndHigh() argument
345 std::string field = ""; EqualTo() local
356 std::string field = ""; NotEqualTo() local
403 std::string field = ""; Contains() local
414 std::string field = ""; NotContains() local
425 std::string field = ""; BeginsWith() local
436 std::string field = ""; EndsWith() local
447 std::string field = ""; IsNull() local
457 std::string field = ""; IsNotNull() local
467 std::string field = ""; Like() local
478 std::string field = ""; NotLike() local
490 std::string field = ""; Glob() local
501 std::string field = ""; Between() local
513 std::string field = ""; NotBetween() local
525 std::string field = ""; GreaterThan() local
536 std::string field = ""; LessThan() local
547 std::string field = ""; GreaterThanOrEqualTo() local
558 std::string field = ""; LessThanOrEqualTo() local
569 std::string field = ""; OrderByAsc() local
579 std::string field = ""; OrderByDesc() local
659 std::string field = ""; In() local
673 std::string field = ""; NotIn() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateVaryingLocations.cpp30 int GetFieldLocationCount(const TField *field) in GetFieldLocationCount() argument
33 const TType *fieldType = field->type(); in GetFieldLocationCount()
60 for (const TField *field : structure->fields()) in GetStructLocationCount()
62 totalLocation += GetFieldLocationCount(field); in GetStructLocationCount()
70 for (const TField *field : varyingType.getInterfaceBlock()->fields()) in GetInterfaceBlockLocationCount()
72 totalLocation += GetFieldLocationCount(field); in GetInterfaceBlockLocationCount()
89 for (const TField *field : varyingType.getStruct()->fields()) in GetLocationCount()
91 const TType *fieldType = field->type(); in GetLocationCount()
94 totalLocation += GetFieldLocationCount(field); in GetLocationCount()
137 const TField *field; member
141 MarkVaryingLocations(TDiagnostics *diagnostics, const TIntermSymbol *varying, const TField *field, int location, int elementCount, LocationMap *locationMap) MarkVaryingLocations() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcalendar.cpp110 * @param f field enum
111 * @return static string to the field name
1192 Calendar::get(UCalendarDateFields field, UErrorCode& status) const in get() argument
1197 if (field < 0 || field >= UCAL_FIELD_COUNT) { in get()
1201 // field values are only computed when actually requested; for more on when computation in get()
1205 return U_SUCCESS(status) ? fFields[field] : 0; in get()
1211 Calendar::set(UCalendarDateFields field, int32_t value) in set() argument
1213 if (field < 0 || field > in set()
1295 clear(UCalendarDateFields field) clear() argument
1401 pinField(UCalendarDateFields field, UErrorCode& status) pinField() argument
1729 roll(EDateFields field, int32_t amount, UErrorCode& status) roll() argument
2087 add(EDateFields field, int32_t amount, UErrorCode& status) add() argument
2093 add(UCalendarDateFields field, int32_t amount, UErrorCode& status) add() argument
2283 fieldDifference(UDate when, EDateFields field, UErrorCode& status) fieldDifference() argument
2287 fieldDifference(UDate targetMs, UCalendarDateFields field, UErrorCode& ec) fieldDifference() argument
2703 getActualMinimum(EDateFields field, UErrorCode& status) const getActualMinimum() argument
2708 getLimit(UCalendarDateFields field, ELimitType limitType) const getLimit() argument
2749 getActualMinimum(UCalendarDateFields field, UErrorCode& status) const getActualMinimum() argument
2836 U_ASSERT(month < 12); U_ASSERT(internalGet(UCAL_IS_LEAP_MONTH) == 0); return gTemporalMonthCodes[month]; } void Calendar::setTemporalMonthCode(const char* code, UErrorCode& status ) { if (U_FAILURE(status)) { return; } int32_t len = static_cast<int32_t>(uprv_strlen(code)); if (len == 3 && code[0] == �) { for (int m = 0; gTemporalMonthCodes[m] != nullptr; m++) { if (uprv_strcmp(code, gTemporalMonthCodes[m]) == 0) { set(UCAL_MONTH, m); set(UCAL_IS_LEAP_MONTH, 0); return; } } } status = U_ILLEGAL_ARGUMENT_ERROR; } void Calendar::validateFields(UErrorCode &status) { if (U_FAILURE(status)) { return; } for (int32_t field = 0; U_SUCCESS(status) && (field < UCAL_FIELD_COUNT); field++) { if (fStamp[field] >= kMinimumUserStamp) { validateField((UCalendarDateFields)field, status); } } } void Calendar::validateField(UCalendarDateFields field, UErrorCode &status) { if (U_FAILURE(status)) { return; } if (field < 0 || field >= UCAL_FIELD_COUNT) { status = U_ILLEGAL_ARGUMENT_ERROR; return; } int32_t y; switch (field) { case UCAL_DAY_OF_MONTH: y = handleGetExtendedYear(); validateField(field, 1, handleGetMonthLength(y, internalGetMonth()), status); break; case UCAL_DAY_OF_YEAR: y = handleGetExtendedYear(); validateField(field, 1, handleGetYearLength(y), status); break; case UCAL_DAY_OF_WEEK_IN_MONTH: if (internalGet(field) == 0) { fprintf(stderr, �, __FILE__, __LINE__); status = U_ILLEGAL_ARGUMENT_ERROR; return; } validateField(field, getMinimum(field), getMaximum(field), status); break; default: validateField(field, getMinimum(field), getMaximum(field), status); break; } } void Calendar::validateField(UCalendarDateFields field, int32_t min, int32_t max, UErrorCode& status) { if (U_FAILURE(status)) { return; } if (field < 0 || field >= UCAL_FIELD_COUNT) { status = U_ILLEGAL_ARGUMENT_ERROR; return; } int32_t value = fFields[field]; if (value < min || value > max) { fprintf(stderr, �, __FILE__, __LINE__,fldName(field),min,max,value); status = U_ILLEGAL_ARGUMENT_ERROR; return; } } const UFieldResolutionTable* Calendar::getFieldResolutionTable() const { return kDatePrecedence; } UCalendarDateFields Calendar::newerField(UCalendarDateFields defaultField, UCalendarDateFields alternateField) const { if (fStamp[alternateField] > fStamp[defaultField]) getTemporalMonthCode() argument
3785 prepareGetActual(UCalendarDateFields field, UBool isMinimum, UErrorCode &status) prepareGetActual() argument
3844 getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, UErrorCode &status) const getActualHelper() argument
4117 internalSet(EDateFields field, int32_t value) internalSet() argument
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/inc/json/
H A Djsonutil.h27 json_pobject get_json_obj(json_pobject parent, const char *field);
28 int32_t get_json_int(json_pobject obj, const char *field);
29 const char *get_json_string(json_pobject obj, const char *field);
30 int32_t get_json_bool(json_pobject obj, const char *field);
36 void add_item_to_object(json_pobject parent, const char *field, json_pobject obj);
37 json_pobject add_string_to_object(json_pobject parent, const char *field, const char *value);
38 json_pobject add_number_to_object(json_pobject parent, const char *field, int32_t value);
39 json_pobject add_bool_to_object(json_pobject parent, const char *field, int32_t value);
40 json_pobject add_object_to_object(json_pobject parent, const char *field);
45 json_pobject add_array_to_object(json_pobject parent, const char *field);
[all...]
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Djsonutil_test.h30 json_pobject get_json_obj(json_pobject parent, const char *field);
31 int32_t get_json_int(json_pobject obj, const char *field);
32 const char *get_json_string(json_pobject obj, const char *field);
33 int32_t get_json_bool(json_pobject obj, const char *field);
39 void add_item_to_object(json_pobject parent, const char *field, json_pobject obj);
40 json_pobject add_string_to_object(json_pobject parent, const char *field, const char *value);
41 json_pobject add_number_to_object(json_pobject parent, const char *field, int32_t value);
42 json_pobject add_bool_to_object(json_pobject parent, const char *field, int32_t value);
43 json_pobject add_object_to_object(json_pobject parent, const char *field);
48 json_pobject add_array_to_object(json_pobject parent, const char *field);
[all...]
/third_party/curl/docs/examples/
H A Dmulti-post.c43 curl_mimepart *field = NULL; in main() local
54 /* Fill in the file upload field */ in main()
55 field = curl_mime_addpart(form); in main()
56 curl_mime_name(field, "sendfile"); in main()
57 curl_mime_filedata(field, "multi-post.c"); in main()
59 /* Fill in the filename field */ in main()
60 field = curl_mime_addpart(form); in main()
61 curl_mime_name(field, "filename"); in main()
62 curl_mime_data(field, "multi-post.c", CURL_ZERO_TERMINATED); in main()
64 /* Fill in the submit field to in main()
[all...]
H A Dpostit2.c52 curl_mimepart *field = NULL; in main() local
63 /* Fill in the file upload field */ in main()
64 field = curl_mime_addpart(form); in main()
65 curl_mime_name(field, "sendfile"); in main()
66 curl_mime_filedata(field, "postit2.c"); in main()
68 /* Fill in the filename field */ in main()
69 field = curl_mime_addpart(form); in main()
70 curl_mime_name(field, "filename"); in main()
71 curl_mime_data(field, "postit2.c", CURL_ZERO_TERMINATED); in main()
73 /* Fill in the submit field to in main()
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.h31 static OH_Predicates *EqualTo(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
32 static OH_Predicates *NotEqualTo(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
37 static OH_Predicates *IsNull(OH_Predicates *predicates, const char *field);
38 static OH_Predicates *IsNotNull(OH_Predicates *predicates, const char *field);
39 static OH_Predicates *Like(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
40 static OH_Predicates *Between(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
41 static OH_Predicates *NotBetween(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
42 static OH_Predicates *GreaterThan(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
43 static OH_Predicates *LessThan(OH_Predicates *predicates, const char *field, OH_VObject *valueObject);
44 static OH_Predicates *GreaterThanOrEqualTo(OH_Predicates *predicates, const char *field,
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DSimpleModifier.java18 private final Field field; field in SimpleModifier
28 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
29 this(compiledPattern, field, strong, null); in SimpleModifier()
33 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
36 this.field = field; in SimpleModifier()
43 return SimpleFormatterImpl.formatPrefixSuffix(compiledPattern, field, leftIndex, rightIndex, output); in apply()
62 public boolean containsField(Field field) { in containsField() argument
82 return compiledPattern.equals(_other.compiledPattern) && field == _other.field in semanticallyEquivalent()
96 formatTwoArgPattern(String compiledPattern, FormattedStringBuilder result, int index, PrefixInfixSuffixLengthHelper h, Field field) formatTwoArgPattern() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DConstrainedFieldPosition.java9 * Represents a span of a string containing a given field.
13 * 1. It has information on the field category.
14 * 2. It allows you to set constraints to use when iterating over field positions.
37 * Represents that the field class is constrained.
42 * FormattedValue implementations should not change the field class when this constraint is active.
47 * Represents that the field is constrained.
52 * FormattedValue implementations should not change the field when this constraint is active.
57 * Represents that the field value is constrained.
62 * FormattedValue implementations should not change the field or value with this constraint.
105 * Sets a constraint on the field
129 constrainField(Field field) constrainField() argument
195 constrainFieldAndValue(Field field, Object fieldValue) constrainFieldAndValue() argument
296 setState(Field field, Object value, int start, int limit) setState() argument
319 matchesField(Field field, Object fieldValue) matchesField() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DSimpleModifier.java20 private final Field field; field in SimpleModifier
30 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
31 this(compiledPattern, field, strong, null); in SimpleModifier()
35 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
38 this.field = field; in SimpleModifier()
45 return SimpleFormatterImpl.formatPrefixSuffix(compiledPattern, field, leftIndex, rightIndex, output); in apply()
64 public boolean containsField(Field field) { in containsField() argument
84 return compiledPattern.equals(_other.compiledPattern) && field == _other.field in semanticallyEquivalent()
98 formatTwoArgPattern(String compiledPattern, FormattedStringBuilder result, int index, PrefixInfixSuffixLengthHelper h, Field field) formatTwoArgPattern() argument
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c246 * the length of the field to the start position to get the in get_start_end_pos()
316 struct intel_field *field; in create_field() local
318 field = rzalloc(ctx->group, struct intel_field); in create_field()
319 field->parent = ctx->group; in create_field()
325 field->name = ralloc_strdup(field, atts[i + 1]); in create_field()
326 if (strcmp(field->name, "DWord Length") == 0) { in create_field()
327 field->parent->dword_length_field = field; in create_field()
330 field in create_field()
348 struct intel_field *field; create_array_field() local
379 struct intel_field *field = array ? create_and_append_field() local
491 struct intel_field *field = ctx->last_field; end_element() local
780 struct intel_field *field = group->fields; intel_group_find_field() local
801 struct intel_field *field = group->dword_length_field; intel_group_get_length() local
928 iter_start_field(struct intel_field_iterator *iter, struct intel_field *field) iter_start_field() argument
1201 intel_field_is_header(struct intel_field *field) intel_field_is_header() argument
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/x86_64/
H A Dmod.rs132 .field("fpr_env", &&self.fpr_env[..]) in fmt()
133 .field("fpr_acc", &self.fpr_acc) in fmt()
134 .field("fpr_ex_sw", &self.fpr_ex_sw) in fmt()
135 .field("fpr_pad", &&self.fpr_pad[..]) in fmt()
160 .field("fpr_env", &self.fpr_env) in fmt()
161 .field("fpr_acc", &self.fpr_acc) in fmt()
162 .field("fpr_xacc", &self.fpr_xacc) in fmt()
163 .field("fpr_spare", &self.fpr_spare) in fmt()
191 .field("xmm_env", &self.xmm_env) in fmt()
192 .field("xmm_ac in fmt()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Daarch64.rs63 .field("gp_x", &self.gp_x) in fmt()
64 .field("gp_lr", &self.gp_lr) in fmt()
65 .field("gp_sp", &self.gp_sp) in fmt()
66 .field("gp_elr", &self.gp_elr) in fmt()
67 .field("gp_spsr", &self.gp_spsr) in fmt()
68 .field("gp_pad", &self.gp_pad) in fmt()
95 .field("fp_q", &self.fp_q) in fmt()
96 .field("fp_sr", &self.fp_sr) in fmt()
97 .field("fp_cr", &self.fp_cr) in fmt()
98 .field("fp_flag in fmt()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dclass-debug-reader-generator.cc48 const auto& field = (*struct_type)->fields()[index_]; in operator *() local
49 return {field.name_and_type, field.pos, *field.offset, 0, 0}; in operator *()
60 const auto& field = bit_field_struct_type->fields()[index_]; in operator *() local
61 return {field.name_and_type, field.pos, 0, field.num_bits, in operator *()
62 field.offset + bitfield_start_offset}; in operator *()
111 // to represent a field'
114 DebugFieldType(const Field& field) DebugFieldType() argument
213 GenerateFieldAddressAccessor(const Field& field, const std::string& class_name, std::ostream& h_contents, std::ostream& cc_contents) GenerateFieldAddressAccessor() argument
257 GenerateFieldValueAccessor(const Field& field, const std::string& class_name, std::ostream& h_contents, std::ostream& cc_contents) GenerateFieldValueAccessor() argument
357 GenerateGetPropsChunkForField(const Field& field, std::ostream& get_props_impl, std::string class_name) GenerateGetPropsChunkForField() argument
[all...]
/third_party/python/PC/clinic/
H A D_msi.c.h108 "GetInteger($self, field, /)\n"
111 "Return the value of field as an integer where possible.");
117 _msi_Record_GetInteger_impl(msiobj *self, unsigned int field);
123 unsigned int field; in _msi_Record_GetInteger() local
125 field = (unsigned int)PyLong_AsUnsignedLongMask(arg); in _msi_Record_GetInteger()
126 if (field == (unsigned int)-1 && PyErr_Occurred()) { in _msi_Record_GetInteger()
129 return_value = _msi_Record_GetInteger_impl(self, field); in _msi_Record_GetInteger()
136 "GetString($self, field, /)\n"
139 "Return the value of field as a string where possible.");
145 _msi_Record_GetString_impl(msiobj *self, unsigned int field);
151 unsigned int field; _msi_Record_GetString() local
197 int field; _msi_Record_SetString() local
246 int field; _msi_Record_SetStream() local
295 int field; _msi_Record_SetInteger() local
334 int field; _msi_SummaryInformation_GetProperty() local
386 int field; _msi_SummaryInformation_SetProperty() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp238 std::string field; in ParseFieldArrayByName() local
239 ret = JSUtils::Convert2Value(env, args[0], field); in ParseFieldArrayByName()
242 fieldarray.push_back(field); in ParseFieldArrayByName()
250 napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, const std::string fieldName) in ParseFieldByName()
263 field = JSUtils::Convert2String(env, args[0]); in ParseFieldByName()
264 RDB_NAPI_ASSERT_FROMV9(env, !field.empty(), in ParseFieldByName()
270 napi_env env, napi_callback_info info, napi_value &thiz, int32_t &field, const std::string fieldName) in ParseInt32FieldByName()
283 napi_status status = napi_get_value_int32(env, args[0], &field); in ParseInt32FieldByName()
290 napi_value &thiz, std::string &field, std::vector<ValueObject> &values, const std::string valueType) in ParseFieldAndValueArray()
304 field in ParseFieldAndValueArray()
249 ParseFieldByName( napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, const std::string fieldName) ParseFieldByName() argument
269 ParseInt32FieldByName( napi_env env, napi_callback_info info, napi_value &thiz, int32_t &field, const std::string fieldName) ParseInt32FieldByName() argument
289 ParseFieldAndValueArray(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, std::vector<ValueObject> &values, const std::string valueType) ParseFieldAndValueArray() argument
314 ParseFieldAndValue(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, ValueObject &value, const std::string valueType) ParseFieldAndValue() argument
343 ParseFieldAndStringValue(napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, std::string &value, const std::string valueType) ParseFieldAndStringValue() argument
367 ParseFieldLowAndHigh( napi_env env, napi_callback_info info, napi_value &thiz, std::string &field, ValueObject &low, ValueObject &high) ParseFieldLowAndHigh() argument
405 std::string field = ""; EqualTo() local
417 std::string field = ""; NotEqualTo() local
469 std::string field = ""; Contains() local
481 std::string field = ""; BeginsWith() local
493 std::string field = ""; EndsWith() local
505 std::string field = ""; IsNull() local
516 std::string field = ""; IsNotNull() local
527 std::string field = ""; Like() local
539 std::string field = ""; Glob() local
551 std::string field = ""; Between() local
564 std::string field = ""; NotBetween() local
577 std::string field = ""; GreaterThan() local
589 std::string field = ""; LessThan() local
601 std::string field = ""; GreaterThanOrEqualTo() local
613 std::string field = ""; LessThanOrEqualTo() local
625 std::string field = ""; OrderByAsc() local
636 std::string field = ""; OrderByDesc() local
679 std::string field = ""; GroupBy() local
702 std::string field = ""; In() local
717 std::string field = ""; NotIn() local
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc77 // Finds a field with the given number. nullptr if none found.
81 // Returns true if the field is packable.
82 bool IsPackable(const google::protobuf::Field& field);
92 const google::protobuf::Field& field) { in MapKeyDefaultValueAsString()
93 switch (field.kind()) { in MapKeyDefaultValueAsString()
169 // Lookup the new field in the type by tag number. in FindAndVerifyField()
170 const google::protobuf::Field* field = FindFieldByNumber(type, tag >> 3); in FindAndVerifyField() local
171 // Verify if the field corresponds to the wire type in tag. in FindAndVerifyField()
172 // If there is any discrepancy, mark the field as not found. in FindAndVerifyField()
173 if (field ! in FindAndVerifyField()
91 MapKeyDefaultValueAsString( const google::protobuf::Field& field) MapKeyDefaultValueAsString() argument
198 const google::protobuf::Field* field = nullptr; WriteMessage() local
254 RenderList( const google::protobuf::Field* field, StringPiece name, uint32 list_tag, ObjectWriter* ow) const RenderList() argument
276 RenderMap( const google::protobuf::Field* field, StringPiece name, uint32 list_tag, ObjectWriter* ow) const RenderMap() argument
289 const google::protobuf::Field* field = RenderMap() local
322 RenderPacked( const google::protobuf::Field* field, ObjectWriter* ow) const RenderPacked() argument
535 const google::protobuf::Field* field = nullptr; RenderStruct() local
558 const google::protobuf::Field* field = nullptr; RenderStructValue() local
585 const google::protobuf::Field* field = os->FindAndVerifyField(type, tag); RenderStructListValue() local
607 const google::protobuf::Field* field = os->FindAndVerifyField(type, tag); RenderAny() local
688 const google::protobuf::Field* field = os->FindAndVerifyField(type, tag); RenderFieldMask() local
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
1074 const google::protobuf::Field* field = FindAndVerifyField(type, tag); ReadSecondsAndNanos() local
1119 IsPackable(const google::protobuf::Field& field) IsPackable() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_query.cpp100 std::string field; member
106 // required 2 arguments :: <field> <value> in GetValueSync()
108 status = JSUtil::GetValue(env, argv[0], field); in GetValueSync()
109 CHECK_STATUS_RETURN_VOID(this, "invalid arg[0], i.e. invalid field!"); in GetValueSync()
117 /* [js] equalTo(field:string, value:number|string|boolean):JsQuery */
128 query.EqualTo(ctxt->field, *strValue); in EqualTo()
132 query.EqualTo(ctxt->field, *boolValue); in EqualTo()
136 query.EqualTo(ctxt->field, *dblValue); in EqualTo()
153 query.NotEqualTo(ctxt->field, *strValue); in NotEqualTo()
157 query.NotEqualTo(ctxt->field, *boolValu in NotEqualTo()
270 std::string field; IsNull() local
297 std::string field; global() member
368 std::string field; InString() member
410 std::string field; NotInString() member
434 std::string field; Like() member
458 std::string field; Unlike() member
505 std::string field; OrderByAsc() local
524 std::string field; OrderByDesc() local
565 std::string field; IsNotNull() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp298 * there are five columns, corresponding to field[0]..field[4].
306 * @param field the 5 columns
310 UBool NormalizerConformanceTest::checkConformance(const UnicodeString* field, in checkConformance() argument
321 pass &= checkNorm(UNORM_NFC, options, nfc, field[i], field[1], fieldNum); in checkConformance()
322 pass &= checkNorm(UNORM_NFD, options, nfd, field[i], field[2], fieldNum); in checkConformance()
324 pass &= checkNorm(UNORM_NFKC, options, nfkc, field[i], field[ in checkConformance()
457 checkNorm(UNormalizationMode mode, int32_t options, const Normalizer2 *norm2, const UnicodeString &s, const UnicodeString &exp, int32_t field) checkNorm() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DConstrainedFieldPosition.java10 * Represents a span of a string containing a given field.
14 * 1. It has information on the field category.
15 * 2. It allows you to set constraints to use when iterating over field positions.
37 * Represents that the field class is constrained.
42 * FormattedValue implementations should not change the field class when this constraint is active.
47 * Represents that the field is constrained.
52 * FormattedValue implementations should not change the field when this constraint is active.
57 * Represents that the field value is constrained.
62 * FormattedValue implementations should not change the field or value with this constraint.
101 * Sets a constraint on the field
124 constrainField(Field field) constrainField() argument
189 constrainFieldAndValue(Field field, Object fieldValue) constrainFieldAndValue() argument
283 setState(Field field, Object value, int start, int limit) setState() argument
303 matchesField(Field field, Object fieldValue) matchesField() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptor.php40 private $field = []; variable
76 public function addField($field)
78 $this->field[$field->getNumber()] = $field;
79 $this->json_to_field[$field->getJsonName()] = $field;
80 $this->name_to_field[$field->getName()] = $field;
81 $this->index_to_field[] = $field;
[all...]

Completed in 21 milliseconds

12345678910>>...87