Home
last modified time | relevance | path

Searched refs:CLASSNAME (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DNioByteStringTest.java57 private static final String CLASSNAME = NioByteString.class.getSimpleName(); field in NioByteStringTest
66 assertEquals(CLASSNAME + " should match type exactly", CLASSNAME, actualClassName); in testExpectedType()
80 assertTrue(CLASSNAME + " must capture the right bytes", stillEqual); in testByteAt()
89 assertTrue(CLASSNAME + " must capture the right bytes", stillEqual); in testByteIterator()
90 assertFalse(CLASSNAME + " must have exhausted the itertor", iter.hasNext()); in testByteIterator()
107 assertTrue(CLASSNAME + " must capture the right bytes as Bytes", stillEqual); in testByteIterable()
108 assertEquals(CLASSNAME + " iterable character count", BYTES.length, j); in testByteIterable()
112 assertEquals(CLASSNAME + " must have the expected size", BYTES.length, in testSize()
117 assertEquals(CLASSNAME + " must have depth 0", 0, testString.getTreeDepth()); in testGetTreeDepth()
121 assertTrue(CLASSNAME + " is technically balanced", testString.isBalanced()); in testIsBalanced()
[all …]
/external/clang/include/clang/AST/
DTypeLocVisitor.h22 #define DISPATCH(CLASSNAME) \ argument
24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
/external/protobuf/src/google/protobuf/
Dextension_set.h1108 #define GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(CLASSNAME) \ argument
1115 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \
1124 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \
1133 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \
1143 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \
1153 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \
1163 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \
1173 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \
1183 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \
1194 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \
[all …]
/external/clang/test/CodeGenObjC/
Dattr-objc-runtime-visible.m14 // CHECK: [[CLASSNAME:@.*]] = private unnamed_addr constant [22 x i8] c"MyRuntimeVisibleClass
17 …* @objc_lookUpClass(i8* getelementptr inbounds ([22 x i8], [22 x i8]* [[CLASSNAME]], i32 0, i32 0)…