Home
last modified time | relevance | path

Searched defs:field (Results 1 – 25 of 1728) sorted by relevance

12345678910>>...70

/external/protobuf/js/binary/
Dwriter.js132 jspb.BinaryWriter.prototype.beginDelimited_ = function(field) { argument
254 jspb.BinaryWriter.prototype.beginSubMessage = function(field) { argument
278 function(field, wireType) { argument
291 jspb.BinaryWriter.prototype.writeAny = function(fieldType, field, value) { argument
367 jspb.BinaryWriter.prototype.writeUnsignedVarint32_ = function(field, value) { argument
380 jspb.BinaryWriter.prototype.writeSignedVarint32_ = function(field, value) { argument
393 jspb.BinaryWriter.prototype.writeUnsignedVarint64_ = function(field, value) { argument
406 jspb.BinaryWriter.prototype.writeSignedVarint64_ = function(field, value) { argument
419 jspb.BinaryWriter.prototype.writeZigzagVarint32_ = function(field, value) { argument
432 jspb.BinaryWriter.prototype.writeZigzagVarint64_ = function(field, value) { argument
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DCustomOptions.cs80 public bool TryGetBool(int field, out bool value) => TryGetPrimitiveValue(field, out value); in TryGetBool()
88 public bool TryGetInt32(int field, out int value) => TryGetPrimitiveValue(field, out value); in TryGetInt32()
96 … public bool TryGetInt64(int field, out long value) => TryGetPrimitiveValue(field, out value); in TryGetInt64()
105 public bool TryGetFixed32(int field, out uint value) => TryGetUInt32(field, out value); in TryGetFixed32()
114 public bool TryGetFixed64(int field, out ulong value) => TryGetUInt64(field, out value); in TryGetFixed64()
123 public bool TryGetSFixed32(int field, out int value) => TryGetInt32(field, out value); in TryGetSFixed32()
132 public bool TryGetSFixed64(int field, out long value) => TryGetInt64(field, out value); in TryGetSFixed64()
141 … public bool TryGetSInt32(int field, out int value) => TryGetPrimitiveValue(field, out value); in TryGetSInt32()
150 … public bool TryGetSInt64(int field, out long value) => TryGetPrimitiveValue(field, out value); in TryGetSInt64()
158 … public bool TryGetUInt32(int field, out uint value) => TryGetPrimitiveValue(field, out value); in TryGetUInt32()
[all …]
/external/libchrome/base/json/
Djson_value_converter.h120 FieldType StructType::* field, in FieldConverter()
205 bool Convert(const base::Value& value, FieldType* field) const override { in Convert()
223 bool Convert(const base::Value& value, FieldType* field) const override { in Convert()
240 bool Convert(const base::Value& value, NestedType* field) const override { in Convert()
256 std::vector<std::unique_ptr<Element>>* field) const override { in Convert()
292 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert()
329 std::vector<std::unique_ptr<NestedType>>* field) const override { in Convert()
367 int StructType::* field) { in RegisterIntField()
374 std::string StructType::* field) { in RegisterStringField()
381 string16 StructType::* field) { in RegisterStringField()
[all …]
/external/usrsctp/usrsctplib/
Duser_queue.h165 #define SLIST_FOREACH(var, head, field) \ argument
170 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
175 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
184 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
189 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
194 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
196 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
210 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument
215 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
257 #define STAILQ_FOREACH(var, head, field) \ argument
[all …]
/external/openssh/openbsd-compat/
Dsys-queue.h204 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
206 #define SLIST_FOREACH(var, head, field) \ argument
211 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument
223 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
228 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
233 #define SLIST_REMOVE_AFTER(elm, field) do { \ argument
237 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
241 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
278 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
280 #define LIST_FOREACH(var, head, field) \ argument
[all …]
/external/libiio/src/iiod/
Dqueue.h105 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument
113 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument
120 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
127 #define LIST_REMOVE(elm, field) do { \ argument
134 #define LIST_FOREACH(var, head, field) \ argument
144 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
170 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
175 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
180 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
184 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
[all …]
/external/iperf3/src/
Dqueue.h113 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
115 #define SLIST_FOREACH(var, head, field) \ argument
120 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \ argument
132 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
137 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
142 #define SLIST_REMOVE_NEXT(head, elm, field) do { \ argument
146 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
150 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
187 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
189 #define LIST_FOREACH(var, head, field) \ argument
[all …]
/external/libevent/compat/sys/
Dqueue.h109 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
111 #define SLIST_FOREACH(var, head, field) \ argument
123 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
128 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
133 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
160 #define LIST_NEXT(elm, field) ((elm)->field.le_next) argument
162 #define LIST_FOREACH(var, head, field) \ argument
174 #define LIST_INSERT_AFTER(listelm, elm, field) do { \ argument
182 #define LIST_INSERT_BEFORE(listelm, elm, field) do { \ argument
189 #define LIST_INSERT_HEAD(head, elm, field) do { \ argument
[all …]
/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DFieldInitializer.java34 private final Field field; field in FieldInitializer
48 public FieldInitializer(Object fieldOwner, Field field) { in FieldInitializer()
63 … public FieldInitializer(Object fieldOwner, Field field, ConstructorArgumentResolver argResolver) { in FieldInitializer()
67 private FieldInitializer(Object fieldOwner, Field field, ConstructorInstantiator instantiator) { in FieldInitializer()
99 private void checkNotLocal(Field field) { in checkNotLocal()
105 private void checkNotInner(Field field) { in checkNotInner()
112 private void checkNotInterface(Field field) { in checkNotInterface()
118 private void checkNotAbstract(Field field) { in checkNotAbstract()
124 private void checkNotEnum(Field field) { in checkNotEnum()
176 private final Field field; field in FieldInitializer.NoArgConstructorInstantiator
[all …]
/external/ipsec-tools/src/include-glibc/sys/
Dqueue.h129 #define SLIST_FOREACH(var, head, field) \ argument
138 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \ argument
143 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
148 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) argument
150 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
163 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
191 #define STAILQ_FOREACH(var, head, field) \ argument
201 #define STAILQ_INSERT_AFTER(head, tqelm, elm, field) do { \ argument
207 #define STAILQ_INSERT_HEAD(head, elm, field) do { \ argument
213 #define STAILQ_INSERT_TAIL(head, elm, field) do { \ argument
[all …]
/external/flatbuffers/include/flatbuffers/
Dreflection.h74 template<typename T> T GetFieldDefaultI(const reflection::Field &field) { in GetFieldDefaultI()
80 template<typename T> T GetFieldDefaultF(const reflection::Field &field) { in GetFieldDefaultF()
87 T GetFieldI(const Table &table, const reflection::Field &field) { in GetFieldI()
95 T GetFieldF(const Table &table, const reflection::Field &field) { in GetFieldF()
103 const reflection::Field &field) { in GetFieldS()
110 Vector<T> *GetFieldV(const Table &table, const reflection::Field &field) { in GetFieldV()
120 const reflection::Field &field) { in GetFieldAnyV()
125 inline Table *GetFieldT(const Table &table, const reflection::Field &field) { in GetFieldT()
133 const reflection::Field &field) { in GetFieldStruct()
142 const reflection::Field &field) { in GetFieldStruct()
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc74 void PrintFieldComment(const Formatter& format, const T* field) { in PrintFieldComment()
85 void PrintPresenceCheck(const Formatter& format, const FieldDescriptor* field, in PrintPresenceCheck()
130 bool IsPOD(const FieldDescriptor* field) { in IsPOD()
150 bool CanConstructByZeroing(const FieldDescriptor* field, in CanConstructByZeroing()
168 const FieldDescriptor* field) { in EmitFieldNonDefaultCondition()
198 bool HasHasMethod(const FieldDescriptor* field) { in HasHasMethod()
241 bool HasPrivateHasMethod(const FieldDescriptor* field) { in HasPrivateHasMethod()
301 for (auto field : FieldRange(descriptor)) { in TableDrivenParsingEnabled() local
354 bool IsCrossFileMapField(const FieldDescriptor* field) { in IsCrossFileMapField()
365 bool IsCrossFileMaybeMap(const FieldDescriptor* field) { in IsCrossFileMaybeMap()
[all …]
/external/nanopb-c/tests/alltypes_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCalendarICU.java45 public void add(int field, int amount) { in add()
103 public int get(int field) { in get()
109 public int getActualMaximum(int field) { in getActualMaximum()
114 public int getActualMinimum(int field) { in getActualMinimum()
119 public String getDisplayName(int field, int style, Locale locale) { in getDisplayName()
135 public Map<String,Integer> getDisplayNames(int field, int style, Locale locale) { in getDisplayNames()
163 public int getGreatestMinimum(int field) { in getGreatestMinimum()
168 public int getLeastMaximum(int field) { in getLeastMaximum()
173 public int getMaximum(int field) { in getMaximum()
183 public int getMinimum(int field) { in getMinimum()
[all …]
/external/nanopb-c/tests/alltypes_proto3_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Dencode_alltypes_callback.c13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint()
19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint()
25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32()
31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64()
37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string()
43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg()
50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg()
57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint()
71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint()
85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32()
[all …]
/external/llvm-project/flang/test/Semantics/
Dresolve88.f9028 real, allocatable, codimension[:] :: field component
32 type(team_type), allocatable :: field component
36 type(c_ptr), allocatable :: field component
40 type(c_funptr), allocatable :: field component
45 type(team_type), allocatable, codimension[:] :: field component
50 type(c_ptr), allocatable, codimension[:] :: field component
55 type(c_funptr), allocatable, codimension[:] :: field component
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php216 private function defaultValue($field)
316 private static function parseFieldFromStreamNoTag($input, $field, &$value)
442 private function parseFieldFromStream($tag, $input, $field)
766 $field,
1263 private function serializeSingularFieldToStream($field, &$output)
1279 private function serializeRepeatedFieldToStream($field, &$output)
1319 private function serializeMapFieldToStream($field, $output)
1346 private function serializeFieldToStream(&$output, $field)
1360 private function serializeFieldToJsonStream(&$output, $field)
1499 private function existField($field)
[all …]
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMessageReflection.java64 final Descriptors.FieldDescriptor field = entry.getKey(); in writeMessageTo() local
90 final Descriptors.FieldDescriptor field = entry.getKey(); in getSerializedSize() local
137 final Descriptors.FieldDescriptor field = entry.getKey(); in isInitialized() local
157 final String prefix, final Descriptors.FieldDescriptor field, final int index) { in subMessagePrefix()
181 final Descriptors.FieldDescriptor field = entry.getKey(); in findMissingFields() local
234 public Object getField(Descriptors.FieldDescriptor field); in getField()
243 boolean hasField(Descriptors.FieldDescriptor field); in hasField()
249 MergeTarget setField(Descriptors.FieldDescriptor field, Object value); in setField()
255 MergeTarget clearField(Descriptors.FieldDescriptor field); in clearField()
265 MergeTarget setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value); in setRepeatedField()
[all …]
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.cc26 repeated_field* field = in add_repeated_field() local
39 repeated_field* field = head; in destroy_repeated_field_list_identity() local
53 repeated_field* field = head; in destroy_repeated_field_list_string() local
77 bool encode_string_or_bytes_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_string_or_bytes_cb()
85 bool encode_repeated_identity_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_repeated_identity_cb()
98 bool encode_repeated_string_cb(pb_ostream_t* stream, const pb_field_t* field, in encode_repeated_string_cb()
112 bool decode_string_or_bytes_cb(pb_istream_t* stream, const pb_field_t* field, in decode_string_or_bytes_cb()
124 bool decode_repeated_identity_cb(pb_istream_t* stream, const pb_field_t* field, in decode_repeated_identity_cb()
135 bool decode_repeated_string_cb(pb_istream_t* stream, const pb_field_t* field, in decode_repeated_string_cb()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DFieldsSet.java49 public void clear(int field) { in clear()
54 public void set(int field, int amount) { in set()
59 public boolean isSet(int field) { in isSet()
63 public int get(int field) { in get()
136 int field = handleParseName(inheritFrom, key, value); in parseFrom() local
163 int field = -1; in handleParseName() local
183 protected void handleParseValue(FieldsSet inheritFrom, int field, in handleParseValue()
196 protected void parseValueDefault(FieldsSet inheritFrom, int field, in parseValueDefault()
219 protected void parseValueEnum(int type, FieldsSet inheritFrom, int field, in parseValueEnum()
229 public String fieldName(int field) { in fieldName()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DFieldsSet.java52 public void clear(int field) { in clear()
57 public void set(int field, int amount) { in set()
62 public boolean isSet(int field) { in isSet()
66 public int get(int field) { in get()
139 int field = handleParseName(inheritFrom, key, value); in parseFrom() local
166 int field = -1; in handleParseName() local
186 protected void handleParseValue(FieldsSet inheritFrom, int field, in handleParseValue()
199 protected void parseValueDefault(FieldsSet inheritFrom, int field, in parseValueDefault()
222 protected void parseValueEnum(int type, FieldsSet inheritFrom, int field, in parseValueEnum()
232 public String fieldName(int field) { in fieldName()
/external/libevent/WIN32-Code/
Dtree.h75 #define SPLAY_LEFT(elm, field) (elm)->field.spe_left argument
76 #define SPLAY_RIGHT(elm, field) (elm)->field.spe_right argument
81 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
87 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
93 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
99 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
105 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
114 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
156 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
313 #define RB_LEFT(elm, field) (elm)->field.rbe_left argument
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c401 const upb_msgdef* tryget_map_entry_msgdef(const upb_fielddef* field) { in tryget_map_entry_msgdef()
411 const upb_msgdef *map_entry_msgdef(const upb_fielddef* field) { in map_entry_msgdef()
417 bool is_map_field(const upb_fielddef *field) { in is_map_field()
426 const upb_fielddef* map_field_key(const upb_fielddef* field) { in map_field_key()
431 const upb_fielddef* map_field_value(const upb_fielddef* field) { in map_field_value()
453 const upb_fielddef* field) { in field_contains_hasbit()
476 const upb_fielddef* field = upb_msg_iter_field(&it); in create_layout() local
492 const upb_fielddef* field = upb_msg_iter_field(&it); in create_layout() local
543 const upb_fielddef* field = upb_oneof_iter_field(&fit); in create_layout() local
563 const upb_fielddef* field = upb_oneof_iter_field(&fit); in create_layout() local
[all …]
/external/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc63 const FieldDescriptor* field = descriptor_->FindFieldByName("optionalgroup"); in TEST_F() local
69 const FieldDescriptor* field = in TEST_F() local
76 const FieldDescriptor* field = in TEST_F() local
83 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int32"); in TEST_F() local
96 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_int64"); in TEST_F() local
109 const FieldDescriptor* field = in TEST_F() local
123 const FieldDescriptor* field = in TEST_F() local
137 const FieldDescriptor* field = descriptor_->FindFieldByName("optional_bool"); in TEST_F() local
150 const FieldDescriptor* field = in TEST_F() local
164 const FieldDescriptor* field = in TEST_F() local
[all …]

12345678910>>...70