Home
last modified time | relevance | path

Searched defs:Ref (Results 1 – 25 of 169) sorted by relevance

1234567

/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.concat.pass.cpp177 path& Ref = (LHS += RHS); in doConcatSourceTest() local
184 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
192 path& Ref = (LHS += RHS); in doConcatSourceTest() local
199 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
207 path& Ref = (LHS += RHS); in doConcatSourceTest() local
214 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
221 path& Ref = LHS.concat(RHS, StrEnd(RHS)); in doConcatSourceTest() local
229 path& Ref = (LHS += RHS); in doConcatSourceTest() local
235 path& Ref = LHS.concat(RHS); in doConcatSourceTest() local
243 path& Ref = LHS.concat(RHS, REnd); in doConcatSourceTest() local
[all …]
Dpath.append.pass.cpp187 path& Ref = (Result /= RHS); in doAppendSourceTest() local
195 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
203 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
210 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
218 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
225 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
232 path& Ref = LHS.append(RHS, StrEnd(RHS)); in doAppendSourceTest() local
241 path& Ref = (LHS /= RHS); in doAppendSourceTest() local
247 path& Ref = LHS.append(RHS); in doAppendSourceTest() local
255 path& Ref = LHS.append(RHS, REnd); in doAppendSourceTest() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DRef.java3 public class Ref<T> { class
7 public Ref(T t) { in Ref() method in Ref
/external/grpc-grpc/src/core/lib/gprpp/
Dref_counted.h46 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
93 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
98 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
Dorphanable.h95 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
151 RefCountedPtr<Child> Ref() GRPC_MUST_USE_RESULT { in Ref() function
156 RefCountedPtr<Child> Ref(const DebugLocation& location, in Ref() function
/external/libcxx/test/std/containers/sequences/vector.bool/
Demplace_back.pass.cpp28 typedef C::reference Ref; in main() typedef
62 typedef C::reference Ref; in main() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBinaryStreamWriter.cpp18 BinaryStreamWriter::BinaryStreamWriter(WritableBinaryStreamRef Ref) in BinaryStreamWriter()
49 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref) { in writeStreamRef()
53 Error BinaryStreamWriter::writeStreamRef(BinaryStreamRef Ref, uint32_t Length) { in writeStreamRef()
DBinaryStreamReader.cpp18 BinaryStreamReader::BinaryStreamReader(BinaryStreamRef Ref) : Stream(Ref) {} in BinaryStreamReader()
100 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref) { in readStreamRef()
104 Error BinaryStreamReader::readStreamRef(BinaryStreamRef &Ref, uint32_t Length) { in readStreamRef()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dreplace_extension.pass.cpp61 path& Ref = (p.replace_extension(TC.extension)); in main() local
68 path& Ref = (p.replace_extension()); in main() local
Dmake_preferred.pass.cpp50 path& Ref = (p.make_preferred()); in main() local
Dremove_filename.pass.cpp68 path& Ref = (p.remove_filename()); in main() local
Dreplace_filename.pass.cpp57 path& Ref = (p.replace_filename(TC.filename)); in main() local
/external/llvm/lib/DebugInfo/CodeView/
DStreamWriter.cpp54 Error StreamWriter::writeStreamRef(StreamRef Ref) { in writeStreamRef()
61 Error StreamWriter::writeStreamRef(StreamRef Ref, uint32_t Length) { in writeStreamRef()
DStreamReader.cpp83 Error StreamReader::readStreamRef(StreamRef &Ref) { in readStreamRef()
87 Error StreamReader::readStreamRef(StreamRef &Ref, uint32_t Length) { in readStreamRef()
/external/tensorflow/tensorflow/core/kernels/
Deigen_attention.h72 Ref; in dimensions() typedef
90 Ref; in eval() typedef
/external/tensorflow/tensorflow/core/lib/core/
Drefcount.h92 inline void RefCounted::Ref() const { in Ref() function
/external/llvm/unittests/Support/
DConvertUTFTest.cpp23 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
34 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
45 StringRef Ref(Src, sizeof(Src) - 1); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DConvertUTFTest.cpp21 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
32 ArrayRef<char> Ref(Src, sizeof(Src) - 1); in TEST() local
43 StringRef Ref(Src, sizeof(Src) - 1); in TEST() local
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSymbol.cpp48 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Value); in AliasedSymbol() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_internal.h46 using Ref = T&; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DWindowsResourceDumper.cpp56 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeHashing.cpp44 for (const auto &Ref : Refs) { in hashType() local
/external/clang/test/CodeGenObjCXX/
Dblocks.mm78 struct Wrapper1 { NSUUID *Ref; }; field
/external/swiftshader/third_party/LLVM/lib/Support/
DRegex.cpp150 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local
/external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
Dalloc_rfunction.pass.cpp80 using Ref = std::reference_wrapper<A>; in main() typedef

1234567