Home
last modified time | relevance | path

Searched refs:field (Results 226 - 250 of 1938) sorted by relevance

12345678910>>...78

/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump2.c80 #define OFF(field) \
83 printf("%08x: ", (uint32_t)((char *)&field - state->buf)); \
86 /* decode field as hex */
87 #define X(s, field) \
89 OFF(s->field); \
90 printf("%s%12s:\t0x%x\n", tab(state->lvl), #field, s->field); \
93 /* decode field as digit */
94 #define D(s, field) \
96 OFF(s->field); \
[all...]
/third_party/toybox/toys/posix/
H A Dps.c11 * Posix says default output should have field named "TTY" but if you "-o tty"
12 * the same field should be called "TT" which is _INSANE_ and I'm not doing it.
21 * field always prints "-" with an alignment of 1, which is why it has 11
76 -k Sort FIELDs (-FIELD to reverse) -M Measure/pad future field widths
99 -s Sort by field number (1-X, default 9)
128 -s Sort by field number (0-X, default 6)
299 * slot: which slot[] out of procpid. Negative means it's a string field.
434 // Print help text for each -o field, with categories.
445 printf("Command line field types:\n\n"); in help_help()
451 printf("\nProcess attribute field type in help_help()
502 string_field(struct procpid *tb, struct ofields *field) string_field() argument
640 struct ofields *field; show_ps() local
1056 struct ofields *field; parse_ko() local
1123 get_headers(struct ofields *field, char *buf, int blen) get_headers() argument
1218 struct ofields *field; ksort() local
1344 struct ofields *field; ps_main() local
1368 struct ofields *field; ps_main() local
1410 struct ofields *field, *field2; setsort() local
1567 struct ofields field; top_common() local
1629 struct ofields *field; top_common() local
1773 struct ofields *field = TT.fields; top_main() local
[all...]
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DAbstractMessageTest.java79 public boolean hasField(Descriptors.FieldDescriptor field) { in hasField() argument
80 return wrappedMessage.hasField(field); in hasField()
82 public Object getField(Descriptors.FieldDescriptor field) { in getField() argument
83 return wrappedMessage.getField(field); in getField()
85 public int getRepeatedFieldCount(Descriptors.FieldDescriptor field) { in getRepeatedFieldCount() argument
86 return wrappedMessage.getRepeatedFieldCount(field); in getRepeatedFieldCount()
89 Descriptors.FieldDescriptor field, int index) { in getRepeatedField()
90 return wrappedMessage.getRepeatedField(field, index); in getRepeatedField()
131 public Builder newBuilderForField(Descriptors.FieldDescriptor field) { in newBuilderForField() argument
132 return new Builder(wrappedBuilder.newBuilderForField(field)); in newBuilderForField()
88 getRepeatedField( Descriptors.FieldDescriptor field, int index) getRepeatedField() argument
134 hasField(Descriptors.FieldDescriptor field) hasField() argument
137 getField(Descriptors.FieldDescriptor field) getField() argument
140 setField(Descriptors.FieldDescriptor field, Object value) setField() argument
144 clearField(Descriptors.FieldDescriptor field) clearField() argument
148 getRepeatedFieldCount(Descriptors.FieldDescriptor field) getRepeatedFieldCount() argument
151 getRepeatedField( Descriptors.FieldDescriptor field, int index) getRepeatedField() argument
155 setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument
160 addRepeatedField( Descriptors.FieldDescriptor field, Object value) addRepeatedField() argument
173 getFieldBuilder(FieldDescriptor field) getFieldBuilder() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_message_lite.cc77 if (IsRealOneof(descriptor_->field(i))) { in ImmutableMessageLiteGenerator()
78 oneofs_.insert(descriptor_->field(i)->containing_oneof()); in ImmutableMessageLiteGenerator()
139 field_generators_.get(descriptor_->field(i)) in GenerateInterface()
220 field_generators_.get(descriptor_->field(i)).GetNumBitsForMessage(); in Generate()
243 const FieldDescriptor* field = (oneof)->field(j); in Generate() local
245 ToUpper(field->name()), "field_number", in Generate()
246 StrCat(field->number())); in Generate()
268 const FieldDescriptor* field = (oneof)->field( in Generate() local
520 const FieldDescriptor* field = sorted_fields[i]; GenerateDynamicMethodNewBuildMessageInfo() local
546 const FieldDescriptor* field = sorted_fields[i]; GenerateDynamicMethodNewBuildMessageInfo() local
[all...]
H A Djava_context.cc70 *info = "both repeated field \"" + field1->name() + "\" and singular " + in IsConflicting()
71 "field \"" + field2->name() + "\" generate the method \"" + in IsConflicting()
76 *info = "both repeated field \"" + field1->name() + "\" and singular " + in IsConflicting()
77 "field \"" + field2->name() + "\" generate the method \"" + in IsConflicting()
112 fields.push_back(message->field(i)); in InitializeFieldGeneratorInfoForMessage()
127 // Find out all fields that conflict with some other field in the same in InitializeFieldGeneratorInfoForFields()
132 const FieldDescriptor* field = fields[i]; in InitializeFieldGeneratorInfoForFields() local
133 const std::string& name = UnderscoresToCapitalizedCamelCase(field); in InitializeFieldGeneratorInfoForFields()
140 "capitalized name of field \"" + field in InitializeFieldGeneratorInfoForFields()
154 const FieldDescriptor* field = fields[i]; InitializeFieldGeneratorInfoForFields() local
[all...]
H A Djava_helpers.h56 // annotation's comments field. delimiter should be the Printer's delimiter
77 // Converts the field's name to camel-case, e.g. "foo_bar_baz" becomes
79 std::string UnderscoresToCamelCase(const FieldDescriptor* field);
80 std::string UnderscoresToCapitalizedCamelCase(const FieldDescriptor* field);
87 std::string UnderscoresToCamelCaseCheckReserved(const FieldDescriptor* field);
91 std::string CamelCaseFieldName(const FieldDescriptor* field);
154 std::string GetOneofStoredType(const FieldDescriptor* field);
199 // Get the unqualified name that should be used for a field's field
201 std::string FieldConstantName(const FieldDescriptor* field);
238 ImmutableDefaultValue(const FieldDescriptor* field, ClassNameResolver* name_resolver) ImmutableDefaultValue() argument
397 SupportUnknownEnumValue(const FieldDescriptor* field) SupportUnknownEnumValue() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DAbstractMessageTest.java84 public boolean hasField(Descriptors.FieldDescriptor field) { in hasField() argument
85 return wrappedMessage.hasField(field); in hasField()
89 public Object getField(Descriptors.FieldDescriptor field) { in getField() argument
90 return wrappedMessage.getField(field); in getField()
94 public int getRepeatedFieldCount(Descriptors.FieldDescriptor field) { in getRepeatedFieldCount() argument
95 return wrappedMessage.getRepeatedFieldCount(field); in getRepeatedFieldCount()
99 public Object getRepeatedField(Descriptors.FieldDescriptor field, int index) { in getRepeatedField() argument
100 return wrappedMessage.getRepeatedField(field, index); in getRepeatedField()
161 public Builder newBuilderForField(Descriptors.FieldDescriptor field) { in newBuilderForField() argument
162 return new Builder(wrappedBuilder.newBuilderForField(field)); in newBuilderForField()
166 hasField(Descriptors.FieldDescriptor field) hasField() argument
171 getField(Descriptors.FieldDescriptor field) getField() argument
176 setField(Descriptors.FieldDescriptor field, Object value) setField() argument
182 clearField(Descriptors.FieldDescriptor field) clearField() argument
188 getRepeatedFieldCount(Descriptors.FieldDescriptor field) getRepeatedFieldCount() argument
193 getRepeatedField(Descriptors.FieldDescriptor field, int index) getRepeatedField() argument
198 setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument
204 addRepeatedField(Descriptors.FieldDescriptor field, Object value) addRepeatedField() argument
221 getFieldBuilder(FieldDescriptor field) getFieldBuilder() argument
[all...]
H A DLazyFieldLiteTest.java126 LazyFieldLite field = new LazyFieldLite(); in testEmptyLazyField()
127 assertEquals(0, field.getSerializedSize()); in testEmptyLazyField()
128 assertEquals(ByteString.EMPTY, field.toByteString()); in testEmptyLazyField()
133 LazyFieldLite field = in testInvalidProto()
136 TestAllTypes.getDefaultInstance(), field.getValue(TestAllTypes.getDefaultInstance())); in testInvalidProto()
137 assertEquals(0, field.getSerializedSize()); in testInvalidProto()
138 assertEquals(ByteString.EMPTY, field.toByteString()); in testInvalidProto()
182 // We swallow the exception and just use the set field. in testMergeInvalid()
197 LazyFieldLite field = LazyFieldLite.fromValue(messageWithExtensions); in testMergeKeepsExtensionsWhenPossible()
198 field in testMergeKeepsExtensionsWhenPossible()
[all...]
H A DUnknownFieldSetTest.java52 * Tests related to unknown field handling.
67 Descriptors.FieldDescriptor field = descriptor.findFieldByName(name); in getField()
68 assertNotNull(field); in getField()
69 return unknownFields.getField(field.getNumber()); in getField()
73 // numbers as allFieldsData except that each field is some other wire
83 // Original field is not a varint, so use a varint. in getBizarroData()
86 // Original field *is* a varint, so use something else. in getBizarroData()
175 UnknownFieldSet.Field field = getField("optional_int32"); in testAddField_zero()
177 UnknownFieldSet.newBuilder().addField(0, field); in testAddField_zero()
180 assertThat(expected).hasMessageThat().isEqualTo("0 is not a valid field numbe in testAddField_zero()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dwire_format.h81 // Given a field return its WireType
83 const FieldDescriptor* field);
147 // Skips a field value of the given WireType. The input should start
149 // the contents of the field will be added to it.
158 // Read a packed enum field. If the is_valid function is not NULL, values
219 // This is different from MakeTag(field->number(), field->type()) in the
221 static uint32 MakeTag(const FieldDescriptor* field);
223 // Parse a single field. The input should start out positioned immediately
227 const FieldDescriptor* field, // Ma
231 SerializeFieldWithCachedSizes( const FieldDescriptor* field, const Message& message, io::CodedOutputStream* output) SerializeFieldWithCachedSizes() argument
251 SerializeMessageSetItemWithCachedSizes( const FieldDescriptor* field, const Message& message, io::CodedOutputStream* output) SerializeMessageSetItemWithCachedSizes() argument
325 WireTypeForField( const FieldDescriptor* field) WireTypeForField() argument
342 MakeTag(const FieldDescriptor* field) MakeTag() argument
[all...]
H A Dtext_format.h92 // Outputs a textual representation of the value of the field supplied on
95 // field if it is not set.
97 const FieldDescriptor* field, int index,
143 const FieldDescriptor* field,
147 const FieldDescriptor* field,
185 const FieldDescriptor* field) const;
215 // Try to find an extension of *message by fully-qualified field
235 // Find the message factory for the given extension field. This can be used
239 const FieldDescriptor* field) const;
260 const FieldDescriptor* field, in
630 RecordLocation(ParseInfoTree* info_tree, const FieldDescriptor* field, ParseLocation location) RecordLocation() argument
636 CreateNested( ParseInfoTree* info_tree, const FieldDescriptor* field) CreateNested() argument
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFieldDescriptor.php248 $field = new FieldDescriptor(); variable
249 $field->setName($proto->getName());
262 $field->setJsonName($json_name);
265 $field->setGetter('get' . $camel_name);
266 $field->setSetter('set' . $camel_name);
267 $field->setType($proto->getType());
268 $field->setNumber($proto->getNumber());
269 $field->setLabel($proto->getLabel());
270 $field->setPacked($packed);
271 $field
[all...]
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py59 def get_bitrange(field):
60 if 'pos' in field.attrib:
61 assert('low' not in field.attrib)
62 assert('high' not in field.attrib)
63 low = int(field.attrib['pos'])
66 low = int(field.attrib['low'])
67 high = int(field.attrib['high'])
102 """Class that encapsulates a field defined in a bitset
166 # field for that to make '1 + high - low' work out
201 for field i
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/
H A Doh_values_bucket.h66 * @param field Indicates the name of the column.
72 int (*putText)(OH_VBucket *bucket, const char *field, const char *value);
78 * @param field Indicates the name of the column.
84 int (*putInt64)(OH_VBucket *bucket, const char *field, int64_t value);
90 * @param field Indicates the name of the column.
96 int (*putReal)(OH_VBucket *bucket, const char *field, double value);
102 * @param field Indicates the name of the column.
109 int (*putBlob)(OH_VBucket *bucket, const char *field, const uint8_t *value, uint32_t size);
115 * @param field Indicates the name of the column.
120 int (*putNull)(OH_VBucket *bucket, const char *field);
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_particle_context.cpp28 for (auto field : disturbanceArray) { in UpdateDisturbance()
29 double sizeWidthPx = Dimension(field.size[0], DimensionUnit::VP).ConvertToPx(); in UpdateDisturbance()
30 double sizeHeightPx = Dimension(field.size[1], DimensionUnit::VP).ConvertToPx(); in UpdateDisturbance()
31 double positionXPx = Dimension(field.position[0], DimensionUnit::VP).ConvertToPx(); in UpdateDisturbance()
32 double positionYPx = Dimension(field.position[1], DimensionUnit::VP).ConvertToPx(); in UpdateDisturbance()
35 auto rsField = std::make_shared<Rosen::ParticleNoiseField>(static_cast<int>(field.strength), in UpdateDisturbance()
36 static_cast<Rosen::ShapeType>(field.shape), size, position, field.feather, field.noiseScale, in UpdateDisturbance()
37 field in UpdateDisturbance()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedStringBuilder.java32 public static java.text.Format.Field unwrapField(Object field) { in unwrapField() argument
33 if (field == null) { in unwrapField()
35 } else if (field instanceof FieldWrapper) { in unwrapField()
36 return ((FieldWrapper) field).unwrap(); in unwrapField()
37 } else if (field instanceof java.text.Format.Field) { in unwrapField()
38 return (java.text.Format.Field) field; in unwrapField()
40 throw new AssertionError("Not a field: " + field); in unwrapField()
139 public int appendChar16(char codeUnit, Object field) { in appendChar16() argument
140 return insertChar16(length - appendOffset, codeUnit, field); in appendChar16()
143 insertChar16(int index, char codeUnit, Object field) insertChar16() argument
156 appendCodePoint(int codePoint, Object field) appendCodePoint() argument
165 insertCodePoint(int index, int codePoint, Object field) insertCodePoint() argument
180 append(CharSequence sequence, Object field) append() argument
189 insert(int index, CharSequence sequence, Object field) insert() argument
208 insert(int index, CharSequence sequence, int start, int end, Object field) insert() argument
226 splice( int startThis, int endThis, CharSequence sequence, int startOther, int endOther, Object field) splice() argument
504 setAppendableField(Object field) setAppendableField() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.cc121 FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field, in Make() argument
124 if (field->is_repeated()) { in Make()
125 switch (GetObjectiveCType(field)) { in Make()
127 if (field->is_map()) { in Make()
128 result = new MapFieldGenerator(field, options); in Make()
130 result = new RepeatedMessageFieldGenerator(field, options); in Make()
135 result = new RepeatedEnumFieldGenerator(field, options); in Make()
138 result = new RepeatedPrimitiveFieldGenerator(field, options); in Make()
142 switch (GetObjectiveCType(field)) { in Make()
144 result = new MessageFieldGenerator(field, option in Make()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCalendar.java70 * <p>A <code>Calendar</code> object can produce all the time field values
77 * <code>YEAR</code>. See individual field documentation and subclass
81 * of field values than it produces. For example, a lenient
85 * out-of-range field settings. When calendars recompute field values for
117 * the Gregorian calendar, the default for a field is the same as that of the
124 * most recently set single field, will be used.
189 * <p><strong><code>set(f, value)</code></strong> changes field
191 * internal member variable to indicate that field <code>f</code> has
192 * been changed. Although field <cod
2017 get(int field) get() argument
2030 internalGet(int field) internalGet() argument
2045 internalGet(int field, int defaultValue) internalGet() argument
2055 set(int field, int value) set() argument
2297 clear(int field) clear() argument
2312 isSet(int field) isSet() argument
2463 getActualMaximum(int field) getActualMaximum() argument
2532 getActualMinimum(int field) getActualMinimum() argument
2581 prepareGetActual(int field, boolean isMinimum) prepareGetActual() argument
2628 getActualHelper(int field, int startValue, int endValue) getActualHelper() argument
2733 roll(int field, boolean up) roll() argument
2806 roll(int field, int amount) roll() argument
3185 add(int field, int amount) add() argument
3887 pinField(int field) pinField() argument
4054 fieldDifference(Date when, int field) fieldDifference() argument
4416 handleGetLimit(int field, int limitType) handleGetLimit() argument
4428 getLimit(int field, int limitType) getLimit() argument
4511 getMinimum(int field) getMinimum() argument
4522 getMaximum(int field) getMaximum() argument
4533 getGreatestMinimum(int field) getGreatestMinimum() argument
4544 getLeastMaximum(int field) getLeastMaximum() argument
5366 getStamp(int field) getStamp() argument
5406 validateField(int field) validateField() argument
5437 validateField(int field, int min, int max) validateField() argument
6276 internalSet(int field, int value) internalSet() argument
6439 fieldName(int field) fieldName() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCalendar.java69 * <p>A <code>Calendar</code> object can produce all the time field values
76 * <code>YEAR</code>. See individual field documentation and subclass
80 * of field values than it produces. For example, a lenient
84 * out-of-range field settings. When calendars recompute field values for
116 * the Gregorian calendar, the default for a field is the same as that of the
123 * most recently set single field, will be used.
188 * <p><strong><code>set(f, value)</code></strong> changes field
190 * internal member variable to indicate that field <code>f</code> has
191 * been changed. Although field <cod
1937 get(int field) get() argument
1949 internalGet(int field) internalGet() argument
1963 internalGet(int field, int defaultValue) internalGet() argument
1972 set(int field, int value) set() argument
2211 clear(int field) clear() argument
2225 isSet(int field) isSet() argument
2369 getActualMaximum(int field) getActualMaximum() argument
2437 getActualMinimum(int field) getActualMinimum() argument
2485 prepareGetActual(int field, boolean isMinimum) prepareGetActual() argument
2532 getActualHelper(int field, int startValue, int endValue) getActualHelper() argument
2636 roll(int field, boolean up) roll() argument
2708 roll(int field, int amount) roll() argument
3086 add(int field, int amount) add() argument
3703 pinField(int field) pinField() argument
3867 fieldDifference(Date when, int field) fieldDifference() argument
4212 handleGetLimit(int field, int limitType) handleGetLimit() argument
4223 getLimit(int field, int limitType) getLimit() argument
4301 getMinimum(int field) getMinimum() argument
4311 getMaximum(int field) getMaximum() argument
4321 getGreatestMinimum(int field) getGreatestMinimum() argument
4331 getLeastMaximum(int field) getLeastMaximum() argument
5117 getStamp(int field) getStamp() argument
5154 validateField(int field) validateField() argument
5184 validateField(int field, int min, int max) validateField() argument
6006 internalSet(int field, int value) internalSet() argument
6161 fieldName(int field) fieldName() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DPropertiesTest.java74 for (Field field : fields) { in testFieldCoverage()
75 if (Modifier.isStatic(field.getModifiers())) { in testFieldCoverage()
80 String fieldNamePascalCase = Character.toUpperCase(field.getName().charAt(0)) in testFieldCoverage()
81 + field.getName().substring(1); in testFieldCoverage()
88 field.getType(), in testFieldCoverage()
91 fail("Could not find method " + getterName + " for field " + field); in testFieldCoverage()
94 fail("Could not access method " + getterName + " for field " + field); in testFieldCoverage()
98 setter = DecimalFormatProperties.class.getMethod(setterName, field in testFieldCoverage()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DPropertiesTest.java71 for (Field field : fields) { in testFieldCoverage()
72 if (Modifier.isStatic(field.getModifiers())) { in testFieldCoverage()
77 String fieldNamePascalCase = Character.toUpperCase(field.getName().charAt(0)) in testFieldCoverage()
78 + field.getName().substring(1); in testFieldCoverage()
85 field.getType(), in testFieldCoverage()
88 fail("Could not find method " + getterName + " for field " + field); in testFieldCoverage()
91 fail("Could not access method " + getterName + " for field " + field); in testFieldCoverage()
95 setter = DecimalFormatProperties.class.getMethod(setterName, field in testFieldCoverage()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability/src/
H A Dnapi_data_ability_predicates.cpp203 std::string field; in EqualTo() local
204 RDB_CHECK_RETURN_NULLPTR(JSUtils::Convert2Value(env, args[0], field) == napi_ok, "the field is invalid"); in EqualTo()
209 nativePredicates->EqualTo(field, value); in EqualTo()
220 std::string field; in NotEqualTo() local
221 RDB_CHECK_RETURN_NULLPTR(JSUtils::Convert2Value(env, args[0], field) == napi_ok, "the field is invalid"); in NotEqualTo()
226 nativePredicates->NotEqualTo(field, value); in NotEqualTo()
277 std::string field; in Contains() local
278 RDB_CHECK_RETURN_NULLPTR(JSUtils::Convert2Value(env, args[0], field) in Contains()
294 std::string field; BeginsWith() local
311 std::string field; EndsWith() local
328 std::string field; IsNull() local
343 std::string field; IsNotNull() local
358 std::string field; Like() local
375 std::string field; Glob() local
393 std::string field; Between() local
416 std::string field; NotBetween() local
438 std::string field; GreaterThan() local
455 std::string field; LessThan() local
472 std::string field; GreaterThanOrEqualTo() local
489 std::string field; LessThanOrEqualTo() local
507 std::string field; OrderByAsc() local
524 std::string field; OrderByDesc() local
619 std::string field; In() local
639 std::string field; NotIn() local
[all...]
/third_party/rust/crates/libc/src/
H A Dmacros.rs65 ($($(#[$attr:meta])* pub $t:ident $i:ident { $($field:tt)* })*) => ($(
66 s!(it: $(#[$attr])* pub $t $i { $($field)* });
68 (it: $(#[$attr:meta])* pub union $i:ident { $($field:tt)* }) => (
71 (it: $(#[$attr:meta])* pub struct $i:ident { $($field:tt)* }) => (
77 pub struct $i { $($field)* }
89 ($($(#[$attr:meta])* pub $t:ident $i:ident { $($field:tt)* })*) => ($(
90 s_no_extra_traits!(it: $(#[$attr])* pub $t $i { $($field)* });
92 (it: $(#[$attr:meta])* pub union $i:ident { $($field:tt)* }) => (
98 pub union $i { $($field)* }
108 (it: $(#[$attr:meta])* pub struct $i:ident { $($field
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_query.cpp103 std::string field; member
109 // required 2 arguments :: <field> <value> in GetValueSync()
112 status = JSUtil::GetValue(env, argv[0], field); in GetValueSync()
114 "Parameter error:parameter field type must be string"); in GetValueSync()
123 /* [js] equalTo(field:string, value:number|string|boolean):JsQuery */
140 query.EqualTo(ctxt->field, *strValue); in EqualTo()
144 query.EqualTo(ctxt->field, *boolValue); in EqualTo()
148 query.EqualTo(ctxt->field, *dblValue); in EqualTo()
167 query.NotEqualTo(ctxt->field, *strValue); in NotEqualTo()
171 query.NotEqualTo(ctxt->field, *boolValu in NotEqualTo()
292 std::string field; IsNull() local
323 std::string field; global() member
400 std::string field; InString() member
449 std::string field; NotInString() member
478 std::string field; Like() member
507 std::string field; Unlike() member
559 std::string field; OrderByAsc() local
582 std::string field; OrderByDesc() local
633 std::string field; IsNotNull() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h87 void EqualTo(const std::string &field, const QueryValueType type, const FieldValue &value);
89 void NotEqualTo(const std::string &field, const QueryValueType type, const FieldValue &value);
91 void GreaterThan(const std::string &field, const QueryValueType type, const FieldValue &value);
93 void LessThan(const std::string &field, const QueryValueType type, const FieldValue &value);
95 void GreaterThanOrEqualTo(const std::string &field, const QueryValueType type, const FieldValue &value);
97 void LessThanOrEqualTo(const std::string &field, const QueryValueType type, const FieldValue &value);
99 void OrderBy(const std::string &field, bool isAsc);
103 void Like(const std::string &field, const std::string &value);
104 void NotLike(const std::string &field, const std::string &value);
106 void In(const std::string &field, cons
[all...]

Completed in 20 milliseconds

12345678910>>...78