Home
last modified time | relevance | path

Searched defs:literalString (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java641 ByteString literalString = ByteString.copyFrom(bigBytes, start, end - start); in testSubstringParity() local
693 ByteString literalString = ByteString.copyFrom(referenceBytes); in testCopyFromList() local
707 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat() local
731 ByteString literalString = ByteString.copyFrom(referenceBytes); in testConcat_empty() local
/third_party/glslang/SPIRV/
DSPVRemapper.cpp307 std::string spirvbin_t::literalString(unsigned word) const in literalString() function in spv::spirvbin_t