OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotASignatureErrorTag
(Results
1 - 3
of
3
) sorted by null
/external/google-fruit/include/fruit/impl/
injection_errors.h
492
struct
NotASignatureErrorTag
{
component_functors.defn.h
357
Not(IsValidSignature(AnnotatedSignature)), ConstructError(
NotASignatureErrorTag
, AnnotatedSignature),
480
If(Not(IsValidSignature(DecoratedSignature)), ConstructError(
NotASignatureErrorTag
, DecoratedSignature),
574
Not(IsValidSignature(AnnotatedSignature)), ConstructError(
NotASignatureErrorTag
, AnnotatedSignature),
[
all
...]
/external/google-fruit/include/fruit/impl/meta/
component.h
301
using type = ConstructError(
NotASignatureErrorTag
, AnnotatedSignature);
[
all
...]
Completed in 447 milliseconds