/external/golang-protobuf/internal/set/ |
D | ints.go | 16 func (bs *int64s) Has(n uint64) bool { func 35 func (bs *Ints) Has(n uint64) bool { func
|
/external/golang-protobuf/reflect/protoreflect/ |
D | proto.go | 382 Has(n FieldNumber) bool methodSpec 394 Has(n FieldNumber) bool methodSpec 409 Has(n EnumNumber) bool methodSpec 431 Has(s Name) bool methodSpec
|
D | value.go | 75 Has(FieldDescriptor) bool methodSpec 244 Has(MapKey) bool methodSpec
|
/external/vixl/src/ |
D | cpu-features.cc | 83 bool CPUFeatures::Has(const CPUFeatures& other) const { in Has() function in vixl::CPUFeatures 87 bool CPUFeatures::Has(Feature feature) const { in Has() function in vixl::CPUFeatures
|
D | cpu-features.h | 387 bool Has(T first, U... others) const { in Has() function
|
/external/cronet/stable/net/disk_cache/simple/ |
D | post_operation_waiter.h | 48 bool Has(uint64_t entry_hash) { in Has() function
|
/external/cronet/tot/net/disk_cache/simple/ |
D | post_operation_waiter.h | 48 bool Has(uint64_t entry_hash) { in Has() function
|
/external/golang-protobuf/internal/impl/ |
D | message_reflect_gen.go | 64 func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool { func 184 func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool { func
|
D | convert_map.go | 70 func (ms *mapReflect) Has(k protoreflect.MapKey) bool { func
|
D | message_reflect.go | 250 func (m *extensionMap) Has(xt protoreflect.ExtensionType) (ok bool) { func
|
/external/golang-protobuf/internal/filedesc/ |
D | desc_list.go | 37 func (p *Names) Has(s protoreflect.Name) bool { return p.lazyInit().has[s] > 0 } func 76 func (p *EnumRanges) Has(n protoreflect.EnumNumber) bool { func 138 func (p *FieldRanges) Has(n protoreflect.FieldNumber) bool { func 230 func (p *FieldNumbers) Has(n protoreflect.FieldNumber) bool { func
|
/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/ |
D | builder.rs | 134 struct Has { struct 135 vertex_input_state: bool, 136 pre_rasterization_shader_state: bool, 137 tessellation_state: bool, 138 viewport_state: bool, 139 fragment_shader_state: bool, 140 depth_stencil_state: bool, 141 fragment_output_state: bool, 142 color_blend_state: bool, 430 has: Has, in validate_create() [all …]
|
/external/openthread/src/core/common/ |
D | bit_set.hpp | 73 bool Has(uint16_t aIndex) const { return (mMask[aIndex / 8] & BitMaskFor(aIndex)) != 0; } in Has() function in ot::BitSet
|
/external/golang-protobuf/testing/protocmp/ |
D | reflect.go | 77 func (m reflectMessage) Has(fd protoreflect.FieldDescriptor) bool { func 228 func (ms reflectMap) Has(k protoreflect.MapKey) bool { func
|
/external/jsoup/src/main/java/org/jsoup/select/ |
D | StructuralEvaluator.java | 61 static class Has extends StructuralEvaluator { class in StructuralEvaluator 66 public Has(Evaluator evaluator) { in Has() method in StructuralEvaluator.Has
|
/external/cronet/tot/base/threading/ |
D | sequence_local_storage_map.cc | 44 bool SequenceLocalStorageMap::Has(int slot_id) const { in Has() function in base::internal::SequenceLocalStorageMap
|
/external/cronet/stable/base/threading/ |
D | sequence_local_storage_map.cc | 44 bool SequenceLocalStorageMap::Has(int slot_id) const { in Has() function in base::internal::SequenceLocalStorageMap
|
/external/libcap/cap/ |
D | flags.go | 269 func (cf Diff) Has(vec Flag) bool { func
|
D | iab.go | 55 func (d IABDiff) Has(v Vector) bool { func
|
/external/libtextclassifier/native/lang_id/common/fel/ |
D | workspace.h | 122 bool Has(int index) const { in Has() function
|
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
D | cuda_driver.h | 73 static bool Has(CUcontext context) { in Has() function
|
/external/libtextclassifier/native/utils/grammar/semantics/ |
D | value.h | 163 bool Has() const { in Has() function
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 258 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 884 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 1025 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 1108 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 1333 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 1480 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 1549 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel() 2342 void setHasCancel(bool Has) { HasCancel = Has; } in setHasCancel()
|
/external/golang-protobuf/internal/testprotos/irregular/ |
D | irregular.go | 45 func (m *message) Has(fd protoreflect.FieldDescriptor) bool { func
|
/external/golang-protobuf/types/dynamicpb/ |
D | dynamic.go | 154 func (m *Message) Has(fd protoreflect.FieldDescriptor) bool { func 461 func (x *dynamicMap) Has(k protoreflect.MapKey) bool { return x.Get(k).IsValid() } func
|