Home
last modified time | relevance | path

Searched refs:struct_fields (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgengtype-yacc.y58 %type <p> struct_fields yacc_ids yacc_typematch
71 typedef_struct: ENT_TYPEDEF_STRUCT options '{' struct_fields '}' ID
80 | ENT_STRUCT options '{' struct_fields '}'
119 yacc_union: ENT_YACCUNION options struct_fields '}' yacc_typematch
185 struct_fields: { $$ = NULL; }
186 | type optionsopt ID bitfieldopt ';' struct_fields
196 | type optionsopt ID ARRAY ';' struct_fields
206 | type optionsopt ID ARRAY ARRAY ';' struct_fields
216 | type ':' bitfieldlen ';' struct_fields
234 | STRUCT ID '{' struct_fields '}'
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgengtype-yacc.y57 %type <p> struct_fields yacc_ids yacc_typematch
70 typedef_struct: ENT_TYPEDEF_STRUCT options '{' struct_fields '}' ID
79 | ENT_STRUCT options '{' struct_fields '}'
118 yacc_union: ENT_YACCUNION options struct_fields '}' yacc_typematch
184 struct_fields: { $$ = NULL; }
185 | type optionsopt ID bitfieldopt ';' struct_fields
195 | type optionsopt ID ARRAY ';' struct_fields
205 | type optionsopt ID ARRAY ARRAY ';' struct_fields
228 | STRUCT ID '{' struct_fields '}'
235 | UNION ID '{' struct_fields '}'
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgengtype-yacc.y57 %type <p> struct_fields yacc_ids yacc_typematch
70 typedef_struct: ENT_TYPEDEF_STRUCT options '{' struct_fields '}' ID
79 | ENT_STRUCT options '{' struct_fields '}'
118 yacc_union: ENT_YACCUNION options struct_fields '}' yacc_typematch
184 struct_fields: { $$ = NULL; }
185 | type optionsopt ID bitfieldopt ';' struct_fields
195 | type optionsopt ID ARRAY ';' struct_fields
205 | type optionsopt ID ARRAY ARRAY ';' struct_fields
228 | STRUCT ID '{' struct_fields '}'
235 | UNION ID '{' struct_fields '}'
/dports/databases/hbase/hbase-1.2.1/hbase-examples/src/main/ruby/gen-rb/
H A Dhbase_types.rb27 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.TCell
62 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.ColumnDescriptor
91 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.TRegionInfo
114 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Mutation
133 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.BatchMutation
157 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.TIncrement
176 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.TRowResult
203 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.TScan
227 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.IOError
250 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.IllegalArgument
[all …]
H A Dhbase.rb1210 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.EnableTable_args
1226 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.EnableTable_result
1243 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.DisableTable_args
1259 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.DisableTable_result
1276 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.IsTableEnabled_args
1294 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.IsTableEnabled_result
1310 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.Compact_args
1326 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.Compact_result
1342 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.MajorCompact_args
1358 def struct_fields; FIELDS; end method in Apache.Hadoop.Hbase.Thrift.Hbase.MajorCompact_result
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
H A Dstruct_union.rb27 struct_fields.each do |fid, field_def|
38 sorted_field_ids = struct_fields.keys.sort
46 data = struct_fields[fid]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
H A Dstruct_union.rb27 struct_fields.each do |fid, field_def|
38 sorted_field_ids = struct_fields.keys.sort
46 data = struct_fields[fid]
/dports/devel/py-thrift/thrift-0.14.0/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
H A Dstruct_union.rb27 struct_fields.each do |fid, field_def|
38 sorted_field_ids = struct_fields.keys.sort
46 data = struct_fields[fid]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
H A Dstruct_union.rb27 struct_fields.each do |fid, field_def|
38 sorted_field_ids = struct_fields.keys.sort
46 data = struct_fields[fid]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
H A Dstruct_union.rb27 struct_fields.each do |fid, field_def|
38 sorted_field_ids = struct_fields.keys.sort
46 data = struct_fields[fid]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
H A Dstruct_union.rb27 struct_fields.each do |fid, field_def|
38 sorted_field_ids = struct_fields.keys.sort
46 data = struct_fields[fid]
/dports/devel/thrift/thrift-0.14.0/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
/dports/devel/node-thrift/thrift-0.14.0/lib/rb/lib/thrift/
H A Dunion.rb40 Thrift.check_type(value, struct_fields[name_to_id(name.to_s)], name) if Thrift.type_checking
50 …"<#{self.class} #{@setfield}: #{inspect_field(@value, struct_fields[name_to_id(@setfield.to_s)])}>"
75 field_info = struct_fields[fid]
166 field = struct_fields[fid]
/dports/devel/elixir-exprotobuf/exprotobuf-1.2.9/lib/exprotobuf/
H A Ddefine_message.ex11 struct_fields = record_fields(fields)
16 @record unquote(struct_fields)
18 fields = unquote(struct_fields)
37 fields = unquote(struct_fields)
44 @record unquote(struct_fields)
/dports/devel/libslang2/slang-2.3.2/slsh/lib/
H A Dprocess.sl297 variable struct_fields = {};
300 list_append (struct_fields,"fd$ifd"$);
301 list_append (struct_fields,"fp$ifd"$);
308 list_append (struct_fields,"fd$ifd"$);
309 list_append (struct_fields,"fp$ifd"$);
343 if (length (struct_fields) == 0)
344 struct_fields = String_Type[0];
346 struct_fields = list_to_array (struct_fields);
347 variable s = @Struct_Type([struct_fields, other_struct_fields]);
/dports/devel/rpc2/rpc2-2.14/rp2gen/
H A Dutil.c102 RPC2_TYPE *rpc2_struct_type(struct_fields) in rpc2_struct_type() argument
103 VAR **struct_fields; in rpc2_struct_type()
110 type -> fields.struct_fields = struct_fields;
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-debug-helper.cc367 CheckStructProp(*descriptors.struct_fields[0], in TEST()
370 CheckStructProp(*descriptors.struct_fields[1], "v8::internal::Object", in TEST()
372 CheckStructProp(*descriptors.struct_fields[2], "v8::internal::Object", in TEST()
385 CheckStructProp(*flags.struct_fields[0], "FunctionKind", "function_kind", 0, in TEST()
387 CheckStructProp(*flags.struct_fields[1], "bool", "is_native", 0, 1, 5); in TEST()
388 CheckStructProp(*flags.struct_fields[2], "bool", "is_strict", 0, 1, 6); in TEST()
399 CheckStructProp(*debug_flags.struct_fields[0], "bool", "has_break_info", 0, 1, in TEST()
401 CheckStructProp(*debug_flags.struct_fields[4], "bool", "can_break_at_entry", in TEST()
451 CheckStructProp(*function_character_offset.struct_fields[0], in FrameIterationCheck()
453 CheckStructProp(*function_character_offset.struct_fields[1], in FrameIterationCheck()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/testset/
H A Dgenerator.py336 struct_fields = gen_struct_fields(Target.THRIFT)
337 classes.extend(print_thrift_defs(STRUCT_TRANSFORM, struct_fields, file=file))
340 print_thrift_defs(EXCEPTION_TRANSFORM, struct_fields, file=file)
377 struct_fields = gen_struct_fields(Target.CPP2)
378 print_cpp2_specialization(STRUCT_TRANSFORM, struct_fields, file=file)
381 print_cpp2_specialization(EXCEPTION_TRANSFORM, struct_fields, file=file)

123456789