Lines Matching refs:string
26 // A string pool that wraps the binary form of the C++ class android::ResStringPool.
39 // The index of the string path within the source string pool of a ResourceTable.
46 // The string pool containing source paths referenced throughout the resource table. This does
71 string package_name = 2;
82 // A set of resources grouped under a common type. Such types include string, layout, xml, dimen,
90 string name = 2;
123 string comment = 3;
133 string comment = 2;
142 string comment = 2;
162 string name = 2;
191 string comment = 2;
209 String str = 2;
247 string name = 3;
258 // A value that is a string.
259 message String {
260 string value = 1;
263 // A value that is a raw string, which is unescaped/uninterpreted. This is typically used to
267 string value = 1;
270 // A string with styling information, like html tags that specify boldness, italics, etc.
272 // The raw text of the string.
273 string value = 1;
275 // A Span marks a region of the string text that is styled.
279 string tag = 1;
301 string path = 1;
341 string comment = 2;
356 STRING = 0x02; // Allows String/StyledString values.
394 string comment = 2;
422 string comment = 2;
440 string comment = 2;
450 // A value that represents a string and its many variations based on plurality.
468 string comment = 2;
482 // a text node represented by a string.
486 string text = 2;
499 string namespace_uri = 2;
502 string name = 3;
513 string prefix = 1;
514 string uri = 2;
522 string namespace_uri = 1;
523 string name = 2;
524 string value = 3;
532 // The optional interpreted/compiled version of the `value` string.