Home
last modified time | relevance | path

Searched defs:Scoped (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/modules/portal/
Dscoped_glib.h23 Scoped() {} in Scoped() function
24 explicit Scoped(T* val) { ptr_ = val; } in Scoped() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp31 bool Scoped = bool(Opts & ClassOptions::Scoped); in getHashForUdt() local
69 bool Scoped = bool(Opts & ClassOptions::Scoped); in getTagRecordHashForUdt() local
/external/doclava/src/com/google/doclava/
DScoped.java19 public interface Scoped { interface
/external/guice/extensions/throwingproviders/test/com/google/inject/throwingproviders/
DTestScope.java38 public @interface Scoped {} annotation in TestScope
/external/python/google-auth-library-python/google/auth/
D_credentials_async.py118 class Scoped(credentials.Scoped): class
Dcredentials.py259 class Scoped(ReadOnlyScoped): class
/external/tensorflow/tensorflow/core/platform/
Dsetround_test.cc88 TEST(SetScopedSetRound, Scoped) { in TEST() argument
/external/perfetto/src/trace_processor/importers/common/
Dasync_track_set_tracker.cc124 TrackId AsyncTrackSetTracker::Scoped(TrackSetId id, int64_t ts, int64_t dur) { in Scoped() function in perfetto::trace_processor::AsyncTrackSetTracker
Dslice_tracker.cc80 std::optional<SliceId> SliceTracker::Scoped(int64_t timestamp, in Scoped() function in perfetto::trace_processor::SliceTracker
Dslice_tracker_unittest.cc265 TEST(SliceTrackerTest, Scoped) { in TEST() argument
/external/llvm/lib/DebugInfo/PDB/Raw/
DTpiStream.cpp81 bool Scoped = Opts & static_cast<uint16_t>(ClassOptions::Scoped); in getTpiHash() local
/external/rust/crates/tracing-core/src/
Ddispatcher.rs186 Scoped(T), enumerator
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h202 Scoped = 0x0100, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h211 Scoped = 0x0100, enumerator
/external/clang/include/clang/AST/
DDecl.h3045 bool Scoped, bool ScopedUsingClassTag, bool Fixed) in EnumDecl()