HomeSort by relevance Sort by last modified time
    Searched refs:EmptySet (Results 1 - 23 of 23) sorted by null

  /external/google-fruit/include/fruit/impl/meta/
proof_trees.h 43 using EmptyProofForest = EmptySet;
graph.h 93 using DfsResult = DfsVisit(GetFirst(CurrentResult), EmptySet, Node);
102 using type = GetSecond(FoldVector(GetMapKeys(G), VisitStartingAtNode, Pair<EmptySet, None>));
set.h 31 using EmptySet = Vector<>;
43 // If S is EmptySet this returns InitialValue.
131 using type = FoldSet(S1, Helper, EmptySet);
145 using type = If(GreaterThan(SetSize(S1), SetSize(S2)), SetIntersection(S2, S1), FoldSet(S1, Helper, EmptySet));
component.h 846 ConsComp(EmptySet, VectorToSetUnchecked(RemoveConstFromTypes(Vector<Ps...>)),
    [all...]
  /external/skia/src/gpu/
GrProcessorSet.h 147 static const GrProcessorSet& EmptySet();
GrProcessorSet.cpp 16 const GrProcessorSet& GrProcessorSet::EmptySet() {
  /external/skqp/src/gpu/
GrProcessorSet.h 142 static const GrProcessorSet& EmptySet();
GrProcessorSet.cpp 15 const GrProcessorSet& GrProcessorSet::EmptySet() {
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
SmallSortedMap.java 196 EmptySet.<Map.Entry<K, V>>iterable() :
589 private static class EmptySet {
  /external/libchrome/base/sampling_heap_profiler/
lock_free_address_hash_set_unittest.cc 52 TEST_F(LockFreeAddressHashSetTest, EmptySet) {
  /external/llvm/unittests/ADT/
SparseSetTest.cpp 20 TEST(SparseSetTest, EmptySet) {
SparseMultiSetTest.cpp 20 TEST(SparseMultiSetTest, EmptySet) {
  /external/skia/src/gpu/ops/
GrSimpleMeshDrawOpHelper.cpp 115 const GrProcessorSet& processors = fProcessors ? *fProcessors : GrProcessorSet::EmptySet();
  /external/skqp/src/gpu/ops/
GrSimpleMeshDrawOpHelper.cpp 103 const GrProcessorSet& processors = fProcessors ? *fProcessors : GrProcessorSet::EmptySet();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
SparseSetTest.cpp 20 TEST(SparseSetTest, EmptySet) {
SparseMultiSetTest.cpp 20 TEST(SparseMultiSetTest, EmptySet) {
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_unittest.cc 34 TEST_F(LinkedSetTest, EmptySet) {
  /external/swiftshader/third_party/subzero/src/
IceTargetLowering.cpp 524 CfgSet<Variable *> EmptySet;
526 LinearScan.init(Kind, EmptySet);
    [all...]
  /external/llvm/unittests/IR/
ConstantRangeTest.cpp 562 ConstantRange EmptySet(8, /* isFullSet = */ false);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ConstantRangeTest.cpp 646 ConstantRange EmptySet(8, /* isFullSet = */ false);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineCFGStructurizer.cpp 217 PHISourcesT EmptySet;
221 NewElement->Sources = EmptySet;
    [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 
kotlin-stdlib.jar 

Completed in 1668 milliseconds