Home
last modified time | relevance | path

Searched defs:Ref (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs12 pub struct Ref<'a, T> { structure names
17 impl<'a, T> Ref<'a, T> { impls
[all...]
/third_party/rust/crates/regex/src/
H A Dexpand.rs107 enum Ref<'a> { enum
[all...]
/third_party/rust/crates/foreign-types/foreign-types-shared/src/
H A Dlib.rs20 type Ref: ForeignTypeRef<CType = Self::CType>; types
/third_party/node/src/
H A Dtimer_wrap.cc31 void TimerWrap::Ref() { in Ref() function in node::TimerWrap
59 void TimerWrapHandle::Ref() { in Ref() function in node::TimerWrapHandle
H A Dnode_object_wrap.h92 virtual void Ref() { in Ref() function in node::ObjectWrap
H A Dhandle_wrap.cc40 void HandleWrap::Ref(const FunctionCallbackInfo<Value>& args) { in Ref() function in node::HandleWrap
/third_party/rust/crates/foreign-types/foreign-types/src/
H A Dlib.rs225 type Ref = $borrowed; types
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefCounted.h57 class Ref : public RefBase<T*, RefCountedTraits<T>> { class
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DReference.h15 class Ref class
20 Ref(T &ref) : mPtr(&ref) {} in Ref() function in sh::Ref
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DTrackingMDRef.h107 TrackingMDRef Ref; member in llvm::TypedTrackingMDRef
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DTrackingMDRef.h101 TrackingMDRef Ref; member in llvm::TypedTrackingMDRef
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp166 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter() argument
61 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef() argument
65 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint32_t Length) { in writeStreamRef() argument
H A DBinaryStreamReader.cpp18 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader() argument
130 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef() argument
134 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef() argument
142 Error BinaryStreamReader::readSubstream(BinarySubstreamRef &Ref, in readSubstream() argument
H A DRegex.cpp185 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmacros.rs183 type Ref = $borrowed<T>; types
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dimpls.rs[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dimpls.rs[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dimpls.rs[all...]
/third_party/rust/crates/cxx/syntax/
H A Dimpls.rs[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dimpls.rs[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerIOWindows.cpp203 static size_t ParseCustomString(const std::string &Ref, size_t Offset, in ParseCustomString() argument
/third_party/node/test/node-api/test_reference_by_node_api_version/
H A Dtest_reference_by_node_api_version.c99 static napi_value Ref(napi_env env, napi_callback_info info) { in Ref() function
/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDefinition.cpp45 auto Ref = [](const Variable* var) -> std::unique_ptr<Expression> { in append_rtadjust_fixup_to_vertex_main() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp311 const MCSymbolRefExpr *Ref = in getTTypeGlobalReference() local

Completed in 12 milliseconds

1234