| /third_party/json/docs/examples/ |
| H A D | at__json_pointer.cpp | 43 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 D | at__json_pointer_const.cpp | 30 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 D | missing-return3.c | 7 static void ref(void) in ref() function
|
| /third_party/rust/crates/lazy-static.rs/compiletest/tests/compile-fail/ |
| H A D | static_is_sized.rs | 6 pub static ref FOO: str = panic!(); consts
|
| /third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
| H A D | cse-cmp-next.c | 1 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 D | bad-type-twice1.c | 1 static unsigned long foo(unsigned long val, void *ref) in foo() argument
|
| H A D | field-override.c | 1 static int ref[] = { variable
|
| /third_party/rust/crates/lazy-static.rs/tests/ |
| H A D | no_std.rs | 10 pub static ref NUMBER: u32 = times_two(3); consts
|
| /third_party/rust/crates/syn/examples/lazy-static/example/src/ |
| H A D | main.rs | 5 static ref USERNAME: Regex = { consts
|
| /third_party/node/test/parallel/ |
| H A D | test-net-persistent-ref-unref.js | |
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | ref_updater.cpp | 24 ObjectHeader *BaseRefUpdater<LanguageConfig>::UpdateRefToMovedObject(ObjectHeader *object, ObjectHeader *ref, in UpdateRefToMovedObject() argument
|
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_rcbuf.h | 44 int32_t ref; member
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_rcbuf.h | 44 int32_t ref; member
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_rcbuf.h | 44 int32_t ref; member
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_zsa.c | 90 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 D | fd5_zsa.c | 108 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd5_zsa_state_create() local
|
| /third_party/openssl/test/ |
| H A D | chacha_internal_test.c | 29 static const unsigned char ref[] = { variable
|
| /third_party/rust/crates/once_cell/examples/ |
| H A D | bench_vs_lazy_static.rs | 10 static ref LAZY_STATIC: Vec<String> = vec!["Spica".to_string(), "Hoyten".to_string()]; consts
|
| /third_party/node/lib/internal/fs/ |
| H A D | watchers.js | |
| /arkcompiler/ets_runtime/test/fuzztest/booleanrefnewbool_fuzzer/ |
| H A D | booleanrefnewbool_fuzzer.cpp | 36 [[maybe_unused]] Local<BooleanRef> ref = BooleanRef::New(vm, input); in BooleanRefNewBoolFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | typeReference.h | 24 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | typeReference.h | 25 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() argument
|
| /arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/ |
| H A D | pttypesremoteobjectgetvalue_fuzzer.cpp | 36 Local<JSValueRef> ref = obj.GetValue();
in PtTypesRemoteObjectGetValueFuzzTest() local
|
| /third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
| H A D | obj_ref.h | 63 static inline void objref_init(struct obj_ref *ref, int val) in objref_init() argument 68 static inline void objref_get(struct obj_ref *ref) in objref_get() argument 73 static inline int objref_put(struct obj_ref *ref, void (*release)(struct obj_ref *ref)) in objref_put() argument 83 static inline uint32_t objref_read(struct obj_ref *ref) in objref_read() argument [all...] |
| /third_party/mesa3d/src/freedreno/common/ |
| H A D | freedreno_dev_info.c | 43 dev_id_compare(const struct fd_dev_id *ref, const struct fd_dev_id *id) in dev_id_compare() argument [all...] |