Home
last modified time | relevance | path

Searched defs:value_p (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/dynamic_depth/internal/strings/
H A Dnumbers.cc161 IntType* value_p) { in safe_parse_positive_int()
194 IntType* value_p) { in safe_parse_negative_int()
236 inline bool safe_int_internal(const string& text, IntType* value_p, int base) { in safe_int_internal()
251 inline bool safe_uint_internal(const string& text, IntType* value_p, int base) { in safe_uint_internal()
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/
H A Dnumbers.cc920 IntType* value_p) { in safe_parse_positive_int()
957 IntType* value_p) { in safe_parse_negative_int()
1001 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
1016 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/
H A Dnumbers.cc908 IntType* value_p) { in safe_parse_positive_int()
944 IntType* value_p) { in safe_parse_negative_int()
988 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
1003 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dnumbers.cc920 IntType* value_p) { in safe_parse_positive_int()
957 IntType* value_p) { in safe_parse_negative_int()
1001 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
1016 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/
H A Dnumbers.cc920 IntType* value_p) { in safe_parse_positive_int()
957 IntType* value_p) { in safe_parse_negative_int()
1001 inline bool safe_int_internal(absl::string_view text, IntType* value_p, in safe_int_internal()
1016 inline bool safe_uint_internal(absl::string_view text, IntType* value_p, in safe_uint_internal()
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/
H A Dnumbers.cc982 absl::Nonnull<IntType*> value_p) { in safe_parse_positive_int()
1019 absl::Nonnull<IntType*> value_p) { in safe_parse_negative_int()
1064 absl::Nonnull<IntType*> value_p, int base) { in safe_int_internal()
1079 absl::Nonnull<IntType*> value_p, int base) { in safe_uint_internal()
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/
H A Dnumbers.cc982 absl::Nonnull<IntType*> value_p) { in safe_parse_positive_int()
1019 absl::Nonnull<IntType*> value_p) { in safe_parse_negative_int()
1064 absl::Nonnull<IntType*> value_p, int base) { in safe_int_internal()
1079 absl::Nonnull<IntType*> value_p, int base) { in safe_uint_internal()
/aosp_15_r20/external/abseil-cpp/absl/strings/
H A Dnumbers.cc982 absl::Nonnull<IntType*> value_p) { in safe_parse_positive_int()
1019 absl::Nonnull<IntType*> value_p) { in safe_parse_negative_int()
1064 absl::Nonnull<IntType*> value_p, int base) { in safe_int_internal()
1079 absl::Nonnull<IntType*> value_p, int base) { in safe_uint_internal()
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlookup_ops.cc344 PartialTensorShape value_p; in MutableHashTableOfTensorsShapeFn() local
352 PartialTensorShape value_p; in MutableDenseHashTableShapeFn() local
/aosp_15_r20/external/freetype/src/gxvalid/
H A Dgxvjust.c408 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate()
544 GXV_LookupValueCPtr value_p, in gxv_just_wdcTable_LookupValue_validate()
H A Dgxvmort4.c44 GXV_LookupValueCPtr value_p, in gxv_mort_subtable_type4_lookupval_validate()
H A Dgxvopbd.c71 GXV_LookupValueCPtr value_p, in gxv_opbd_LookupValue_validate()
H A Dgxvlcar.c87 GXV_LookupValueCPtr value_p, in gxv_lcar_LookupValue_validate()
H A Dgxvprop.c190 GXV_LookupValueCPtr value_p, in gxv_prop_LookupValue_validate()
H A Dgxvbsln.c75 GXV_LookupValueCPtr value_p, in gxv_bsln_LookupValue_validate()
H A Dgxvmorx1.c162 GXV_LookupValueCPtr value_p, in gxv_morx_subtable_type1_LookupValue_validate()
H A Dgxvcommn.c1338 GXV_LookupValueCPtr value_p, in gxv_XClassTable_lookupval_validate()
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc695 bool safe_parse_positive_int(std::string text, IntType *value_p) { in safe_parse_positive_int()
728 bool safe_parse_negative_int(const std::string &text, IntType *value_p) { in safe_parse_negative_int()
768 bool safe_int_internal(std::string text, IntType *value_p) { in safe_int_internal()
782 bool safe_uint_internal(std::string text, IntType *value_p) { in safe_uint_internal()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc695 bool safe_parse_positive_int(std::string text, IntType *value_p) { in safe_parse_positive_int()
728 bool safe_parse_negative_int(const std::string &text, IntType *value_p) { in safe_parse_negative_int()
768 bool safe_int_internal(std::string text, IntType *value_p) { in safe_int_internal()
782 bool safe_uint_internal(std::string text, IntType *value_p) { in safe_uint_internal()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_map_in_map.c28 int *value_p; in xdp_mimtest0() local
H A Dtest_stacktrace_build_id.c47 __u32 key = 0, val = 0, *value_p; in oncpu() local
H A Dtest_stacktrace_map.c57 __u32 key = 0, val = 0, *value_p; in oncpu() local
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/utils/
H A Dutils_uriparser.cc269 void* value_p = const_cast<char*>(obj.mutable_data()->value); in GetQueryElements() local
/aosp_15_r20/external/libcap/libcap/
H A Dcap_text.c298 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name()
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c951 PyObject **value_p) in print_exception_file_and_line()

12