Home
last modified time | relevance | path

Searched defs:CreateUnsafe (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DAuthPropertyTest.cs54 public void CreateUnsafe() in CreateUnsafe() method in Grpc.Core.Tests.AuthPropertyTest
/external/libchrome/base/memory/
Dplatform_shared_memory_region.cc19 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::CreateUnsafe( in CreateUnsafe() function in base::subtle::PlatformSharedMemoryRegion
/external/grpc-grpc/src/csharp/Grpc.Core/
DAuthProperty.cs106 internal static AuthProperty CreateUnsafe(string name, byte[] valueBytes) in CreateUnsafe() method in Grpc.Core.AuthProperty
DMetadata.cs350 internal static Entry CreateUnsafe(string key, byte[] valueBytes) in CreateUnsafe() method in Grpc.Core.Metadata.Entry