Home
last modified time | relevance | path

Searched defs:FakeType (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_tokenizer/
Dargument_types_test_c.c27 struct FakeType {}; // stand-in type for pointer argument type test struct
Dargument_types_test.cc26 struct FakeType {}; struct
/external/python/cffi/testing/cffi0/
Dtest_cdata.py32 class FakeType(object): class
Dtest_parsing.py54 class FakeType(object): class
/external/python/cpython2/Tools/bgen/bgen/
DbgenType.py209 class FakeType(InputOnlyType): class