Home
last modified time | relevance | path

Searched defs:Representation (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/docs/
D04.INTERNALS.md242 ### Compressed Pointers
254 ### Number
264 ### String
268 ### Object / Lexical Environment
282 ### Properties of Objects
311 ### LCache
321 ### Collections
325 ### Exception Handling
329 ### Value Management and Ownership
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dnotes.markdown80 ### Values
91 ### Nodes
273 ### Indirect addressing
/third_party/libphonenumber/
DFAQ.md225 ## Representation section in Frequently Asked Questions (FAQ)
227 ### What is the maximum and minimum length of a phone number?
/third_party/node/deps/v8/src/objects/
Dproperty-details.h112 constexpr Representation() : kind_(kNone) {} in Representation() function
232 explicit constexpr Representation(Kind k) : kind_(k) {} in Representation() function
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c189 GstMPDRepresentationNode * Representation, in gst_mpd_client_fetch_external_segment_list()
284 GstMPDRepresentationNode * Representation) in gst_mpd_client_get_segment_base()
325 GstMPDRepresentationNode * Representation) in gst_mpd_client_get_segment_list()
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h62 enum Representation : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h111 PointerToMemberRepresentation Representation) in MemberPointerInfo()
120 PointerToMemberRepresentation Representation; variable