Searched defs:TAG2 (Results 1 – 19 of 19) sorted by relevance
25 static const SK_OT_CHAR TAG2 = 0; member32 static const SK_OT_CHAR TAG2 = 'u'; member39 static const SK_OT_CHAR TAG2 = 'p'; member46 static const SK_OT_CHAR TAG2 = 'T'; member
20 static const SK_OT_CHAR TAG2 = 'c'; member36 static const SK_OT_CHAR TAG2 = 0; member43 static const SK_OT_CHAR TAG2 = 'I'; member
19 static const SK_OT_CHAR TAG2 = 'c'; member
20 static const SK_OT_CHAR TAG2 = 'x'; member
19 static const SK_OT_CHAR TAG2 = 't'; member
23 inline static constexpr SK_OT_CHAR TAG2 = '/'; member
20 static const SK_OT_CHAR TAG2 = 'B'; member
19 static const SK_OT_CHAR TAG2 = 's'; member
19 static const SK_OT_CHAR TAG2 = 'a'; member
19 static const SK_OT_CHAR TAG2 = 'e'; member
21 static const SK_OT_CHAR TAG2 = 'D'; member
20 static const SK_OT_CHAR TAG2 = 'L'; member
23 static const SK_OT_CHAR TAG2 = 'y'; member
20 static const SK_OT_CHAR TAG2 = 'm'; member
81 #define TAG2(x,y) x##y macro
35 private static final Tag TAG2 = Tag.create(TagKey.create("key2"), TagValue.create("val")); field in TagContextTest
57 private static final Tag TAG2 = Tag.create(K2, V2); field in TaggerImplTest