Searched refs:literalString (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ByteStringTest.java | 641 ByteString literalString = ByteString.copyFrom(bigBytes, start, end - start); in testSubstringParity() local 642 assertEquals("Substring must be equal to literal string", literalString, concreteSubstring); in testSubstringParity() 645 literalString.hashCode(), in testSubstringParity() 693 ByteString literalString = ByteString.copyFrom(referenceBytes); in testCopyFromList() local 698 assertEquals("Composite string must be equal to literal string", literalString, listString); in testCopyFromList() 701 literalString.hashCode(), in testCopyFromList() 707 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat() local 718 "Concatenated string must be equal to literal string", literalString, concatenatedString); in testConcat() 721 literalString.hashCode(), in testConcat() 731 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat_empty() local [all …]
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | ByteStringTest.java | 489 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()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/ |
D | build_script_generator.dart | 173 literalString(definition.key), 206 literalString(definition.key), 231 // .call(<Expression>[literalString(definition.package)]);
|
/third_party/glslang/SPIRV/ |
D | SPVRemapper.h | 216 std::string literalString(unsigned word) const; // Return literal as a std::string
|
D | SPVRemapper.cpp | 297 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()
|