HomeSort by relevance Sort by last modified time
    Searched refs:Schema (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/tagsoup/templates/org/ccil/cowan/tagsoup/
HTMLSchema.java 16 This class provides a Schema that has been preinitialized with HTML
24 public class HTMLSchema extends Schema implements HTMLModels {
32 // Start of Schema calls
34 // End of Schema calls
  /external/v8/src/inspector/
v8-schema-agent-impl.h 10 #include "src/inspector/protocol/Schema.h"
18 class V8SchemaAgentImpl : public protocol::Schema::Backend {
25 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*) override;
29 protocol::Schema::Frontend m_frontend;
v8-schema-agent-impl.cc 5 #include "src/inspector/v8-schema-agent-impl.h"
20 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>* result) {
21 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains =
23 *result = protocol::Array<protocol::Schema::Domain>::create();
v8-inspector-session-impl.cc 20 #include "src/inspector/v8-schema-agent-impl.h"
37 protocol::Schema::Metainfo::commandPrefix);
101 this, this, agentState(protocol::Schema::Metainfo::domainName)));
102 protocol::Schema::Dispatcher::wire(&m_dispatcher, m_schemaAgent.get());
338 std::vector<std::unique_ptr<protocol::Schema::API::Domain>>
340 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains =
342 std::vector<std::unique_ptr<protocol::Schema::API::Domain>> result;
348 std::vector<std::unique_ptr<protocol::Schema::Domain>>
350 std::vector<std::unique_ptr<protocol::Schema::Domain>> result;
351 result.push_back(protocol::Schema::Domain::create(
    [all...]
  /external/libtextclassifier/actions/
lua-utils.h 40 const reflection::Schema* entity_data_schema,
44 const reflection::Schema* entity_data_schema,
47 const reflection::Schema* entity_data_schema,
55 AnnotationIterator(const reflection::Schema* entity_data_schema,
68 const reflection::Schema* entity_data_schema_;
88 const reflection::Schema* entity_data_schema, LuaEnvironment* env);
89 int ReadAnnotations(const reflection::Schema* entity_data_schema,
93 const reflection::Schema* entity_data_schema, LuaEnvironment* env);
103 AnnotatedSpanIterator(const reflection::Schema* entity_data_schema,
121 const reflection::Schema* entity_data_schema
    [all...]
lua-ranker.h 34 const reflection::Schema* entity_data_schema,
35 const reflection::Schema* annotations_entity_data_schema,
43 const reflection::Schema* entity_data_schema,
44 const reflection::Schema* annotations_entity_data_schema,
lua-actions.h 37 const reflection::Schema* actions_entity_data_schema,
38 const reflection::Schema* annotations_entity_data_schema);
57 const reflection::Schema* actions_entity_data_schema,
58 const reflection::Schema* annotations_entity_data_schema);
70 const reflection::Schema* actions_entity_data_schema_;
71 const reflection::Schema* annotations_entity_data_schema_;
ranker.h 39 const reflection::Schema* entity_data_schema = nullptr,
40 const reflection::Schema* annotations_entity_data_schema = nullptr) const;
lua-actions.cc 55 const reflection::Schema* actions_entity_data_schema,
56 const reflection::Schema* annotations_entity_data_schema) {
74 const reflection::Schema* actions_entity_data_schema,
75 const reflection::Schema* annotations_entity_data_schema)
lua-utils.cc 74 const reflection::Schema* entity_data_schema,
101 const reflection::Schema* entity_data_schema,
150 int ReadAnnotations(const reflection::Schema* entity_data_schema,
177 const reflection::Schema* entity_data_schema, LuaEnvironment* env) {
197 const reflection::Schema* entity_data_schema, LuaEnvironment* env) {
231 const reflection::Schema* entity_data_schema,
251 const reflection::Schema* entity_data_schema,
276 const reflection::Schema* actions_entity_data_schema,
277 const reflection::Schema* annotations_entity_data_schema,
307 int ReadActions(const reflection::Schema* actions_entity_data_schema
    [all...]
lua-ranker.cc 35 const reflection::Schema* entity_data_schema,
36 const reflection::Schema* annotations_entity_data_schema,
  /external/perfetto/src/trace_processor/
table.cc 158 Table::Schema::Schema(std::vector<Column> columns,
169 Table::Schema::Schema() = default;
170 Table::Schema::Schema(const Schema&) = default;
171 Table::Schema& Table::Schema::operator=(const Schema&) = default
    [all...]
table.h 114 // The schema of the table. Created by subclasses to allow the table class to
116 class Schema {
118 Schema();
119 Schema(std::vector<Column>, std::vector<size_t> primary_keys);
122 Schema(const Schema&);
123 Schema& operator=(const Schema& t);
185 PERFETTO_ELOG("Failed to create schema (table %s)",
190 const auto& schema = opt_schema.value()
293 const Schema& schema() const { return schema_; } function in class:perfetto::trace_processor::Table
    [all...]
storage_schema.cc 29 Table::Schema StorageSchema::ToTableSchema() {
38 return Table::Schema(std::move(columns), std::move(primary_keys));
process_table.h 57 base::Optional<Table::Schema> Init(int, const char* const*) override;
stats_table.h 64 base::Optional<Table::Schema> Init(int, const char* const*) override;
string_table.h 69 base::Optional<Table::Schema> Init(int, const char* const*) override;
thread_table.h 65 base::Optional<Table::Schema> Init(int, const char* const*) override;
string_table.cc 39 base::Optional<Table::Schema> StringTable::Init(int, const char* const*) {
40 return Schema(
sql_stats_table.cc 38 base::Optional<Table::Schema> SqlStatsTable::Init(int, const char* const*) {
39 return Schema(
  /external/flatbuffers/include/flatbuffers/
registry.h 25 // Simply pre-populate it with all schema filenames that may be in use, and
27 // schema.
33 Schema schema; local
34 schema.path_ = schema_path;
35 schemas_[file_identifier] = schema;
50 // Load and parse the schema.
66 // Load and parse the schema.
90 // Find the schema, if not, exit.
97 auto &schema = it->second local
    [all...]
  /external/libtextclassifier/utils/intents/
intent-generator.h 82 const reflection::Schema* annotations_entity_data_schema,
91 const reflection::Schema* annotations_entity_data_schema,
92 const reflection::Schema* actions_entity_data_schema,
  /external/libtextclassifier/utils/
flatbuffers_test.cc 47 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data()));
72 const reflection::Schema* schema = local
73 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data());
74 ReflectiveFlatbufferBuilder reflective_builder(schema);
97 const reflection::Schema* schema = local
98 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data());
99 ReflectiveFlatbufferBuilder reflective_builder(schema);
125 flatbuffers::GetRoot<reflection::Schema>(metadata_buffer.data()))
274 const reflection::Schema* schema = local
    [all...]
flatbuffers.h 101 // schema.
103 // schema. Here we lookup the necessary information for building a flatbuffer
110 ReflectiveFlatbuffer(const reflection::Schema* schema,
112 : schema_(schema), type_(type) {}
164 const reflection::Schema* const schema,
166 : schema_(schema), type_(type) {}
184 const reflection::Schema* const schema_;
293 const reflection::Schema* const schema_
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
ElementType.java 17 This class represents an element type in the schema.
19 a flags vector, default attributes, and a schema to which it belongs.
20 @see Schema
33 private Schema theSchema; // schema to which this belongs
37 but it's better to use Schema.element() instead.
46 @param schema The schema with which this element type will be
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) {
164 public Schema schema() {return theSchema;} method in class:ElementType
    [all...]

Completed in 1326 milliseconds

1 2 3