Home
last modified time | relevance | path

Searched defs:Has (Results 1 – 25 of 36) sorted by relevance

12

/external/golang-protobuf/internal/set/
Dints.go16 func (bs *int64s) Has(n uint64) bool { func
35 func (bs *Ints) Has(n uint64) bool { func
/external/golang-protobuf/reflect/protoreflect/
Dproto.go382 Has(n FieldNumber) bool methodSpec
394 Has(n FieldNumber) bool methodSpec
409 Has(n EnumNumber) bool methodSpec
431 Has(s Name) bool methodSpec
Dvalue.go75 Has(FieldDescriptor) bool methodSpec
244 Has(MapKey) bool methodSpec
/external/vixl/src/
Dcpu-features.cc82 bool CPUFeatures::Has(const CPUFeatures& other) const { in Has() function in vixl::CPUFeatures
86 bool CPUFeatures::Has(Feature feature) const { in Has() function in vixl::CPUFeatures
Dcpu-features.h368 bool Has(T first, U... others) const { in Has() function
/external/golang-protobuf/internal/impl/
Dmessage_reflect_gen.go64 func (m *messageState) Has(fd protoreflect.FieldDescriptor) bool { func
184 func (m *messageReflectWrapper) Has(fd protoreflect.FieldDescriptor) bool { func
Dconvert_map.go70 func (ms *mapReflect) Has(k protoreflect.MapKey) bool { func
Dmessage_reflect.go250 func (m *extensionMap) Has(xt protoreflect.ExtensionType) (ok bool) { func
Dlegacy_message.go522 func (m aberrantMessage) Has(protoreflect.FieldDescriptor) bool { func
/external/cronet/net/disk_cache/simple/
Dpost_doom_waiter.h55 bool Has(uint64_t entry_hash) { in Has() function
Dsimple_index.cc363 bool SimpleIndex::Has(uint64_t hash) const { in Has() function in disk_cache::SimpleIndex
Dsimple_index_unittest.cc312 TEST_F(SimpleIndexTest, Has) { in TEST_F() argument
/external/golang-protobuf/internal/filedesc/
Ddesc_list.go37 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/golang-protobuf/testing/protocmp/
Dreflect.go77 func (m reflectMessage) Has(fd protoreflect.FieldDescriptor) bool { func
228 func (ms reflectMap) Has(k protoreflect.MapKey) bool { func
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_driver.h73 static bool Has(CUcontext context) { in Has() function
/external/libtextclassifier/native/lang_id/common/fel/
Dworkspace.h122 bool Has(int index) const { in Has() function
/external/libtextclassifier/native/utils/grammar/semantics/
Dvalue.h163 bool Has() const { in Has() function
/external/clang/include/clang/AST/
DStmtOpenMP.h258 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/
Dirregular.go45 func (m *message) Has(fd protoreflect.FieldDescriptor) bool { func
/external/golang-protobuf/types/dynamicpb/
Ddynamic.go154 func (m *Message) Has(fd protoreflect.FieldDescriptor) bool { func
461 func (x *dynamicMap) Has(k protoreflect.MapKey) bool { return x.Get(k).IsValid() } func
/external/piex/src/tiff_directory/
Dtiff_directory.cc40 bool TiffDirectory::Has(const Tag tag) const { in Has() function in piex::tiff_directory::TiffDirectory
/external/cronet/base/containers/
Denum_set.h266 constexpr bool Has(E value) const { in Has() function
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp103 TEST(Has, MatchesChildrenOfTypes) { in TEST() argument
114 TEST(Has, MatchesChildTypes) { in TEST() argument
123 TEST(StatementMatcher, Has) { in TEST() argument
1414 TEST(Has, DoesNotDeleteBindings) { in TEST() argument
/external/golang-protobuf/testing/prototest/
Dmessage.go428 func (m testMap) Has(k protoreflect.MapKey) bool { return m.Get(k).IsValid() } func
/external/webrtc/media/base/
Dcodec.cc77 bool FeedbackParams::Has(const FeedbackParam& param) const { in Has() function in cricket::FeedbackParams

12