Home
last modified time | relevance | path

Searched refs:literalString (Results 1 – 7 of 7) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java622 ByteString literalString = ByteString.copyFrom(bigBytes, start, end - start); in testSubstringParity() local
623 assertEquals("Substring must be equal to literal string", literalString, concreteSubstring); in testSubstringParity()
626 literalString.hashCode(), in testSubstringParity()
674 ByteString literalString = ByteString.copyFrom(referenceBytes); in testCopyFromList() local
679 assertEquals("Composite string must be equal to literal string", literalString, listString); in testCopyFromList()
682 literalString.hashCode(), in testCopyFromList()
688 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat() local
699 "Concatenated string must be equal to literal string", literalString, concatenatedString); in testConcat()
702 literalString.hashCode(), in testConcat()
712 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat_empty() local
[all …]
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DByteStringTest.java489 ByteString literalString = ByteString.copyFrom(bigBytes, start, end - start); in testSubstringParity() local
491 concreteSubstring.equals(literalString)); in testSubstringParity()
493 literalString.hashCode(), concreteSubstring.hashCode()); in testSubstringParity()
533 ByteString literalString = ByteString.copyFrom(referenceBytes); in testCopyFromList() local
539 listString.equals(literalString)); in testCopyFromList()
541 literalString.hashCode(), listString.hashCode()); in testCopyFromList()
546 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat() local
557 concatenatedString.equals(literalString)); in testConcat()
559 literalString.hashCode(), concatenatedString.hashCode()); in testConcat()
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h216 std::string literalString(unsigned word) const; // Return literal as a std::string
DSPVRemapper.cpp297 std::string spirvbin_t::literalString(unsigned word) const in literalString() function in spv::spirvbin_t
448 const std::string name = literalString(start+2); in buildLocalMaps()
622 const int stringWordCount = literalStringWords(literalString(word)); in processInstruction()
/external/guice/extensions/persist/lib/
Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement ...
/external/clang/lib/Sema/
DSemaExpr.cpp9115 Expr *literalString = nullptr; in CheckCompareOperands() local
9120 literalString = LHS.get(); in CheckCompareOperands()
9126 literalString = RHS.get(); in CheckCompareOperands()
9130 if (literalString) { in CheckCompareOperands()
9134 << literalString->getSourceRange()); in CheckCompareOperands()
/external/error_prone/error_prone/
Derror_prone_core-2.3.2-with-dependencies.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META- ...