Searched refs:structured (Results 1 – 25 of 174) sorted by relevance
1234567
5 Flash File System version 2). JFFS2 is a log-structured file system
826 Reader::StructuredError structured; in getStructuredErrors() local827 structured.offset_start = error.token_.start_ - begin_; in getStructuredErrors()828 structured.offset_limit = error.token_.end_ - begin_; in getStructuredErrors()829 structured.message = error.message_; in getStructuredErrors()830 allErrors.push_back(structured); in getStructuredErrors()
2 ; Verify that llvm.ident is properly structured.
6 server (the server is named by a URI) and get back structured data.
7 Python supports a variety of modules to work with various forms of structured
31 **structured** network code.
44 // `Struct` represents a structured data value, consisting of fields74 // Represents a structured value.
11 the rest are structured types (the standard calls them *constructed*).
14 The code is structured into several Activities for the main menu, level select screen, dialog windo…16 The game loop itself is structured as follows:
14 Protocol Buffers are a way of encoding structured data in an efficient
68 # This test is structured to test all the expectations of
10 technology for exchanging structured data in a universally understood,49 recovered back into their structured form. The system is fully agnostic
4 // They are in proto format because we want to log them structured. They offer
14 dictionary, use :c:func:`PyDict_Check`. The chapter is structured like the
395 def _select_single_value(self, structured): argument415 return nest.map_structure(_select_fn, structured)