Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 785) sorted by relevance

12345678910>>...32

/third_party/boost/libs/yap/test/
Dderef.cpp17 using ref = boost::yap::expression_ref<boost::yap::expression, T>; typedef
51 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
59 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
66 ref<term<double> &> const ref = bh::front(plus_expr.elements); in test_main() local
80 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local
88 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local
96 ref<term<double> const &> const ref = in test_main() local
115 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
123 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
130 user_ref<user_term<double> &> const ref = in test_main() local
[all …]
Dvalue.cpp17 using ref = boost::yap::expression_ref<boost::yap::expression, T>; typedef
90 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
96 ref<term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
101 ref<term<double> &> const ref = bh::front(plus_expr.elements); in test_main() local
113 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local
120 ref<term<double> const &> ref = bh::front(plus_expr.elements); in test_main() local
126 ref<term<double> const &> const ref = bh::front(plus_expr.elements); in test_main() local
161 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
167 user_ref<user_term<double> &> ref = bh::front(plus_expr.elements); in test_main() local
172 user_ref<user_term<double> &> const ref = bh::front(plus_expr.elements); in test_main() local
[all …]
/third_party/json/doc/examples/
Dat_json_pointer.cpp42 json::reference ref = j.at("/array/01"_json_pointer); in main() local
53 json::reference ref = j.at("/array/one"_json_pointer); in main() local
64 json::reference ref = j.at("/array/4"_json_pointer); in main() local
75 json::reference ref = j.at("/array/-"_json_pointer); in main() local
86 json::const_reference ref = j.at("/foo"_json_pointer); in main() local
97 json::reference ref = j.at("/number/foo"_json_pointer); in main() local
Dat_json_pointer_const.cpp29 json::const_reference ref = j.at("/array/one"_json_pointer); in main() local
40 json::const_reference ref = j.at("/array/4"_json_pointer); in main() local
51 json::const_reference ref = j.at("/array/-"_json_pointer); in main() local
62 json::const_reference ref = j.at("/foo"_json_pointer); in main() local
73 json::const_reference ref = j.at("/number/foo"_json_pointer); in main() local
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dobj_ref.h63 static inline void objref_init(struct obj_ref *ref, int val) in objref_init()
68 static inline void objref_get(struct obj_ref *ref) in objref_get()
73 static inline int objref_put(struct obj_ref *ref, void (*release)(struct obj_ref *ref)) in objref_put()
83 static inline uint32_t objref_read(struct obj_ref *ref) in objref_read()
/third_party/boost/boost/random/detail/
Dptr_helper.hpp31 static reference_type ref(T& r) { return r; } in ref() function
32 static const T& ref(const T& r) { return r; } in ref() function
41 static reference_type ref(T& r) { return r; } in ref() function
42 static const T& ref(const T& r) { return r; } in ref() function
51 static reference_type ref(T * p) { return *p; } in ref() function
52 static const T& ref(const T * p) { return *p; } in ref() function
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dfunction_ref_test.cc39 FunctionRef<int()> ref(&Function); in TEST() local
44 FunctionRef<int()> ref(Function); in TEST() local
52 FunctionRef<int()> ref(NoExceptFunction); in TEST() local
58 FunctionRef<int(std::unique_ptr<int>)> ref(l); in TEST() local
64 FunctionRef<std::unique_ptr<int>()> ref(l); in TEST() local
70 FunctionRef<int(int, int, int)> ref(l); in TEST() local
80 FunctionRef<void()> ref(l); in TEST() local
100 FunctionRef<void()> ref(Function); in TEST() local
111 FunctionRef<int(const S& s)> ref(mem_ptr); in TEST() local
123 FunctionRef<int(const S& s)> ref(mem_fun_ptr); in TEST() local
[all …]
/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc39 FunctionRef<int()> ref(&Function); in TEST() local
44 FunctionRef<int()> ref(Function); in TEST() local
52 FunctionRef<int()> ref(NoExceptFunction); in TEST() local
58 FunctionRef<int(std::unique_ptr<int>)> ref(l); in TEST() local
64 FunctionRef<std::unique_ptr<int>()> ref(l); in TEST() local
70 FunctionRef<int(int, int, int)> ref(l); in TEST() local
80 FunctionRef<void()> ref(l); in TEST() local
100 FunctionRef<void()> ref(Function); in TEST() local
111 FunctionRef<int(const S& s)> ref(mem_ptr); in TEST() local
123 FunctionRef<int(const S& s)> ref(mem_fun_ptr); in TEST() local
[all …]
/third_party/boost/libs/asio/test/latency/
Dtcp_server.cpp59 struct ref struct in tcp_server
61 explicit ref(tcp_server* p) in ref() function
66 void operator()(boost::system::error_code ec, std::size_t n = 0) in operator ()()
72 tcp_server* p_;
Dudp_server.cpp60 struct ref struct in udp_server
62 explicit ref(udp_server* p) in ref() function
67 void operator()(boost::system::error_code ec, std::size_t n = 0) in operator ()()
73 udp_server* p_;
/third_party/glib/gio/tests/
Dtls-certificate.c37 pem_parser (const Reference *ref) in pem_parser()
137 pem_parser_handles_chain (const Reference *ref) in pem_parser_handles_chain()
204 from_file (const Reference *ref) in from_file()
230 from_files (const Reference *ref) in from_files()
299 from_files_crlf (const Reference *ref) in from_files_crlf()
326 from_files_pkcs8 (const Reference *ref) in from_files_pkcs8()
353 from_files_pkcs8enc (const Reference *ref) in from_files_pkcs8enc()
368 list_from_file (const Reference *ref) in list_from_file()
438 Reference ref; in main() local
/third_party/flutter/skia/src/gpu/
DGrNonAtomicRef.h34 void ref() const { in ref() function
55 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef()
56 delete ref; in GrTDeleteNonAtomicRef() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCBindingWrapping.h20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCBindingWrapping.h19 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \ argument
28 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \ argument
36 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \ argument
/third_party/skia/src/gpu/
DGrNonAtomicRef.h38 void ref() const { in ref() function
59 template<typename T> inline void GrTDeleteNonAtomicRef(const T* ref) { in GrTDeleteNonAtomicRef()
60 delete ref; in GrTDeleteNonAtomicRef() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefBaseTests.cpp119 Ref ref(tracker1); in TEST() local
131 Ref ref(tracker); in TEST() local
140 Ref ref; in TEST() local
150 Ref ref(tracker); in TEST() local
184 Ref ref; in TEST() local
218 Ref ref; in TEST() local
240 Ref ref(tracker); in TEST() local
255 Ref ref(tracker); in TEST() local
270 Ref ref; in TEST() local
285 Ref ref; in TEST() local
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_statistics_test.cc140 double FairShareImpl(CordRep* rep, size_t ref) { in FairShareImpl()
171 size_t FairShare(CordRep* rep, size_t ref = 1) { in FairShare()
217 RefHelper ref; in TEST() local
232 RefHelper ref; in TEST() local
247 RefHelper ref; in TEST() local
261 RefHelper ref; in TEST() local
275 RefHelper ref; in TEST() local
292 RefHelper ref; in TEST() local
310 RefHelper ref; in TEST() local
329 RefHelper ref; in TEST() local
[all …]
/third_party/boost/libs/utility/test/
Dstring_view_test1.cpp22 void interop ( const std::string &str, string_view ref ) { in interop()
46 string_view ref ( str ); in test_substr() local
66 string_view ref; in test_remove() local
90 string_view ref = str; in test_hash() local
/third_party/skia/modules/svg/src/
DSkSVGUse.cpp44 const auto ref = ctx.findNodeById(fHref); in onRender() local
53 const auto ref = ctx.findNodeById(fHref); in onAsPath() local
62 const auto ref = ctx.findNodeById(fHref); in onObjectBoundingBox() local
/third_party/typescript/tests/cases/compiler/
DtargetEs6DecoratorMetadataImportNotElided.ts16 get ref() { return this._ref; } method in MyComponent
17 set ref(value: TemplateRef) { this._ref = value; } method in MyComponent
/third_party/icu/icu4c/source/test/perf/leperf/
Dletrperf.cpp50 void time_obj(void * ref) { in time_obj()
60 void time_obj2(void * ref) { in time_obj2()
71 void time_letr1(void * ref) { in time_letr1()
92 void time_letr2(void * ref) { in time_letr2()
112 static void time_letr3(void * ref) { in time_letr3()
/third_party/node/test/js-native-api/test_reference_double_free/
Dtest_reference_double_free.c8 napi_ref* ref = data; in Destructor() local
14 napi_ref* ref = data; in NoDeleteDestructor() local
27 napi_ref* ref = malloc(sizeof(*ref)); in New() local
/third_party/flutter/skia/bench/
DRefCntBench.cpp30 SkRefCnt ref; in onDraw() local
65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local
91 SkRefCnt* ref = new SkRefCnt(); in onDraw() local
119 SkWeakRefCnt ref; in onDraw() local
151 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt(); in onDraw() local
177 SkWeakRefCnt* ref = new SkWeakRefCnt(); in onDraw() local
/third_party/skia/bench/
DRefCntBench.cpp30 SkRefCnt ref; in onDraw() local
65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); in onDraw() local
91 SkRefCnt* ref = new SkRefCnt(); in onDraw() local
119 SkWeakRefCnt ref; in onDraw() local
151 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt(); in onDraw() local
177 SkWeakRefCnt* ref = new SkWeakRefCnt(); in onDraw() local
/third_party/jsframework/runtime/main/page/api/
DDiffer.ts118 for (const ref in map) { constant
125 for (const ref in map) { constant
127 const list: Function[] = map[ref]; constant

12345678910>>...32