Lines Matching full:goog
31 goog.require('goog.crypt.base64');
32 goog.require('goog.testing.asserts');
35 goog.require('proto.jspb.test.ForeignMessage');
38 goog.require('proto.jspb.test.Proto3Enum');
39 goog.require('proto.jspb.test.TestProto3');
43 var BYTES_B64 = goog.crypt.base64.encodeByteArray(BYTES);
53 if (goog.isString(arr)) {
54 arr = goog.crypt.base64.decodeStringToUint8Array(arr);
249 msg.setOneofBytes(goog.crypt.base64.encodeString('\u00FF\u00FF'));
254 goog.crypt.base64.encodeString('\u00FF\u00FF'));
275 msg.setOptionalBytes(goog.crypt.base64.encodeString('\u00FF\u00FF'));