OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nested_struct
(Results
1 - 5
of
5
) sorted by null
/external/clang/docs/tools/
dump_format_style.py
41
self.
nested_struct
= None
48
if self.
nested_struct
:
49
s += indent('\n\nNested configuration flags:\n\n%s\n' %self.
nested_struct
,
112
nested_struct
= None
136
nested_struct
= NestedStruct(name, comment)
variable in class:read_options.State
151
nested_structs[
nested_struct
.name] =
nested_struct
157
nested_struct
.values.append(NestedField(line.replace(';', ''), comment))
183
option.
nested_struct
= nested_structs[option.type];
/external/libchrome/mojo/public/cpp/bindings/tests/
data_view_unittest.cc
216
NestedStructPtr
nested_struct
(NestedStruct::New());
217
nested_struct
->f_int32 = 42;
220
obj->f_struct_array.push_back(std::move(
nested_struct
));
wtf_types_unittest.cc
267
a->
nested_struct
= blink::TestWTFStruct::New("foo", 1);
/external/libffi/testsuite/
Makefile.am
43
libffi.call/
nested_struct
.c libffi.call/cls_20byte.c \
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/
Makefile.am
43
libffi.call/
nested_struct
.c libffi.call/cls_20byte.c \
Completed in 3997 milliseconds