Searched refs:_schema (Results 1 – 4 of 4) sorted by relevance
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | ObjectReader.java | 122 protected final FormatSchema _schema; field in ObjectReader 187 _schema = schema; in ObjectReader() 213 _schema = schema; in ObjectReader() 234 _schema = base._schema; in ObjectReader() 254 _schema = base._schema; in ObjectReader() 269 _schema = base._schema; in ObjectReader() 346 _config.initialize(p, _schema); in _initForReading() 376 _config.initialize(p, _schema); in _initForMultiRead() 618 _schema, injectableValues, _dataFormatReaders); in with() 700 if (_schema == schema) { in with() [all …]
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
D | TestFormatSchema.java | 60 public final FormatSchema _schema; field in TestFormatSchema.SchemaException 63 _schema = s; in SchemaException() 251 assertSame(s, e._schema); in testFormatForParsers() 265 assertSame(s, e._schema); in testFormatForGenerators()
|
/external/flatbuffers/src/ |
D | idl_gen_fbs.cpp | 42 static void GenNameSpace(const Namespace &name_space, std::string *_schema, in GenNameSpace() argument 46 auto &schema = *_schema; in GenNameSpace()
|
/external/python/google-api-python-client/googleapiclient/ |
D | discovery.py | 1068 self._schema = schema 1105 self._add_basic_methods(self._resourceDesc, self._rootDesc, self._schema) 1106 self._add_nested_resources(self._resourceDesc, self._rootDesc, self._schema) 1107 self._add_next_methods(self._resourceDesc, self._schema)
|