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

  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator_test.py 156 is_in_container=False))
160 is_in_container=True))
164 is_in_container=True))
cpp_type_generator.py 75 def GetCppType(self, type_, is_ptr=False, is_in_container=False):
84 Use |is_in_container| if the type is appearing in a collection, e.g. a
119 item_cpp_type = self.GetCppType(type_.item_type, is_in_container=True)
130 if is_in_container and (is_ptr or not self.IsCopyable(type_)):
cc_generator.py 228 is_in_container=True)
362 is_in_container=True)
748 cpp_type = self._type_helper.GetCppType(item_type, is_in_container=True)
    [all...]
h_generator.py 276 is_in_container=True)))

Completed in 191 milliseconds