HomeSort by relevance Sort by last modified time
    Searched refs:InStruct (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/nacl/generator/
interface.py 13 f.Param('options').InStruct('MojoCreateSharedBufferOptions').Optional()
19 f.Param('options').InStruct('MojoDuplicateBufferHandleOptions').Optional()
33 f.Param('options').InStruct('MojoCreateDataPipeOptions').Optional()
86 f.Param('options').InStruct('MojoCreateMessagePipeOptions').Optional()
interface_dsl.py 79 def InStruct(self, ty):
  /external/clang/docs/tools/
dump_format_style.py 71 BeforeStruct, Finished, InStruct, InFieldComment, InEnum, \
84 state = State.InStruct
85 elif state == State.InStruct:
100 state = State.InStruct
111 state = State.InStruct
  /external/llvm/include/llvm/CodeGen/
StackProtector.h 97 bool InStruct = false) const;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 108 bool InStruct) const {
117 if (!Strong && (InStruct || !Trip.isOSDarwin()))

Completed in 310 milliseconds