/aosp_15_r20/external/dynamic_depth/internal/strings/ |
H A D | numbers.cc | 161 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 D | numbers.cc | 920 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 D | numbers.cc | 908 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/ |
D | numbers.cc | 920 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 D | numbers.cc | 920 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 D | numbers.cc | 982 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 D | numbers.cc | 982 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 D | numbers.cc | 982 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 D | lookup_ops.cc | 344 PartialTensorShape value_p; in MutableHashTableOfTensorsShapeFn() local 352 PartialTensorShape value_p; in MutableDenseHashTableShapeFn() local
|
/aosp_15_r20/external/freetype/src/gxvalid/ |
H A D | gxvjust.c | 408 GXV_LookupValueCPtr value_p, in gxv_just_pcTable_LookupValue_entry_validate() 544 GXV_LookupValueCPtr value_p, in gxv_just_wdcTable_LookupValue_validate()
|
H A D | gxvmort4.c | 44 GXV_LookupValueCPtr value_p, in gxv_mort_subtable_type4_lookupval_validate()
|
H A D | gxvopbd.c | 71 GXV_LookupValueCPtr value_p, in gxv_opbd_LookupValue_validate()
|
H A D | gxvlcar.c | 87 GXV_LookupValueCPtr value_p, in gxv_lcar_LookupValue_validate()
|
H A D | gxvprop.c | 190 GXV_LookupValueCPtr value_p, in gxv_prop_LookupValue_validate()
|
H A D | gxvbsln.c | 75 GXV_LookupValueCPtr value_p, in gxv_bsln_LookupValue_validate()
|
H A D | gxvmorx1.c | 162 GXV_LookupValueCPtr value_p, in gxv_morx_subtable_type1_LookupValue_validate()
|
H A D | gxvcommn.c | 1338 GXV_LookupValueCPtr value_p, in gxv_XClassTable_lookupval_validate()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 695 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 D | strutil.cc | 695 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 D | test_map_in_map.c | 28 int *value_p; in xdp_mimtest0() local
|
H A D | test_stacktrace_build_id.c | 47 __u32 key = 0, val = 0, *value_p; in oncpu() local
|
H A D | test_stacktrace_map.c | 57 __u32 key = 0, val = 0, *value_p; in oncpu() local
|
/aosp_15_r20/external/sandboxed-api/contrib/uriparser/utils/ |
H A D | utils_uriparser.cc | 269 void* value_p = const_cast<char*>(obj.mutable_data()->value); in GetQueryElements() local
|
/aosp_15_r20/external/libcap/libcap/ |
H A D | cap_text.c | 298 int cap_from_name(const char *name, cap_value_t *value_p) in cap_from_name()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pythonrun.c | 951 PyObject **value_p) in print_exception_file_and_line()
|