HomeSort by relevance Sort by last modified time
    Searched defs:Has (Results 1 - 15 of 15) sorted by null

  /external/golang-protobuf/proto/
message_set.go 91 func (ms *messageSet) Has(pb Message) bool {
  /external/piex/src/tiff_directory/
tiff_directory.cc 40 bool TiffDirectory::Has(const Tag tag) const {
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
message_set.go 97 func (ms *messageSet) Has(pb Message) bool {
  /external/v8/src/objects/
hash-table-inl.h 135 bool ObjectHashSet::Has(Isolate* isolate, Handle<Object> key, int32_t hash) {
139 bool ObjectHashSet::Has(Isolate* isolate, Handle<Object> key) {
  /external/libtextclassifier/lang_id/common/fel/
workspace.h 84 // Returns the maximum workspace id that has been registered.
104 // The maximum workspace id that has been registered.
117 // Returns true if a workspace has been set.
119 bool Has(int index) const {
132 SAFTM_DCHECK(Has<W>(index));
  /external/webrtc/talk/media/base/
codec.cc 51 bool FeedbackParams::Has(const FeedbackParam& param) const {
59 if (Has(param)) {
70 if (!from.Has(*iter_to)) {
159 return feedback_params.Has(param);
  /external/tensorflow/tensorflow/core/lib/gtl/
flatset_test.cc 31 // Returns true iff set has an entry for k.
33 bool Has(const NumSet& set, int64 k) {
62 EXPECT_FALSE(Has(set, 1));
65 EXPECT_TRUE(Has(set, 1));
66 EXPECT_TRUE(Has(set, 2));
67 EXPECT_FALSE(Has(set, 3));
72 EXPECT_FALSE(Has(set, 1));
78 EXPECT_TRUE(Has(set, 1));
84 EXPECT_TRUE(Has(set, 1));
93 EXPECT_TRUE(Has(set, i)) << i
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 294 bool NameTable::Builder::Has(int32_t platform_id,
  /external/protobuf/src/google/protobuf/
extension_set.cc 144 // compiler enforces it for C-style casts since lots of C-style code has
203 bool ExtensionSet::Has(int number) const {
    [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 88 // A nested class is a member and as such has the same access
92 // the class has access. A local class of a member function
186 : Target(S.Target), Has(S.Has) {
191 Target->HasInstanceContext = Has;
197 : Target(&Target), Has(Target.HasInstanceContext) {}
199 bool Has;
449 // Figure out whether the current class has a template:
695 /// target has to have some natural access in P, which opens up the
786 // that the naming class has to be derived from the effectiv
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/http2/
frame.go 66 // Has reports whether f contains all (0 or more) flags in v.
67 func (f Flags) Has(v Flags) bool {
560 if fh.Flags.Has(FlagHeadersEndHeaders) {
579 return f.FrameHeader.Flags.Has(FlagDataEndStream)
604 if fh.Flags.Has(FlagDataPadded) {
699 if fh.Flags.Has(FlagSettingsAck) && fh.Length > 0 {
733 return f.FrameHeader.Flags.Has(FlagSettingsAck)
798 func (f *PingFrame) IsAck() bool { return f.Flags.Has(FlagPingAck) }
945 return f.FrameHeader.Flags.Has(FlagHeadersEndHeaders)
949 return f.FrameHeader.Flags.Has(FlagHeadersEndStream
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_driver.cc 66 static bool Has(CUcontext context) {
127 if (current != nullptr && !CreatedContexts::Has(current)) {
415 << "The primary context is active and has a different flag set ("
    [all...]
  /external/vixl/src/aarch32/
disasm-aarch32.h 271 bool Has(InstructionAttribute attributes) const {
421 if (Has(kBitwise)) {
    [all...]
  /external/v8/src/
api.cc     [all...]
objects.cc     [all...]

Completed in 5235 milliseconds