| /third_party/FreeBSD/sys/sys/ |
| H A D | queue.h | 215 #define SLIST_CONCAT(head1, head2, type, field) do { \ 221 while (SLIST_NEXT(curelm, field) != NULL) \ 222 curelm = SLIST_NEXT(curelm, field); \ 223 SLIST_NEXT(curelm, field) = SLIST_FIRST(head2); \ 232 #define SLIST_FOREACH(var, head, field) \ 235 (var) = SLIST_NEXT((var), field)) 237 #define SLIST_FOREACH_FROM(var, head, field) \ 240 (var) = SLIST_NEXT((var), field)) 242 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ 244 (var) && ((tvar) = SLIST_NEXT((var), field), [all...] |
| H A D | tree.h | 86 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left 87 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right 92 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ 93 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 94 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 98 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ 99 SPLAY_RIGHT((head)->sph_root, field) [all...] |
| /third_party/node/lib/ |
| H A D | _http_incoming.js | 269 // This function is used to help avoid the lowercasing of a field name if it 270 // matches a 'traditional cased' version of a field name. It then returns the 272 // indicate whether the field was a 'no duplicates' field. If a field is not a 273 // 'no duplicates' field, a `0` byte is prepended as a flag. The one exception 275 // it is an 'array' field and thus is treated differently in _addHeaderLines(). 279 function matchKnownFields(field, lowercased) { 280 switch (field.length) { 282 if (field [all...] |
| /device/soc/rockchip/rk2206/hardware/include/sys/ |
| H A D | queue.h | 170 #define SLIST_FOREACH(var, head, field) \ 173 (var) = SLIST_NEXT((var), field)) 175 #define SLIST_FOREACH_FROM(var, head, field) \ 178 (var) = SLIST_NEXT((var), field)) 180 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ 182 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \ 185 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \ 187 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \ 190 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ 193 (varp) = &SLIST_NEXT((var), field)) [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | generated_message_reflection.cc | 80 bool IsMapFieldInApi(const FieldDescriptor* field) { return field->is_map(); } in IsMapFieldInApi() argument 102 // a string field). 111 const FieldDescriptor* field, in ReportReflectionUsageError() 121 << field->full_name() in ReportReflectionUsageError() 133 const Descriptor* descriptor, const FieldDescriptor* field, in ReportReflectionUsageTypeError() 144 << field->full_name() in ReportReflectionUsageTypeError() 151 << cpptype_names_[field->cpp_type()]; in ReportReflectionUsageTypeError() 155 const Descriptor* descriptor, const FieldDescriptor* field, in ReportReflectionUsageEnumTypeError() 165 << field in ReportReflectionUsageEnumTypeError() 110 ReportReflectionUsageError(const Descriptor* descriptor, const FieldDescriptor* field, const char* method, const char* description) ReportReflectionUsageError() argument 132 ReportReflectionUsageTypeError( const Descriptor* descriptor, const FieldDescriptor* field, const char* method, FieldDescriptor::CppType expected_type) ReportReflectionUsageTypeError() argument 154 ReportReflectionUsageEnumTypeError( const Descriptor* descriptor, const FieldDescriptor* field, const char* method, const EnumValueDescriptor* value) ReportReflectionUsageEnumTypeError() argument 175 CheckInvalidAccess(const internal::ReflectionSchema& schema, const FieldDescriptor* field) CheckInvalidAccess() argument 252 const FieldDescriptor* field = descriptor_->field(i); SpaceUsedLong() local 644 const FieldDescriptor* field = descriptor_->field(i); Swap() local 659 const FieldDescriptor* field = descriptor_->field(i); Swap() local 706 const FieldDescriptor* field = fields[i]; SwapFields() local 981 SwapElements(Message* message, const FieldDescriptor* field, int index1, int index2) const SwapElements() argument 1043 CreateUnknownEnumValues(const FieldDescriptor* field) CreateUnknownEnumValues() argument 1068 const FieldDescriptor* field = descriptor_->field(i); ListFieldsMayFailOnStripped() local 1206 GetStringReference(const Message& message, const FieldDescriptor* field, std::string* scratch) const GetStringReference() argument 1228 SetString(Message* message, const FieldDescriptor* field, std::string value) const SetString() argument 1261 GetRepeatedString(const Message& message, const FieldDescriptor* field, int index) const GetRepeatedString() argument 1276 GetRepeatedStringReference( const Message& message, const FieldDescriptor* field, int index, std::string* scratch) const GetRepeatedStringReference() argument 1292 SetRepeatedString(Message* message, const FieldDescriptor* field, int index, std::string value) const SetRepeatedString() argument 1311 AddString(Message* message, const FieldDescriptor* field, std::string value) const AddString() argument 1351 SetEnum(Message* message, const FieldDescriptor* field, const EnumValueDescriptor* value) const SetEnum() argument 1358 SetEnumValue(Message* message, const FieldDescriptor* field, int value) const SetEnumValue() argument 1374 SetEnumValueInternal(Message* message, const FieldDescriptor* field, int value) const SetEnumValueInternal() argument 1385 GetRepeatedEnum( const Message& message, const FieldDescriptor* field, int index) const GetRepeatedEnum() argument 1392 GetRepeatedEnumValue(const Message& message, const FieldDescriptor* field, int index) const GetRepeatedEnumValue() argument 1406 SetRepeatedEnum(Message* message, const FieldDescriptor* field, int index, const EnumValueDescriptor* value) const SetRepeatedEnum() argument 1414 SetRepeatedEnumValue(Message* message, const FieldDescriptor* field, int index, int value) const SetRepeatedEnumValue() argument 1431 SetRepeatedEnumValueInternal(Message* message, const FieldDescriptor* field, int index, int value) const SetRepeatedEnumValueInternal() argument 1442 AddEnum(Message* message, const FieldDescriptor* field, const EnumValueDescriptor* value) const AddEnum() argument 1449 AddEnumValue(Message* message, const FieldDescriptor* field, int value) const AddEnumValue() argument 1465 AddEnumValueInternal(Message* message, const FieldDescriptor* field, int value) const AddEnumValueInternal() argument 1479 GetMessage(const Message& message, const FieldDescriptor* field, MessageFactory* factory) const GetMessage() argument 1499 MutableMessage(Message* message, const FieldDescriptor* field, MessageFactory* factory) const MutableMessage() argument 1597 UnsafeArenaReleaseMessage(Message* message, const FieldDescriptor* field, MessageFactory* factory) const UnsafeArenaReleaseMessage() argument 1627 ReleaseMessage(Message* message, const FieldDescriptor* field, MessageFactory* factory) const ReleaseMessage() argument 1641 GetRepeatedMessage(const Message& message, const FieldDescriptor* field, int index) const GetRepeatedMessage() argument 1662 MutableRepeatedMessage(Message* message, const FieldDescriptor* field, int index) const MutableRepeatedMessage() argument 1684 AddMessage(Message* message, const FieldDescriptor* field, MessageFactory* factory) const AddMessage() argument 1726 AddAllocatedMessage(Message* message, const FieldDescriptor* field, Message* new_entry) const AddAllocatedMessage() argument 1746 MutableRawRepeatedField(Message* message, const FieldDescriptor* field, FieldDescriptor::CppType cpptype, int ctype, const Descriptor* desc) const MutableRawRepeatedField() argument 1774 GetRawRepeatedField(const Message& message, const FieldDescriptor* field, FieldDescriptor::CppType cpptype, int ctype, const Descriptor* desc) const GetRawRepeatedField() argument 1807 const FieldDescriptor* field = oneof_descriptor->field(0); GetOneofFieldDescriptor() local 1817 ContainsMapKey(const Message& message, const FieldDescriptor* field, const MapKey& key) const ContainsMapKey() argument 1825 InsertOrLookupMapValue(Message* message, const FieldDescriptor* field, const MapKey& key, MapValueRef* val) const InsertOrLookupMapValue() argument 1836 DeleteMapValue(Message* message, const FieldDescriptor* field, const MapKey& key) const DeleteMapValue() argument 2111 const FieldDescriptor* field = descriptor_->FindFieldByNumber(oneof_case); ClearOneof() local 2166 MutableRawRepeatedString(Message* message, const FieldDescriptor* field, bool is_string) const MutableRawRepeatedString() argument 2184 SetField(Message* message, const FieldDescriptor* field, const Type& value) const SetField() argument 2203 GetRepeatedField(const Message& message, const FieldDescriptor* field, int index) const GetRepeatedField() argument 2210 GetRepeatedPtrField(const Message& message, const FieldDescriptor* field, int index) const GetRepeatedPtrField() argument 2217 SetRepeatedField(Message* message, const FieldDescriptor* field, int index, Type value) const SetRepeatedField() argument 2224 MutableRepeatedField(Message* message, const FieldDescriptor* field, int index) const MutableRepeatedField() argument 2233 AddField(Message* message, const FieldDescriptor* field, const Type& value) const AddField() argument 2250 RepeatedFieldData(Message* message, const FieldDescriptor* field, FieldDescriptor::CppType cpp_type, const Descriptor* message_type) const RepeatedFieldData() argument [all...] |
| H A D | message.h | 212 bool CreateUnknownEnumValues(const FieldDescriptor* field); 281 // that have new field definitions which they don't yet know about. However, 399 // - The FieldDescriptor is not a field of this message type. 400 // - The method called is not appropriate for the field's type. For 401 // each field type in FieldDescriptor::TYPE_*, there is only one 406 // field. 408 // field. 412 // You might wonder why there is not any abstract representation for a field 417 // allocate space for an additional object to wrap every field would at least 440 // Check if the given non-repeated field i [all...] |
| /third_party/libuv/include/uv/ |
| H A D | tree.h | 82 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left 83 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right 88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ 89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ 95 SPLAY_RIGHT((head)->sph_root, field) [all...] |
| /third_party/node/deps/uv/include/uv/ |
| H A D | tree.h | 82 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left 83 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right 88 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ 89 SPLAY_LEFT((head)->sph_root, field) = SPLAY_RIGHT(tmp, field); \ 90 SPLAY_RIGHT(tmp, field) = (head)->sph_root; \ 94 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ 95 SPLAY_RIGHT((head)->sph_root, field) [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | privateNameInInExpression(target=es2022).js | 3 #field = 1; 9 const a = #field in v; 11 const b = #field in v.p1.p2; 13 const c = #field in (v as {}); 15 const d = #field in (v as Foo); 17 const e = #field in (v as never); 19 for (let f in #field in v as any) { /**/ } // unlikely but valid 22 const a = #field in (v as unknown); // Bad - RHS of in must be object type or any 26 const c = (#field) in v; // Bad - privateID is not an expression on its own 28 for (#field i [all...] |
| H A D | privateNameInInExpression(target=esnext).js | 3 #field = 1; 9 const a = #field in v; 11 const b = #field in v.p1.p2; 13 const c = #field in (v as {}); 15 const d = #field in (v as Foo); 17 const e = #field in (v as never); 19 for (let f in #field in v as any) { /**/ } // unlikely but valid 22 const a = #field in (v as unknown); // Bad - RHS of in must be object type or any 26 const c = (#field) in v; // Bad - privateID is not an expression on its own 28 for (#field i [all...] |
| H A D | privateNameFieldDestructuredBinding(target=es2022).js | 3 #field = 1; 13 ({ x: this.#field, y } = this.testObject()); 14 ([this.#field, y] = this.testArray()); 15 ({ a: this.#field, b: [this.#field] } = { a: 1, b: [2] }); 16 [this.#field, [this.#field]] = [1, [2]]; 17 ({ a: this.#field = 1, b: [this.#field = 1] } = { b: [] }); 18 [this.#field [all...] |
| H A D | privateNameFieldDestructuredBinding(target=esnext).js | 3 #field = 1; 13 ({ x: this.#field, y } = this.testObject()); 14 ([this.#field, y] = this.testArray()); 15 ({ a: this.#field, b: [this.#field] } = { a: 1, b: [2] }); 16 [this.#field, [this.#field]] = [1, [2]]; 17 ({ a: this.#field = 1, b: [this.#field = 1] } = { b: [] }); 18 [this.#field [all...] |
| H A D | privateNameInInExpressionTransform(target=es2022).js | 3 #field = 1; 9 #field in v; // expect Foo's 'field' WeakMap 19 v == #field in v || v; // Good precedence: (v == (#field in v)) || v 21 v << #field in v << v; // Good precedence (SyntaxError): (v << #field) in (v << v) 23 v << #field in v == v; // Good precedence (SyntaxError): ((v << #field) in v) == v 25 v == #field i [all...] |
| H A D | privateNameInInExpressionTransform(target=esnext).js | 3 #field = 1; 9 #field in v; // expect Foo's 'field' WeakMap 19 v == #field in v || v; // Good precedence: (v == (#field in v)) || v 21 v << #field in v << v; // Good precedence (SyntaxError): (v << #field) in (v << v) 23 v << #field in v == v; // Good precedence (SyntaxError): ((v << #field) in v) == v 25 v == #field i [all...] |
| H A D | privateNameStaticFieldDestructuredBinding(target=es2022).js | 3 static #field = 1; 13 ({ x: A.#field, y } = this.testObject()); 14 ([A.#field, y] = this.testArray()); 15 ({ a: A.#field, b: [A.#field] } = { a: 1, b: [2] }); 16 [A.#field, [A.#field]] = [1, [2]]; 17 ({ a: A.#field = 1, b: [A.#field = 1] } = { b: [] }); 18 [A.#field [all...] |
| H A D | privateNameStaticFieldDestructuredBinding(target=esnext).js | 3 static #field = 1; 13 ({ x: A.#field, y } = this.testObject()); 14 ([A.#field, y] = this.testArray()); 15 ({ a: A.#field, b: [A.#field] } = { a: 1, b: [2] }); 16 [A.#field, [A.#field]] = [1, [2]]; 17 ({ a: A.#field = 1, b: [A.#field = 1] } = { b: [] }); 18 [A.#field [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_message.cc | 98 void PrintPresenceCheck(const Formatter& format, const FieldDescriptor* field, in PrintPresenceCheck() argument 101 if (!field->options().weak()) { in PrintPresenceCheck() 102 int has_bit_index = has_bit_indices[field->index()]; in PrintPresenceCheck() 111 format("if (has_$1$()) {\n", FieldName(field)); in PrintPresenceCheck() 129 fields[i] = descriptor->field(i); in SortFieldsByNumber() 135 // Functor for sorting extension ranges by their "start" field number. 143 bool IsPOD(const FieldDescriptor* field) { in IsPOD() argument 144 if (field->is_repeated() || field->is_extension()) return false; in IsPOD() 145 switch (field in IsPOD() 165 CanBeManipulatedAsRawBytes(const FieldDescriptor* field, const Options& options) CanBeManipulatedAsRawBytes() argument 205 EmitFieldNonDefaultCondition(io::Printer* printer, const std::string& prefix, const FieldDescriptor* field) EmitFieldNonDefaultCondition() argument 238 HasHasMethod(const FieldDescriptor* field) HasHasMethod() argument 282 HasPrivateHasMethod(const FieldDescriptor* field) HasPrivateHasMethod() argument 383 IsCrossFileMapField(const FieldDescriptor* field) IsCrossFileMapField() argument 394 IsCrossFileMaybeMap(const FieldDescriptor* field) IsCrossFileMaybeMap() argument 781 GenerateSingularFieldHasBits( const FieldDescriptor* field, Formatter format) GenerateSingularFieldHasBits() argument 862 GenerateOneofMemberHasBits(const FieldDescriptor* field, const Formatter& format) GenerateOneofMemberHasBits() argument 907 GenerateFieldClear(const FieldDescriptor* field, bool is_inline, Formatter format) GenerateFieldClear() argument 1739 CalcFieldNum(const FieldGenerator& generator, const FieldDescriptor* field, const Options& options) CalcFieldNum() argument 1792 const FieldDescriptor* field = sorted[i]; GenerateFieldMetadata() local 1850 const FieldDescriptor* field = sorted[i]; GenerateFieldMetadata() local 2605 const FieldDescriptor* field = optimized_order_[i]; GenerateConstructorBody() local 2722 auto field = optimized_order_[i]; GenerateStructors() local 3080 const FieldDescriptor* field = optimized_order_[i]; GenerateSwap() local 3448 GenerateSerializeOneField(io::Printer* printer, const FieldDescriptor* field, int cached_has_bits_index) GenerateSerializeOneField() argument 3560 Emit(const FieldDescriptor* field) GenerateSerializeWithCachedSizesBody() argument 3599 MustFlush(const FieldDescriptor* field) GenerateSerializeWithCachedSizesBody() argument 3645 const FieldDescriptor* field = ordered_fields[i++]; GenerateSerializeWithCachedSizesBody() local 3860 const FieldDescriptor* field = chunk[j]; GenerateByteSize() local [all...] |
| /third_party/protobuf/js/binary/ |
| H A D | writer.js | 38 * all the fundamental field types used in protocol buffers. 126 * Begins a new message by writing the field header and returning a bookmark 128 * @param {number} field 132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) { 133 this.writeFieldHeader_(field, jspb.BinaryConstants.WireType.DELIMITED); 251 * @param {number} field The field number of the sub-message. 253 jspb.BinaryWriter.prototype.beginSubMessage = function(field) { 254 this.bookmarks_.push(this.beginDelimited_(field)); 269 * Encodes a (field numbe [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
| H A D | data_query.cpp | 81 DataQuery& DataQuery::EqualTo(const std::string &field, const int value) in EqualTo() argument 83 std::string myField = field; in EqualTo() 86 query_->EqualTo(field, value); in EqualTo() 91 DataQuery& DataQuery::EqualTo(const std::string &field, const int64_t value) in EqualTo() argument 93 std::string myField = field; in EqualTo() 96 query_->EqualTo(field, value); in EqualTo() 101 DataQuery& DataQuery::EqualTo(const std::string &field, const double value) in EqualTo() argument 103 std::string myField = field; in EqualTo() 106 query_->EqualTo(field, value); in EqualTo() 111 DataQuery& DataQuery::EqualTo(const std::string &field, cons argument 122 EqualTo(const std::string &field, const bool value) EqualTo() argument 132 NotEqualTo(const std::string &field, const int value) NotEqualTo() argument 142 NotEqualTo(const std::string &field, const int64_t value) NotEqualTo() argument 152 NotEqualTo(const std::string &field, const double value) NotEqualTo() argument 162 NotEqualTo(const std::string &field, const std::string &value) NotEqualTo() argument 173 NotEqualTo(const std::string &field, const bool value) NotEqualTo() argument 183 GreaterThan(const std::string &field, const int value) GreaterThan() argument 193 GreaterThan(const std::string &field, const int64_t value) GreaterThan() argument 203 GreaterThan(const std::string &field, const double value) GreaterThan() argument 213 GreaterThan(const std::string &field, const std::string &value) GreaterThan() argument 224 LessThan(const std::string &field, const int value) LessThan() argument 234 LessThan(const std::string &field, const int64_t value) LessThan() argument 244 LessThan(const std::string &field, const double value) LessThan() argument 254 LessThan(const std::string &field, const std::string &value) LessThan() argument 265 GreaterThanOrEqualTo(const std::string &field, const int value) GreaterThanOrEqualTo() argument 275 GreaterThanOrEqualTo(const std::string &field, const int64_t value) GreaterThanOrEqualTo() argument 285 GreaterThanOrEqualTo(const std::string &field, const double value) GreaterThanOrEqualTo() argument 295 GreaterThanOrEqualTo(const std::string &field, const std::string &value) GreaterThanOrEqualTo() argument 306 LessThanOrEqualTo(const std::string &field, const int value) LessThanOrEqualTo() argument 316 LessThanOrEqualTo(const std::string &field, const int64_t value) LessThanOrEqualTo() argument 326 LessThanOrEqualTo(const std::string &field, const double value) LessThanOrEqualTo() argument 336 LessThanOrEqualTo(const std::string &field, const std::string &value) LessThanOrEqualTo() argument 357 IsNull(const std::string &field) IsNull() argument 371 IsNotNull(const std::string &field) IsNotNull() argument 385 In(const std::string &field, const std::vector<int> &valueList) In() argument 396 In(const std::string &field, const std::vector<int64_t> &valueList) In() argument 407 In(const std::string &field, const std::vector<double> &valueList) In() argument 418 In(const std::string &field, const std::vector<std::string> &valueList) In() argument 430 NotIn(const std::string &field, const std::vector<int> &valueList) NotIn() argument 441 NotIn(const std::string &field, const std::vector<int64_t> &valueList) NotIn() argument 452 NotIn(const std::string &field, const std::vector<double> &valueList) NotIn() argument 463 NotIn(const std::string &field, const std::vector<std::string> &valueList) NotIn() argument 475 Like(const std::string &field, const std::string &value) Like() argument 486 Unlike(const std::string &field, const std::string &value) Unlike() argument 513 OrderByAsc(const std::string &field) OrderByAsc() argument 527 OrderByDesc(const std::string &field) OrderByDesc() argument 667 AppendCommon(const std::string &keyword, const std::string &fieldType, std::string &field, const T &value) AppendCommon() argument 681 AppendCommonString(const std::string &keyword, const std::string &fieldType, std::string &field, std::string &value) AppendCommonString() argument 696 AppendCommonBoolean(const std::string &keyword, const std::string &fieldType, std::string &field, const bool &value) AppendCommonBoolean() argument 714 AppendCommonString(const std::string &keyword, std::string &field, std::string &value) AppendCommonString() argument 727 AppendCommonList(const std::string &keyword, const std::string &fieldType, std::string &field, const std::vector<T> &valueList) AppendCommonList() argument 747 AppendCommonListString(const std::string &keyword, const std::string &fieldType, std::string &field, std::vector<std::string> &valueList) AppendCommonListString() argument 793 ValidateField(const std::string &field) ValidateField() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | DynamicMessage.java | 60 * FieldDescriptor for each oneof to indicate which field is set. Caller should make sure the 173 FieldDescriptor field = oneofCases[oneof.getIndex()]; in hasOneof() 174 if (field == null) { in hasOneof() 187 public boolean hasField(FieldDescriptor field) { in hasField() argument 188 verifyContainingType(field); in hasField() 189 return fields.hasField(field); in hasField() 193 public Object getField(FieldDescriptor field) { in getField() argument 194 verifyContainingType(field); in getField() 195 Object result = fields.getField(field); in getField() 197 if (field in getField() 209 getRepeatedFieldCount(FieldDescriptor field) getRepeatedFieldCount() argument 215 getRepeatedField(FieldDescriptor field, int index) getRepeatedField() argument 303 verifyContainingType(FieldDescriptor field) verifyContainingType() argument 463 newBuilderForField(FieldDescriptor field) newBuilderForField() argument 501 hasField(FieldDescriptor field) hasField() argument 507 getField(FieldDescriptor field) getField() argument 523 setField(FieldDescriptor field, Object value) setField() argument 556 clearField(FieldDescriptor field) clearField() argument 571 getRepeatedFieldCount(FieldDescriptor field) getRepeatedFieldCount() argument 577 getRepeatedField(FieldDescriptor field, int index) getRepeatedField() argument 583 setRepeatedField(FieldDescriptor field, int index, Object value) setRepeatedField() argument 591 addRepeatedField(FieldDescriptor field, Object value) addRepeatedField() argument 617 verifyContainingType(FieldDescriptor field) verifyContainingType() argument 631 ensureSingularEnumValueDescriptor(FieldDescriptor field, Object value) ensureSingularEnumValueDescriptor() argument 649 ensureEnumValueDescriptor(FieldDescriptor field, Object value) ensureEnumValueDescriptor() argument 666 getFieldBuilder(FieldDescriptor field) getFieldBuilder() argument 673 getRepeatedFieldBuilder( FieldDescriptor field, int index) getRepeatedFieldBuilder() argument [all...] |
| H A D | MessageReflection.java | 57 for (final FieldDescriptor field : message.getDescriptorForType().getFields()) { in writeMessageTo() 58 if (field.isRequired() && !fields.containsKey(field)) { in writeMessageTo() 59 fields.put(field, message.getField(field)); in writeMessageTo() 64 final Descriptors.FieldDescriptor field = entry.getKey(); in writeMessageTo() 67 && field.isExtension() in writeMessageTo() 68 && field.getType() == Descriptors.FieldDescriptor.Type.MESSAGE in writeMessageTo() 69 && !field.isRepeated()) { in writeMessageTo() 70 output.writeMessageSetExtension(field in writeMessageTo() 156 subMessagePrefix( final String prefix, final Descriptors.FieldDescriptor field, final int index) subMessagePrefix() argument 234 getField(Descriptors.FieldDescriptor field) getField() argument 243 hasField(Descriptors.FieldDescriptor field) hasField() argument 249 setField(Descriptors.FieldDescriptor field, Object value) setField() argument 255 clearField(Descriptors.FieldDescriptor field) clearField() argument 265 setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument 273 addRepeatedField(Descriptors.FieldDescriptor field, Object value) addRepeatedField() argument 363 getField(Descriptors.FieldDescriptor field) getField() argument 368 hasField(Descriptors.FieldDescriptor field) hasField() argument 373 setField(Descriptors.FieldDescriptor field, Object value) setField() argument 379 clearField(Descriptors.FieldDescriptor field) clearField() argument 385 setRepeatedField( Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument 392 addRepeatedField(Descriptors.FieldDescriptor field, Object value) addRepeatedField() argument 431 parseGroup( CodedInputStream input, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance) parseGroup() argument 455 parseMessage( CodedInputStream input, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance) parseMessage() argument 479 parseMessageFromBytes( ByteString bytes, ExtensionRegistryLite extensionRegistry, Descriptors.FieldDescriptor field, Message defaultInstance) parseMessageFromBytes() argument 503 newMergeTargetForField( Descriptors.FieldDescriptor field, Message defaultInstance) newMergeTargetForField() argument 521 newEmptyTargetForField( Descriptors.FieldDescriptor field, Message defaultInstance) newEmptyTargetForField() argument 565 getField(Descriptors.FieldDescriptor field) getField() argument 570 hasField(Descriptors.FieldDescriptor field) hasField() argument 575 setField(Descriptors.FieldDescriptor field, Object value) setField() argument 581 clearField(Descriptors.FieldDescriptor field) clearField() argument 587 setRepeatedField( Descriptors.FieldDescriptor field, int index, Object value) setRepeatedField() argument 594 addRepeatedField(Descriptors.FieldDescriptor field, Object value) addRepeatedField() argument 633 parseGroup( CodedInputStream input, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance) parseGroup() argument 651 parseMessage( CodedInputStream input, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance) parseMessage() argument 669 parseMessageFromBytes( ByteString bytes, ExtensionRegistryLite registry, Descriptors.FieldDescriptor field, Message defaultInstance) parseMessageFromBytes() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | CustomOptions.cs | 43 /// Container for a set of custom options specified within a message, field etc. 75 /// Retrieves a Boolean value for the specified option field. 77 /// <param name="field">The field to fetch the value for.</param> 79 /// <returns><c>true</c> if a suitable value for the field was found; <c>false</c> otherwise.</returns> 80 public bool TryGetBool(int field, out bool value) => TryGetPrimitiveValue(field, out value); in TryGetBool() argument 83 /// Retrieves a signed 32-bit integer value for the specified option field. 85 /// <param name="field">The field t 88 TryGetInt32(int field, out int value) TryGetInt32() argument 96 TryGetInt64(int field, out long value) TryGetInt64() argument 105 TryGetFixed32(int field, out uint value) TryGetFixed32() argument 114 TryGetFixed64(int field, out ulong value) TryGetFixed64() argument 123 TryGetSFixed32(int field, out int value) TryGetSFixed32() argument 132 TryGetSFixed64(int field, out long value) TryGetSFixed64() argument 141 TryGetSInt32(int field, out int value) TryGetSInt32() argument 150 TryGetSInt64(int field, out long value) TryGetSInt64() argument 158 TryGetUInt32(int field, out uint value) TryGetUInt32() argument 166 TryGetUInt64(int field, out ulong value) TryGetUInt64() argument 174 TryGetFloat(int field, out float value) TryGetFloat() argument 182 TryGetDouble(int field, out double value) TryGetDouble() argument 190 TryGetString(int field, out string value) TryGetString() argument 198 TryGetBytes(int field, out ByteString value) TryGetBytes() argument 243 TryGetPrimitiveValue(int field, out T value) TryGetPrimitiveValue() argument [all...] |
| /third_party/mesa3d/src/asahi/lib/ |
| H A D | gen_pack.py | 297 def overlaps(self, field): 298 return self != field and max(self.start, field.start) <= min(self.end, field.end) 313 calculated = max(field.end // 8 for field in self.fields) + 1 if len(self.fields) > 0 else 0 331 for field in self.fields: 332 if field.exact is not None: 335 field.emit_template_struct(dim) 343 def __init__(self, field, pat [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | abs_predicates.cpp | 52 * Restricts the value of the field to be greater than the specified value.
54 AbsPredicates *AbsPredicates::EqualTo(const std::string &field, const ValueObject &value)
in EqualTo() argument 56 if (!CheckParameter("equalTo", field, {})) {
in EqualTo() 59 hasSpecificField = hasSpecificField || IsSpecificField(field);
in EqualTo() 61 std::string newField = field;
in EqualTo() 88 * Restricts the value of the field to be unequal to the specified value.
90 AbsPredicates *AbsPredicates::NotEqualTo(const std::string &field, const ValueObject &value)
in NotEqualTo() argument 92 if (!CheckParameter("notEqualTo", field, {})) {
in NotEqualTo() 95 hasSpecificField = hasSpecificField || IsSpecificField(field);
in NotEqualTo() 97 whereClause += field in NotEqualTo() 141 Contains(const std::string &field, const std::string &value) Contains() argument 155 NotContains(const std::string &field, const std::string &value) NotContains() argument 169 BeginsWith(const std::string &field, const std::string &value) BeginsWith() argument 183 EndsWith(const std::string &field, const std::string &value) EndsWith() argument 197 IsNull(const std::string &field) IsNull() argument 210 IsNotNull(const std::string &field) IsNotNull() argument 223 Like(const std::string &field, const std::string &value) Like() argument 237 NotLike(const std::string &field, const std::string &value) NotLike() argument 251 Glob(const std::string &field, const std::string &value) Glob() argument 265 Between(const std::string &field, const ValueObject &low, const ValueObject &high) Between() argument 281 NotBetween(const std::string &field, const ValueObject &low, const ValueObject &high) NotBetween() argument 297 GreaterThan(const std::string &field, const ValueObject &value) GreaterThan() argument 312 LessThan(const std::string &field, const ValueObject &value) LessThan() argument 327 GreaterThanOrEqualTo(const std::string &field, const ValueObject &value) GreaterThanOrEqualTo() argument 342 LessThanOrEqualTo(const std::string &field, const ValueObject &value) LessThanOrEqualTo() argument 358 OrderByAsc(const std::string &field) OrderByAsc() argument 376 OrderByDesc(const std::string &field) OrderByDesc() argument 456 In(const std::string &field, const std::vector<std::string> &values) In() argument 466 In(const std::string &field, const std::vector<ValueObject> &values) In() argument 481 NotIn(const std::string &field, const std::vector<std::string> &values) NotIn() argument 491 NotIn(const std::string &field, const std::vector<ValueObject> &values) NotIn() argument 521 CheckParameter( const std::string &methodName, const std::string &field, const std::initializer_list<ValueObject> &args) const CheckParameter() argument 560 AppendWhereClauseWithInOrNotIn( const std::string &methodName, const std::string &field, const std::vector<std::string> &replaceValues) AppendWhereClauseWithInOrNotIn() argument [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/ |
| H A D | ExtensionValue.cs | 51 private T field; field in Google.Protobuf.ExtensionValue 57 field = codec.DefaultValue; in ExtensionValue() 62 return codec.CalculateSizeWithTag(field); in CalculateSize() 69 field = field is IDeepCloneable<T> ? (field as IDeepCloneable<T>).Clone() : field in Clone() 80 && Equals(field, (other as ExtensionValue<T>).field); in Equals() 81 // we check for equality in the codec since we could have equal field value in Equals() 141 private RepeatedField<T> field; global() field in Google.Protobuf.RepeatedExtensionValue [all...] |