Searched refs:CLASSNAME (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | NioByteStringTest.java | 57 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/ |
D | TypeLocVisitor.h | 22 #define DISPATCH(CLASSNAME) \ argument 24 Visit##CLASSNAME(TyLoc.castAs<CLASSNAME>())
|
/external/protobuf/src/google/protobuf/ |
D | extension_set.h | 1108 #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/ |
D | attr-objc-runtime-visible.m | 14 // 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)…
|