Searched refs:CLASSNAME (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | extension_set.h | 1140 #define GOOGLE_PROTOBUF_EXTENSION_ACCESSORS(CLASSNAME) \ argument 1147 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \ 1156 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \ 1165 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \ 1175 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) const { \ 1185 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \ 1195 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \ 1205 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \ 1215 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id, \ 1225 CLASSNAME, _proto_TypeTraits, _field_type, _is_packed>& id) { \ [all …]
|