OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Annotation1
(Results
1 - 2
of
2
) sorted by null
/external/google-fruit/tests/
test_multibindings_misc.py
26
struct
Annotation1
{};
538
('fruit::Annotated<
Annotation1
, const X>', 'const X'),
539
('fruit::Annotated<
Annotation1
, X*>', 'X\*'),
540
('fruit::Annotated<
Annotation1
, const X*>', 'const X\*'),
541
('fruit::Annotated<
Annotation1
, std::shared_ptr<X>>', 'std::shared_ptr<X>'),
559
('fruit::Annotated<
Annotation1
, X&>', 'X&'),
560
('fruit::Annotated<
Annotation1
, const X&>', 'const X&'),
test_install.py
23
struct
Annotation1
{};
24
using XAnnot1 = fruit::Annotated<
Annotation1
, X>;
30
('fruit::Annotated<
Annotation1
, X>', 'fruit::Annotated<
Annotation1
, X>'),
31
('fruit::Annotated<
Annotation1
, X>', 'fruit::Annotated<
Annotation1
, const X>'),
63
('fruit::Annotated<
Annotation1
, const X>', 'fruit::Annotated<
Annotation1
, X>'),
87
('fruit::Annotated<
Annotation1
, X>', 'fruit::Annotated<
Annotation1
, X>')
[
all
...]
Completed in 162 milliseconds