/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | NioByteStringTest.java | 54 private static final String CLASSNAME = NioByteString.class.getSimpleName(); field in NioByteStringTest 63 assertEquals(CLASSNAME + " should match type exactly", CLASSNAME, actualClassName); in testExpectedType() 77 assertTrue(CLASSNAME + " must capture the right bytes", stillEqual); in testByteAt() 86 assertTrue(CLASSNAME + " must capture the right bytes", stillEqual); in testByteIterator() 87 assertFalse(CLASSNAME + " must have exhausted the itertor", iter.hasNext()); in testByteIterator() 104 assertTrue(CLASSNAME + " must capture the right bytes as Bytes", stillEqual); in testByteIterable() 105 assertEquals(CLASSNAME + " iterable character count", BYTES.length, j); in testByteIterable() 109 assertEquals(CLASSNAME + " must have the expected size", BYTES.length, testString.size()); in testSize() 113 assertEquals(CLASSNAME + " must have depth 0", 0, testString.getTreeDepth()); in testGetTreeDepth() 117 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/php/ext/google/protobuf/ |
D | protobuf.h | 134 #define PHP_PROTO_INIT_SUBMSGCLASS_START(CLASSNAME, CAMELNAME, LOWWERNAME) \ argument 137 const char* class_name = CLASSNAME; \ 138 INIT_CLASS_ENTRY_EX(class_type, CLASSNAME, strlen(CLASSNAME), \ 147 #define PHP_PROTO_INIT_ENUMCLASS_START(CLASSNAME, CAMELNAME, LOWWERNAME) \ argument 150 const char* class_name = CLASSNAME; \ 151 INIT_CLASS_ENTRY_EX(class_type, CLASSNAME, strlen(CLASSNAME), \ 157 #define PHP_PROTO_INIT_CLASS_START(CLASSNAME, CAMELNAME, LOWWERNAME) \ argument 160 const char* class_name = CLASSNAME; \ 161 INIT_CLASS_ENTRY_EX(class_type, CLASSNAME, strlen(CLASSNAME), \ 404 #define PHP_PROTO_INIT_SUBMSGCLASS_START(CLASSNAME, CAMELNAME, LOWWERNAME) \ argument [all …]
|
D | message.c | 2573 #define DEFINE_GPBMETADATA_FILE(LOWERNAME, CAMELNAME, CLASSNAME) \ argument 2582 INIT_CLASS_ENTRY(class_type, CLASSNAME, \
|
/external/protobuf/src/google/protobuf/ |
D | extension_set.h | 1387 #define GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(CLASSNAME) \ argument 1394 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \ 1403 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \ 1412 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \ 1422 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \ 1432 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \ 1442 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \ 1452 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \ 1462 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \ 1472 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)…
|