Home
last modified time | relevance | path

Searched defs:ref (Results 1 - 25 of 1085) sorted by relevance

12345678910>>...44

/third_party/json/docs/examples/
H A Dat__json_pointer.cpp43 json::reference ref = j.at("/array/01"_json_pointer); in main() local
54 json::reference ref = j.at("/array/one"_json_pointer); in main() local
65 json::reference ref = j.at("/array/4"_json_pointer); in main() local
76 json::reference ref = j.at("/array/-"_json_pointer); in main() local
87 json::const_reference ref = j.at("/foo"_json_pointer); in main() local
98 json::reference ref = j.at("/number/foo"_json_pointer); in main() local
H A Dat__json_pointer_const.cpp30 json::const_reference ref = j.at("/array/one"_json_pointer); in main() local
41 json::const_reference ref = j.at("/array/4"_json_pointer); in main() local
52 json::const_reference ref = j.at("/array/-"_json_pointer); in main() local
63 json::const_reference ref = j.at("/foo"_json_pointer); in main() local
74 json::const_reference ref = j.at("/number/foo"_json_pointer); in main() local
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dmissing-return3.c7 static void ref(void) in ref() function
/third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/
H A Dstatic_is_sized.rs6 pub static ref FOO: str = panic!(); consts
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcse-cmp-next.c1 void foo(int p, int i, int f, int *ref, int *dst, int *src) in foo() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dbad-type-twice1.c1 static unsigned long foo(unsigned long val, void *ref) in foo() argument
H A Dfield-override.c1 static int ref[] = { variable
/third_party/rust/crates/lazy-static.rs/tests/
H A Dno_std.rs10 pub static ref NUMBER: u32 = times_two(3); consts
/third_party/rust/crates/syn/examples/lazy-static/example/src/
H A Dmain.rs5 static ref USERNAME: Regex = { consts
/third_party/node/test/parallel/
H A Dtest-net-persistent-ref-unref.js
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dref_updater.cpp24 ObjectHeader *BaseRefUpdater<LanguageConfig>::UpdateRefToMovedObject(ObjectHeader *object, ObjectHeader *ref, in UpdateRefToMovedObject() argument
/third_party/nghttp2/lib/
H A Dnghttp2_rcbuf.h44 int32_t ref; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.h44 int32_t ref; member
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_rcbuf.h44 int32_t ref; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_zsa.c90 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd4_zsa_state_create() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_zsa.c108 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd5_zsa_state_create() local
/third_party/openssl/test/
H A Dchacha_internal_test.c29 static const unsigned char ref[] = { variable
/third_party/rust/crates/once_cell/examples/
H A Dbench_vs_lazy_static.rs10 static ref LAZY_STATIC: Vec<String> = vec!["Spica".to_string(), "Hoyten".to_string()]; consts
/third_party/node/lib/internal/fs/
H A Dwatchers.js
/arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer/
H A Dbooleanrefnewbool_fuzzer.cpp36 [[maybe_unused]] Local<BooleanRef> ref = BooleanRef::New(vm, input); in BooleanRefNewBoolFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DtypeReference.h24 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtypeReference.h25 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() argument
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/
H A Dpttypesremoteobjectgetvalue_fuzzer.cpp36 Local<JSValueRef> ref = obj.GetValue(); in PtTypesRemoteObjectGetValueFuzzTest() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_surface.cpp27 OHOS::RefBase *ref = reinterpret_cast<OHOS::RefBase *>(window_); in EglWrapperSurface() local
36 OHOS::RefBase *ref = reinterpret_cast<OHOS::RefBase *>(window_); in ~EglWrapperSurface() local
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/include/
H A Drequest_suspend_delay.h42 napi_ref ref = nullptr; member

Completed in 5 milliseconds

12345678910>>...44