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

  /external/chromium_org/tools/json_schema_compiler/
model.py 122 toplevel_origin = Origin(from_client=True, from_json=True)
138 |from_client| indicating that instances can originate from users of
145 |from_client| and |from_json| would be True.
147 def __init__(self, from_client=False, from_json=False):
148 if not from_client and not from_json:
149 raise ValueError('One of from_client or from_json must be true')
150 self.from_client = from_client
325 Origin(from_client=True))
564 Origin(from_client=True)
    [all...]
h_generator.py 239 if type_.origin.from_client:
cc_generator.py 134 if type_.origin.from_client:
    [all...]

Completed in 182 milliseconds