/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cfx_v8_unittest.cpp | 49 EXPECT_EQ("", cfx_v8()->ToByteString(empty)); in TEST_F() 77 EXPECT_EQ("null", cfx_v8()->ToByteString(nullz)); in TEST_F() 92 EXPECT_EQ("undefined", cfx_v8()->ToByteString(undef)); in TEST_F() 107 EXPECT_EQ("true", cfx_v8()->ToByteString(boolz)); in TEST_F() 116 EXPECT_EQ("false", cfx_v8()->ToByteString(boolz)); in TEST_F() 131 EXPECT_EQ("42.1", cfx_v8()->ToByteString(num)); in TEST_F() 146 EXPECT_EQ("123", cfx_v8()->ToByteString(str)); in TEST_F() 155 EXPECT_EQ("123", cfx_v8()->ToByteString(str2)); in TEST_F() 170 EXPECT_NE("", cfx_v8()->ToByteString(date)); // exact format varies. in TEST_F()
|
H A D | cjs_global.cpp | 30 return fxv8::ToByteString(pIsolate, name.As<v8::String>()); in ByteStringFromV8Name() 222 pRuntime->ToByteString(vp), in SetProperty() 261 auto it = m_MapGlobal.find(pRuntime->ToByteString(params[0])); in setPersistent() 388 ByteString sValue = pRuntime->ToByteString(v); in ObjectToArray()
|
H A D | fxv8.cpp | 126 ByteString ToByteString(v8::Isolate* pIsolate, v8::Local<v8::String> pValue) { in ToByteString() function 184 return ToByteString(pIsolate, maybe_string.ToLocalChecked()); in ReentrantToByteStringHelper()
|
H A D | cfx_v8.h | 41 ByteString ToByteString(v8::Local<v8::Value> pValue);
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldMaskTreeTest.cs | 167 newSource.MergeFrom(source.ToByteString()); in Merge() 170 newDestination.MergeFrom(destination.ToByteString()); in Merge() 179 destination.MergeFrom(newDestination.ToByteString()); in Merge()
|
H A D | CodedInputStreamTest.cs | 390 TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.ToByteString()); in ReadHugeBlob() 521 …ing atRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit).ToByteString(); in MaliciousRecursion() 522 …ndRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit + 1).ToByteString(); in MaliciousRecursion()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/ |
H A D | FieldMaskTreeTest.cs | 167 newSource.MergeFrom(source.ToByteString()); in Merge() 170 newDestination.MergeFrom(destination.ToByteString()); in Merge() 179 destination.MergeFrom(newDestination.ToByteString()); in Merge()
|
H A D | CodedInputStreamTest.cs | 390 TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.ToByteString()); in ReadHugeBlob() 521 …ing atRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit).ToByteString(); in MaliciousRecursion() 522 …ndRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit + 1).ToByteString(); in MaliciousRecursion()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | CustomOptions.cs | 239 ByteString bytes = single.GetValue().ToByteString(); 248 .Select(v => v.ToByteString())
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | CustomOptions.cs | 239 ByteString bytes = single.GetValue().ToByteString(); 248 .Select(v => v.ToByteString())
|
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | CodedInputStreamTest.cs | 263 TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.ToByteString()); in ReadHugeBlob() 316 …ing atRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit).ToByteString(); in MaliciousRecursion() 317 …ndRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit + 1).ToByteString(); in MaliciousRecursion()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
H A D | CodedInputStreamTest.cs | 263 TestAllTypes message2 = TestAllTypes.Parser.ParseFrom(message.ToByteString()); in ReadHugeBlob() 316 …ing atRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit).ToByteString(); in MaliciousRecursion() 317 …ndRecursiveLimit = MakeRecursiveMessage(CodedInputStream.DefaultRecursionLimit + 1).ToByteString(); in MaliciousRecursion()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/ |
H A D | fpdf_parser_decode_unittest.cpp | 36 ByteString ToByteString(const char (&array)[N]) { in ToByteString() function 476 ToByteString("\xFE\xFF\x7F\x51\x98\x75\x00\x20\x56\xFE\x72\x47\x00" in TEST()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | AnyPartial.cs | 143 Value = message.ToByteString() in Pack()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | AnyPartial.cs | 143 Value = message.ToByteString() in Pack()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | AnyTest.cs | 99 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
|
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | AnyTest.cs | 99 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | DescriptorsTest.cs | 82 DescriptorReflection.Descriptor.Proto.ToByteString(), in FileDescriptor_BuildFromByteStrings_WithExtensionRegistry() 83 UnittestCustomOptionsProto3Reflection.Descriptor.Proto.ToByteString() in FileDescriptor_BuildFromByteStrings_WithExtensionRegistry()
|
H A D | DescriptorDeclarationTest.cs | 170 var byteStrings = descriptorSet.File.Select(f => f.ToByteString()).ToList(); in LoadProtos()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
H A D | DescriptorsTest.cs | 82 DescriptorReflection.Descriptor.Proto.ToByteString(), in FileDescriptor_BuildFromByteStrings_WithExtensionRegistry() 83 UnittestCustomOptionsProto3Reflection.Descriptor.Proto.ToByteString() in FileDescriptor_BuildFromByteStrings_WithExtensionRegistry()
|
H A D | DescriptorDeclarationTest.cs | 170 var byteStrings = descriptorSet.File.Select(f => f.ToByteString()).ToList(); in LoadProtos()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | AnyTest.cs | 117 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | AnyTest.cs | 117 … Assert.That(text, Does.Contain("\"@value\": \"" + message.ToByteString().ToBase64() + "\"")); in ToString_WithValues()
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Conformance/ |
H A D | Program.cs | 152 return new ConformanceResponse { ProtobufPayload = message.ToByteString() }; in PerformRequest()
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/ |
H A D | Program.cs | 152 return new ConformanceResponse { ProtobufPayload = message.ToByteString() }; in PerformRequest()
|