| /third_party/protobuf/src/google/protobuf/compiler/java/ |
| H A D | java_doc_comment.cc | 175 void WriteFieldDocComment(io::Printer* printer, const FieldDescriptor* field) { in WriteFieldDocComment() argument 177 // .proto file (if present). We then continue with the field declaration, in WriteFieldDocComment() 181 // If the field is a group, the debug string might end with {. in WriteFieldDocComment() 183 WriteDocCommentBody(printer, field); in WriteFieldDocComment() 185 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldDocComment() 190 const FieldDescriptor* field, in WriteFieldAccessorDocComment() 194 WriteDocCommentBody(printer, field); in WriteFieldAccessorDocComment() 196 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldAccessorDocComment() 199 printer->Print(" * @return Whether the $name$ field is set.\n", "name", in WriteFieldAccessorDocComment() 200 field in WriteFieldAccessorDocComment() 189 WriteFieldAccessorDocComment(io::Printer* printer, const FieldDescriptor* field, const FieldAccessorType type, const bool builder) WriteFieldAccessorDocComment() argument 247 WriteFieldEnumValueAccessorDocComment(io::Printer* printer, const FieldDescriptor* field, const FieldAccessorType type, const bool builder) WriteFieldEnumValueAccessorDocComment() argument 316 WriteFieldStringBytesAccessorDocComment(io::Printer* printer, const FieldDescriptor* field, const FieldAccessorType type, const bool builder) WriteFieldStringBytesAccessorDocComment() argument [all...] |
| H A D | java_message_builder.cc | 80 if (IsRealOneof(descriptor_->field(i))) { in MessageBuilderGenerator() 81 oneofs_.insert(descriptor_->field(i)->containing_oneof()); in MessageBuilderGenerator() 154 field_generators_.get(descriptor_->field(i)).GetNumBitsForBuilder(); in Generate() 164 field_generators_.get(descriptor_->field(i)) in Generate() 211 const FieldDescriptor* field = descriptor_->field(i); in GenerateDescriptorMethods() local 212 if (GetJavaType(field) == JAVATYPE_MESSAGE && in GenerateDescriptorMethods() 213 IsMapEntry(field->message_type())) { in GenerateDescriptorMethods() 214 map_fields.push_back(field); in GenerateDescriptorMethods() 226 const FieldDescriptor* field in GenerateDescriptorMethods() local 251 const FieldDescriptor* field = map_fields[i]; GenerateDescriptorMethods() local 396 const ImmutableFieldGenerator& field = GenerateCommonBuilderMethods() local 552 const FieldDescriptor* field = oneof->field(j); GenerateCommonBuilderMethods() local 627 const FieldDescriptor* field = descriptor_->field(i); GenerateIsInitialized() local 641 const FieldDescriptor* field = descriptor_->field(i); GenerateIsInitialized() local [all...] |
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| H A D | abs_predicates.h | 70 API_EXPORT virtual AbsPredicates *EqualTo(const std::string &field, const ValueObject &value); 71 API_EXPORT virtual AbsPredicates *NotEqualTo(const std::string &field, const ValueObject &value); 76 API_EXPORT virtual AbsPredicates *Contains(const std::string &field, const std::string &value); 77 API_EXPORT virtual AbsPredicates *NotContains(const std::string &field, const std::string &value); 78 API_EXPORT virtual AbsPredicates *BeginsWith(const std::string &field, const std::string &value); 79 API_EXPORT virtual AbsPredicates *EndsWith(const std::string &field, const std::string &value); 80 API_EXPORT virtual AbsPredicates *IsNull(const std::string &field); 81 API_EXPORT virtual AbsPredicates *IsNotNull(const std::string &field); 82 API_EXPORT virtual AbsPredicates *Like(const std::string &field, const std::string &value); 83 API_EXPORT virtual AbsPredicates *NotLike(const std::string &field, cons 125 IsSpecificField(const std::string &field) IsSpecificField() argument [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | privateNameStaticFieldAssignment.js | 3 static #field = 0; 5 A.#field = 1; 6 A.#field += 2; 7 A.#field -= 3; 8 A.#field /= 4; 9 A.#field *= 5; 10 A.#field **= 6; 11 A.#field %= 7; 12 A.#field <<= 8; 13 A.#field >> [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | ModifyStruct.cpp | 77 Field, // Struct field indexing. 82 PathItem(const TField &field) : field(&field), type(Type::Field) {} 89 const TField *field; 105 curr = &AccessField(*curr, item.field->name()); 282 pushNamePath(item.field->name().data()); 318 void addModifiedField(const TField &field, 330 TField *modifiedField = new TField(&newType, pathName, field.line(), field [all...] |
| /kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
| H A D | conf_space.c | 47 const struct config_field *field = entry->field; in conf_space_read() local 51 switch (field->size) { in conf_space_read() 53 if (field->u.b.read) in conf_space_read() 54 ret = field->u.b.read(dev, offset, (u8 *) value, in conf_space_read() 58 if (field->u.w.read) in conf_space_read() 59 ret = field->u.w.read(dev, offset, (u16 *) value, in conf_space_read() 63 if (field->u.dw.read) in conf_space_read() 64 ret = field->u.dw.read(dev, offset, value, entry->data); in conf_space_read() 75 const struct config_field *field in conf_space_write() local 153 const struct config_field *field; xen_pcibk_config_read() local 209 const struct config_field *field; xen_pcibk_config_write() local 333 const struct config_field *field; xen_pcibk_config_free_dyn_fields() local 359 const struct config_field *field; xen_pcibk_config_reset_dev() local 377 const struct config_field *field; xen_pcibk_config_free_dev() local 395 xen_pcibk_config_add_field_offset(struct pci_dev *dev, const struct config_field *field, unsigned int base_offset) xen_pcibk_config_add_field_offset() argument [all...] |
| /kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
| H A D | conf_space.c | 47 const struct config_field *field = entry->field; in conf_space_read() local 51 switch (field->size) { in conf_space_read() 53 if (field->u.b.read) in conf_space_read() 54 ret = field->u.b.read(dev, offset, (u8 *) value, in conf_space_read() 58 if (field->u.w.read) in conf_space_read() 59 ret = field->u.w.read(dev, offset, (u16 *) value, in conf_space_read() 63 if (field->u.dw.read) in conf_space_read() 64 ret = field->u.dw.read(dev, offset, value, entry->data); in conf_space_read() 75 const struct config_field *field in conf_space_write() local 153 const struct config_field *field; xen_pcibk_config_read() local 209 const struct config_field *field; xen_pcibk_config_write() local 333 const struct config_field *field; xen_pcibk_config_free_dyn_fields() local 359 const struct config_field *field; xen_pcibk_config_reset_dev() local 377 const struct config_field *field; xen_pcibk_config_free_dev() local 395 xen_pcibk_config_add_field_offset(struct pci_dev *dev, const struct config_field *field, unsigned int base_offset) xen_pcibk_config_add_field_offset() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | MapEntry.java | 190 for (final FieldDescriptor field : metadata.descriptor.getFields()) { in getAllFields() 191 if (hasField(field)) { in getAllFields() 192 result.put(field, getField(field)); in getAllFields() 198 private void checkFieldDescriptor(FieldDescriptor field) { in checkFieldDescriptor() argument 199 if (field.getContainingType() != metadata.descriptor) { in checkFieldDescriptor() 202 + field.getFullName() in checkFieldDescriptor() 209 public boolean hasField(FieldDescriptor field) { in hasField() argument 210 checkFieldDescriptor(field); in hasField() 217 public Object getField(FieldDescriptor field) { in getField() argument 228 getRepeatedFieldCount(FieldDescriptor field) getRepeatedFieldCount() argument 233 getRepeatedField(FieldDescriptor field, int index) getRepeatedField() argument 313 checkFieldDescriptor(FieldDescriptor field) checkFieldDescriptor() argument 324 newBuilderForField(FieldDescriptor field) newBuilderForField() argument 337 setField(FieldDescriptor field, Object value) setField() argument 360 clearField(FieldDescriptor field) clearField() argument 371 setRepeatedField(FieldDescriptor field, int index, Object value) setRepeatedField() argument 376 addRepeatedField(FieldDescriptor field, Object value) addRepeatedField() argument 408 hasField(FieldDescriptor field) hasField() argument 414 getField(FieldDescriptor field) getField() argument 425 getRepeatedFieldCount(FieldDescriptor field) getRepeatedFieldCount() argument 430 getRepeatedField(FieldDescriptor field, int index) getRepeatedField() argument [all...] |
| H A D | GeneratedMessageV3.java | 50 // interoperate (e.g., a GeneratedMessageV3V3 object has a message extension field whose class 84 * For testing. Allows a test to disable the optimization that avoids using field builders for 86 * reused to test the field builders. 116 * using field builders for nested messages until they are requested. By disabling 117 * this optimization, existing tests can be reused to test the field builders. 166 FieldDescriptor field = fields.get(i); in getAllFieldsMutable() 167 final OneofDescriptor oneofDescriptor = field.getContainingOneof(); in getAllFieldsMutable() 170 * If the field is part of a Oneof, then at maximum one field in the Oneof is set in getAllFieldsMutable() 177 // If no field i in getAllFieldsMutable() 267 hasField(final FieldDescriptor field) hasField() argument 272 getField(final FieldDescriptor field) getField() argument 284 getFieldRaw(final FieldDescriptor field) getFieldRaw() argument 289 getRepeatedFieldCount(final FieldDescriptor field) getRepeatedFieldCount() argument 295 getRepeatedField(final FieldDescriptor field, final int index) getRepeatedField() argument 673 newBuilderForField(final FieldDescriptor field) newBuilderForField() argument 678 getFieldBuilder(final FieldDescriptor field) getFieldBuilder() argument 683 getRepeatedFieldBuilder(final FieldDescriptor field, int index) getRepeatedFieldBuilder() argument 699 hasField(final FieldDescriptor field) hasField() argument 704 getField(final FieldDescriptor field) getField() argument 716 setField(final FieldDescriptor field, final Object value) setField() argument 722 clearField(final FieldDescriptor field) clearField() argument 734 getRepeatedFieldCount(final FieldDescriptor field) getRepeatedFieldCount() argument 740 getRepeatedField(final FieldDescriptor field, final int index) getRepeatedField() argument 746 setRepeatedField( final FieldDescriptor field, final int index, final Object value) setRepeatedField() argument 754 addRepeatedField(final FieldDescriptor field, final Object value) addRepeatedField() argument 1253 hasField(final FieldDescriptor field) hasField() argument 1263 getField(final FieldDescriptor field) getField() argument 1286 getRepeatedFieldCount(final FieldDescriptor field) getRepeatedFieldCount() argument 1296 getRepeatedField(final FieldDescriptor field, final int index) getRepeatedField() argument 1306 verifyContainingType(final FieldDescriptor field) verifyContainingType() argument 1633 getField(final FieldDescriptor field) getField() argument 1654 getFieldBuilder(final FieldDescriptor field) getFieldBuilder() argument 1687 getRepeatedFieldCount(final FieldDescriptor field) getRepeatedFieldCount() argument 1697 getRepeatedField(final FieldDescriptor field, final int index) getRepeatedField() argument 1711 getRepeatedFieldBuilder(final FieldDescriptor field, final int index) getRepeatedFieldBuilder() argument 1737 hasField(final FieldDescriptor field) hasField() argument 1747 setField(final FieldDescriptor field, final Object value) setField() argument 1761 clearField(final FieldDescriptor field) clearField() argument 1774 setRepeatedField(final FieldDescriptor field, final int index, final Object value) setRepeatedField() argument 1788 addRepeatedField(final FieldDescriptor field, final Object value) addRepeatedField() argument 1802 newBuilderForField(final FieldDescriptor field) newBuilderForField() argument 1818 verifyContainingType(final FieldDescriptor field) verifyContainingType() argument 2007 getField(final FieldDescriptor field) getField() argument 2270 protected final FieldDescriptor field; global() field in GeneratedMessageV3.FieldAccessorTable.SingularFieldAccessor 2590 private final FieldDescriptor field; global() field in GeneratedMessageV3.FieldAccessorTable.MapFieldAccessor 3105 serializeIntegerMapTo( CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber) serializeIntegerMapTo() argument 3132 serializeLongMapTo( CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber) serializeLongMapTo() argument 3159 serializeStringMapTo( CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber) serializeStringMapTo() argument 3185 serializeBooleanMapTo( CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber) serializeBooleanMapTo() argument [all...] |
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| H A D | exp_rcv.h | 60 #define EXP_TID_GET(tid, field) \ 61 (((tid) >> EXP_TID_TID##field##_SHIFT) & EXP_TID_TID##field##_MASK) 63 #define EXP_TID_SET(field, value) \ 64 (((value) & EXP_TID_TID##field##_MASK) << \ 65 EXP_TID_TID##field##_SHIFT) 66 #define EXP_TID_CLEAR(tid, field) ({ \ 67 (tid) &= ~(EXP_TID_TID##field##_MASK << \ 68 EXP_TID_TID##field##_SHIFT); \ 70 #define EXP_TID_RESET(tid, field, valu [all...] |
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
| H A D | exp_rcv.h | 18 #define EXP_TID_GET(tid, field) \ 19 (((tid) >> EXP_TID_TID##field##_SHIFT) & EXP_TID_TID##field##_MASK) 21 #define EXP_TID_SET(field, value) \ 22 (((value) & EXP_TID_TID##field##_MASK) << \ 23 EXP_TID_TID##field##_SHIFT) 24 #define EXP_TID_CLEAR(tid, field) ({ \ 25 (tid) &= ~(EXP_TID_TID##field##_MASK << \ 26 EXP_TID_TID##field##_SHIFT); \ 28 #define EXP_TID_RESET(tid, field, valu [all...] |
| /third_party/node/deps/v8/tools/ |
| H A D | gc-nvp-trace-processor.py | 72 def __init__(self, title, field, axis = x1y1, **keywords): 76 if type(field) is list: 77 self.field = field 79 self.field = [field] 82 return self.field 86 'using %s' % context.format_fieldref(self.field), 123 return ':'.join([str(self.field_to_index[field]) for field i [all...] |
| /third_party/rust/crates/memoffset/src/ |
| H A D | raw_field.rs | 43 /// Prevents complilation if the specified field name is not a part of the 61 ($type:path, $field:tt) => { 62 // Make sure the field actually exists. This line ensures that a 63 // compile-time error is generated if $field is accessed through a 66 let $type { $field: _, .. }; 73 ($type:path, $field:tt) => { 74 // Make sure the field actually exists. This line ensures that a 75 // compile-time error is generated if $field is accessed through a 77 let $type { $field: _, .. }; 94 ($type:ty, $field [all...] |
| /third_party/gn/src/base/json/ |
| H A D | json_value_converter.h | 50 // for an int field. Do not report failures for missing fields. 54 // For nested field, the internal message also has to implement the registration 65 // For repeated field, we just assume std::vector<std::unique_ptr<ElementType>> 111 virtual bool Convert(const base::Value& value, FieldType* field) const = 0; 118 FieldType StructType::*field, in FieldConverter() 121 field_pointer_(field), in FieldConverter() 143 bool Convert(const base::Value& value, int* field) const override; 155 bool Convert(const base::Value& value, std::string* field) const override; 168 bool Convert(const base::Value& value, std::u16string* field) const override; 180 bool Convert(const base::Value& value, double* field) cons 509 const base::Value* field = NULL; Convert() local [all...] |
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | calendar.h | 83 * A `Calendar` object can produce all the time field values 96 * the Gregorian calendar, the default for a field is the same as that of the 103 * most recently set single field, will be used. 154 * `Calendar` provides an API for field "rolling", where fields 160 * adding the specified (signed) amount of time to a particular time field. 239 * who create locale resources for the field of first-day-of-week should be aware of 420 * to previous calls to set time field values. The time specified is non-local UTC 425 * previously set in the time field is invalid or restricted by 439 * set in the time field is invalid or restricted by 488 * previously set in the time field i 1481 internalGet(UCalendarDateFields field, int32_t defaultValue) const internalGet() argument 2434 roll(UCalendarDateFields field, UBool up, UErrorCode& status) roll() argument 2441 roll(EDateFields field, UBool up, UErrorCode& status) roll() argument 2456 internalSet(UCalendarDateFields field, int32_t value) internalSet() argument [all...] |
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | calendar.h | 83 * A `Calendar` object can produce all the time field values 96 * the Gregorian calendar, the default for a field is the same as that of the 103 * most recently set single field, will be used. 154 * `Calendar` provides an API for field "rolling", where fields 160 * adding the specified (signed) amount of time to a particular time field. 239 * who create locale resources for the field of first-day-of-week should be aware of 420 * to previous calls to set time field values. The time specified is non-local UTC 425 * previously set in the time field is invalid or restricted by 439 * set in the time field is invalid or restricted by 488 * previously set in the time field i 1542 internalGet(UCalendarDateFields field, int32_t defaultValue) const internalGet() argument 2525 roll(UCalendarDateFields field, UBool up, UErrorCode& status) roll() argument 2532 roll(EDateFields field, UBool up, UErrorCode& status) roll() argument 2547 internalSet(UCalendarDateFields field, int32_t value) internalSet() argument [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | dynamic_message.cc | 104 bool IsMapFieldInApi(const FieldDescriptor* field) { return field->is_map(); } in IsMapFieldInApi() argument 107 inline bool HasHasbit(const FieldDescriptor* field) { in HasHasbit() argument 111 // This is slightly odd, as adding "optional" to a singular proto3 field does in HasHasbit() 112 // not change the semantics or API. However whenever any field in a message in HasHasbit() 119 return (field->has_optional_keyword() || field->is_required()) && in HasHasbit() 120 !field->options().weak(); in HasHasbit() 123 inline bool InRealOneof(const FieldDescriptor* field) { in InRealOneof() argument 124 return field in InRealOneof() 129 FieldSpaceUsed(const FieldDescriptor* field) FieldSpaceUsed() argument 202 OneofFieldSpaceUsed(const FieldDescriptor* field) OneofFieldSpaceUsed() argument 391 const FieldDescriptor* field = descriptor->field(i); SharedCtor() local 505 const FieldDescriptor* field = descriptor->field(i); ~DynamicMessage() local 608 const FieldDescriptor* field = descriptor->field(i); CrossLinkPrototypes() local 807 const FieldDescriptor* field = type->oneof_decl(i)->field(j); GetPrototypeNoLock() local 855 const FieldDescriptor* field = type->oneof_decl(i)->field(j); ConstructDefaultOneofInstance() local 902 const FieldDescriptor* field = type->oneof_decl(i)->field(j); DeleteDefaultOneofInstance() local [all...] |
| /kernel/linux/linux-6.6/drivers/cdx/controller/ |
| H A D | bitfield.h | 17 /* Specified attribute (e.g. LBN) of the specified field */ 18 #define CDX_VAL(field, attribute) field ## _ ## attribute 19 /* Low bit number of the specified field */ 20 #define CDX_LOW_BIT(field) CDX_VAL(field, LBN) 21 /* Bit width of the specified field */ 22 #define CDX_WIDTH(field) CDX_VAL(field, WIDTH) 23 /* High bit number of the specified field */ [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | FormattedValueFieldPositionIteratorImpl.java | 28 public final Format.Field field; field in FormattedValueFieldPositionIteratorImpl.FieldWithValue 31 public FieldWithValue(Format.Field field, int value) { in FieldWithValue() argument 32 super(field.toString()); in FieldWithValue() 33 this.field = field; in FieldWithValue() 43 Format.Field field = fpos.getFieldAttribute(); in nextPosition() 45 if (field instanceof FieldWithValue) { in nextPosition() 46 value = ((FieldWithValue) field).value; in nextPosition() 47 field = ((FieldWithValue) field) in nextPosition() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | FormattedValueFieldPositionIteratorImpl.java | 30 public final Format.Field field; field in FormattedValueFieldPositionIteratorImpl.FieldWithValue 33 public FieldWithValue(Format.Field field, int value) { in FieldWithValue() argument 34 super(field.toString()); in FieldWithValue() 35 this.field = field; in FieldWithValue() 45 Format.Field field = fpos.getFieldAttribute(); in nextPosition() 47 if (field instanceof FieldWithValue) { in nextPosition() 48 value = ((FieldWithValue) field).value; in nextPosition() 49 field = ((FieldWithValue) field) in nextPosition() [all...] |
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-init.c | 77 * @separator: char that delimits the field 90 /* Delimit the field and remove trailing spaces */ in str_field_delimit() 112 char *field[4]; in dm_parse_table_entry() local 115 field[0] = str; in dm_parse_table_entry() 117 for (i = 0; i < ARRAY_SIZE(field) - 1; i++) { in dm_parse_table_entry() 118 field[i + 1] = str_field_delimit(&field[i], ' '); in dm_parse_table_entry() 119 if (!field[i + 1]) in dm_parse_table_entry() 122 /* Delimit last field that can be terminated by comma */ in dm_parse_table_entry() 123 next = str_field_delimit(&field[ in dm_parse_table_entry() 190 char *field[5]; dm_parse_device_entry() local [all...] |
| /kernel/linux/linux-6.6/drivers/md/ |
| H A D | dm-init.c | 82 * @separator: char that delimits the field 95 /* Delimit the field and remove trailing spaces */ in str_field_delimit() 117 char *field[4]; in dm_parse_table_entry() local 120 field[0] = str; in dm_parse_table_entry() 122 for (i = 0; i < ARRAY_SIZE(field) - 1; i++) { in dm_parse_table_entry() 123 field[i + 1] = str_field_delimit(&field[i], ' '); in dm_parse_table_entry() 124 if (!field[i + 1]) in dm_parse_table_entry() 127 /* Delimit last field that can be terminated by comma */ in dm_parse_table_entry() 128 next = str_field_delimit(&field[ in dm_parse_table_entry() 195 char *field[5]; dm_parse_device_entry() local [all...] |
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | encode.py | 44 # ... encode field A ... 45 # ... encode field B ... 47 # // Third level - each display field can be potentially resolved 49 # // an if/else ladder for an individual display field 51 # ... encode field C ... 53 # ... encode field C ... 62 # Represents a concrete field, ie. a field can be overriden 63 # by an override, so the exact choice to encode a given field 66 def __init__(self, field, cas [all...] |
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| H A D | list.h | 138 #define list_entry(ptr, type, field) container_of(ptr, type, field) 164 #define list_for_each_entry(p, h, field) \ 165 for (p = list_entry((h)->next, typeof(*p), field); &(p)->field != (h); \ 166 p = list_entry((p)->field.next, typeof(*p), field)) 168 #define list_for_each_entry_safe(p, n, h, field) \ 169 for (p = list_entry((h)->next, typeof(*p), field), \ 170 n = list_entry((p)->field [all...] |
| /foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
| H A D | datashare_abs_predicates.h | 38 * @param field Indicates the target field. 41 virtual DataShareAbsPredicates *EqualTo(const std::string &field, const SingleValue &value) = 0; 46 * @param field Indicates the target field. 49 virtual DataShareAbsPredicates *NotEqualTo(const std::string &field, const SingleValue &value) = 0; 54 * @param field Indicates the target field. 57 virtual DataShareAbsPredicates *GreaterThan(const std::string &field, const SingleValue &value) = 0; 62 * @param field Indicate [all...] |