Home
last modified time | relevance | path

Searched defs:str (Results 2076 - 2100 of 2962) sorted by relevance

1...<<81828384858687888990>>...119

/third_party/skia/third_party/externals/tint/src/resolver/
H A Dtype_constructor_validation_test.cc2352 auto* str = Structure("S", { in TEST_F() local
2384 auto* str = Structure("S", {Member("a", ty.atomic(ty.i32()))}); in TEST_F() local
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c432 uInt str, n; local
726 Bytef *str; local
1615 uInt str = s->strstart - s->insert; global() local
[all...]
/third_party/skia/tools/
H A DToolUtils.cpp164 create_string_bitmap(int w, int h, SkColor c, int x, int y, int textSize, const char* str) { in create_string_bitmap() argument
191 create_string_image(int w, int h, SkColor c, int x, int y, int textSize, const char* str) create_string_image() argument
/third_party/skia/tools/skqp/src/
H A Dskqp.cpp470 auto str = SkStringPrintf("\"%s\",\"%s\",%d,%d,%" PRId64, backendName, gmName.c_str(), in makeReport() local
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp264 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dfilteredbrk.cpp86 inline UBool adopt(UnicodeString *str, UErrorCode &status) { in adopt() argument
103 inline UBool add(const UnicodeString& str, UErrorCode &status) { in add() argument
[all...]
H A Duset.cpp90 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString() argument
97 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints() argument
114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() argument
120 uset_removeAllCodePoints(USet *set, const UChar *str, int32_t length) { in uset_removeAllCodePoints() argument
136 uset_retainString(USet *set, const UChar *str, int32_t length) { in uset_retainString() argument
142 uset_retainAllCodePoints(USet *set, const UChar *str, int32_t length) uset_retainAllCodePoints() argument
168 uset_complementString(USet *set, const UChar *str, int32_t length) uset_complementString() argument
174 uset_complementAllCodePoints(USet *set, const UChar *str, int32_t length) uset_complementAllCodePoints() argument
210 uset_containsString(const USet* set, const UChar* str, int32_t strLen) uset_containsString() argument
221 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) uset_containsAllCodePoints() argument
306 uset_getItem(const USet* uset, int32_t itemIndex, UChar32* start, UChar32* end, UChar* str, int32_t strCapacity, UErrorCode* ec) uset_getItem() argument
[all...]
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc362 auto str = _internal_mutable_suffix(); in _InternalParse() local
682 auto str = _internal_add_file_to_generate(); in _InternalParse() local
695 auto str = _internal_mutable_parameter(); in _InternalParse() local
1029 auto str in _InternalParse() local
1040 auto str = _internal_mutable_insertion_point(); _InternalParse() local
1051 auto str = _internal_mutable_content(); _InternalParse() local
1332 auto str = _internal_mutable_error(); _InternalParse() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_util.cc85 size_t StringSpaceUsedExcludingSelfLong(const std::string& str) { in StringSpaceUsedExcludingSelfLong() argument
H A Dparse_context.h329 AppendString(const char* ptr, std::string* str) AppendString() argument
H A Dstruct.pb.cc637 auto str = _internal_mutable_string_value(); in _InternalParse() local
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc947 uint8* CodedOutputStream::WriteStringWithSizeToArray(const std::string& str, in WriteStringWithSizeToArray() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmap_container.cc158 std::string str; in PythonToMapKey() local
274 std::string str; in PythonToMapValueRef() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmessage.c593 VALUE str; in Message_inspect() local
[all...]
/third_party/python/Parser/
H A Dpegen.c23 const char *str = PyUnicode_AsUTF8(line); in _PyPegen_byte_offset_to_character_offset() local
919 _PyPegen_run_parser_from_string(const char *str, int start_rule, PyObject *filename_ob, in _PyPegen_run_parser_from_string() argument
H A Dpegen.h45 char *str; member
/third_party/python/Python/
H A Dast_opt.c268 PyObject *str = PyUnicode_Substring(fmt, start, pos); in parse_literal() local
370 PyObject *str = PyUnicode_FromString(buf); parse_format() local
[all...]
H A Dcodecs.c1327 PyObject *str; in PyCodec_SurrogateEscapeErrors() local
H A Dpreconfig.c533 _Py_str_to_int(const char *str, int *result) in _Py_str_to_int() argument
/third_party/python/Modules/
H A Dnismodule.c457 PyObject *str = PyUnicode_FromString(maps->map); in nis_maps() local
/third_party/python/Objects/stringlib/
H A Dunicode_format.h16 PyObject *str; /* borrowed reference */ member
54 SubString_init(SubString *str, PyObject *s, Py_ssize_t start, Py_ssize_t end) in SubString_init() argument
63 SubString_new_object(SubString *str) in SubString_new_object() argument
72 SubString_new_object_or_empty(SubString *str) SubString_new_object_or_empty() argument
111 get_integer(const SubString *str) get_integer() argument
150 PyObject *str = SubString_new_object(name); getattr() local
183 PyObject *str = SubString_new_object(name); getitem_str() local
195 SubString str; global() member
319 field_name_split(PyObject *str, Py_ssize_t start, Py_ssize_t end, SubString *first, Py_ssize_t *first_idx, FieldNameIterator *rest, AutoNumber *auto_number) field_name_split() argument
554 parse_field(SubString *str, SubString *field_name, SubString *format_spec, int *format_spec_needs_expanding, Py_UCS4 *conversion) parse_field() argument
661 SubString str; global() member
665 MarkupIterator_init(MarkupIterator *self, PyObject *str, Py_ssize_t start, Py_ssize_t end) MarkupIterator_init() argument
980 PyObject *str; global() member
1144 PyObject *str; global() member
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTestUtil.java263 static ByteString toBytes(String str) { in toBytes() argument
H A DTextFormatTest.java269 private ByteString bytes(String str) { in bytes() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c158 zend_string *str = zend_string_init(classname, strlen(classname), 0); in EnumDescriptor_FromEnumDef() local
563 zend_string *str = zend_string_init(classname, strlen(classname), 0); in Descriptor_GetFromMessageDef() local
795 zend_string *str; in PHP_METHOD() local
824 zend_string *str; PHP_METHOD() local
[all...]
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.h116 inline bool HasPrefixString(StringPiece str, StringPiece prefix) { in HasPrefixString() argument
121 inline string StripPrefixString(const string& str, const string& prefix) { in StripPrefixString() argument
137 inline bool HasSuffixString(StringPiece str, StringPiece suffix) { in HasSuffixString() argument
143 StripSuffixString(const string& str, const string& suffix) StripSuffixString() argument
398 safe_strto32(const char* str, int32* value) safe_strto32() argument
401 safe_strto32(StringPiece str, int32* value) safe_strto32() argument
404 safe_strtou32(const char* str, uint32* value) safe_strtou32() argument
407 safe_strtou32(StringPiece str, uint32* value) safe_strtou32() argument
413 safe_strto64(const char* str, int64* value) safe_strto64() argument
416 safe_strto64(StringPiece str, int64* value) safe_strto64() argument
419 safe_strtou64(const char* str, uint64* value) safe_strtou64() argument
422 safe_strtou64(StringPiece str, uint64* value) safe_strtou64() argument
428 safe_strtof(const string& str, float* value) safe_strtof() argument
431 safe_strtod(const string& str, double* value) safe_strtod() argument
434 safe_strtof(StringPiece str, float* value) safe_strtof() argument
437 safe_strtod(StringPiece str, double* value) safe_strtod() argument
[all...]

Completed in 38 milliseconds

1...<<81828384858687888990>>...119