Home
last modified time | relevance | path

Searched refs:ElementState (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/lua/bcc/vendor/
Dargparse.lua767 local ElementState = class({
771 function ElementState:__call(state, element)
780 function ElementState:error(fmt, ...)
784 function ElementState:convert(argument)
806 function ElementState:default(mode)
821 function ElementState:invoke(alias)
845 function ElementState:pass(argument)
856 function ElementState:complete_invocation()
862 function ElementState:close()
926 option = ElementState(self, option)
[all …]
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DDefaultEbmlReader.java41 private @interface ElementState {} annotation in DefaultEbmlReader
59 private @ElementState int elementState;