Searched defs:Identity (Results 1 – 14 of 14) sorted by relevance
27 struct Identity struct29 static const bool identity = true;31 typedef T OutputType;33 static T convert(T x) in convert()
101 struct Identity { struct104 IdentitySource source; argument105 bool invalid;106 string16 username;107 string16 password;
21 HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {} in Identity() function in net::HttpAuth::Identity
2 template<typename T> struct Identity { struct6 void f(Identity<int>::Type a) {} in f() argument
79 private static final class Identity extends Equivalence<Object> class in Equivalences
105 static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(1, 0, 0, 0); } in Identity() function
145 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
498 static const Transform Identity() in Identity() function
150 int Identity(int n) { in Identity() function
111 } Identity; typedef
241 typedef struct identity Identity; typedef
633 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
383 TEST(WithArgsTest, Identity) { in TEST() argument
1371 bool Identity = true; in getVectorShuffle() local