OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:column_type
(Results
1 - 7
of
7
) sorted by null
/external/javasqlite/src/main/java/SQLite/
Stmt.java
212
public native int
column_type
(int col) throws SQLite.Exception;
method in class:Stmt
228
switch (
column_type
(col)) {
/external/mesa3d/src/glsl/
ir_constant_expression.cpp
1086
const glsl_type *const
column_type
= array->type->
column_type
();
local
1091
const unsigned mat_idx = column *
column_type
->vector_elements;
1095
switch (
column_type
->base_type) {
1098
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
1104
for (unsigned i = 0; i <
column_type
->vector_elements; i++)
1114
return new(ctx) ir_constant(
column_type
, &data);
[
all
...]
glsl_types.h
433
const glsl_type *
column_type
() const
function in struct:glsl_type
/external/sqlite/dist/orig/
sqlite3ext.h
75
int (*
column_type
)(sqlite3_stmt*,int iCol);
member in struct:sqlite3_api_routines
332
#define sqlite3_column_type sqlite3_api->
column_type
/external/sqlite/dist/
sqlite3ext.h
75
int (*
column_type
)(sqlite3_stmt*,int iCol);
member in struct:sqlite3_api_routines
332
#define sqlite3_column_type sqlite3_api->
column_type
/external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
Completed in 195 milliseconds