Home
last modified time | relevance | path

Searched refs:CreateNull (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/
Dcel_value.h62 static CelValue CreateNull() { return CelValue(nullptr); } in CreateNull() function
64 static CelValue CreateInt64(int64_t value) { return CreateNull(); } in CreateInt64()
66 static CelValue CreateUint64(uint64_t value) { return CreateNull(); } in CreateUint64()
69 return CreateNull(); in CreateStringView()
72 static CelValue CreateString(const std::string* str) { return CreateNull(); } in CreateString()
74 static CelValue CreateMap(const CelMap* value) { return CreateNull(); } in CreateMap()
Devaluator_core.h60 return CelValue::CreateNull(); in Evaluate()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DChannelArgsSafeHandle.cs33 public static ChannelArgsSafeHandle CreateNull() in CreateNull() method in Grpc.Core.Internal.ChannelArgsSafeHandle
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
DChannelArgsSafeHandleTest.cs46 var channelArgs = ChannelArgsSafeHandle.CreateNull(); in CreateNullAndDestroy()
/external/grpc-grpc/src/csharp/Grpc.Core/
DChannelOptions.cs171 return ChannelArgsSafeHandle.CreateNull(); in CreateChannelArgs()