Home
last modified time | relevance | path

Searched defs:fields (Results 251 - 275 of 369) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp717 TIntermTyped* TIntermediate::addSwizzle(TVectorFields& fields, const TSourceLoc &line) in addSwizzle() argument
1199 const TFieldList& fields = leftNodeType.getStruct()->fields(); in CompareStruct() local
H A DTypes.h79 const TFieldList &fields() const in fields() function in TFieldListCollection
98 TFieldListCollection(const TString *name, TFieldList *fields) in TFieldListCollection() argument
120 TStructure(const TString *name, TFieldList *fields) in TStructure() argument
189 TInterfaceBlock(const TString *name, TFieldList *fields, const TString *instanceName, in TInterfaceBlock() argument
344 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields(); in samplerRegisterCount() local
362 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields(); elementRegisterCount() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dudat.cpp476 udat_adoptNumberFormatForFields( UDateFormat* fmt, const UChar* fields, UNumberFormat* numberFormatToSet, UErrorCode* status) udat_adoptNumberFormatForFields() argument
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp217 const std::vector<SkSL::Type::Field>& fields = in FindRTAdjust() local
235 InterfaceBlock(const DSLModifiers& modifiers, skstd::string_view typeName, SkTArray<DSLField> fields, skstd::string_view varName, int arraySize, PositionInfo pos) InterfaceBlock() argument
449 InterfaceBlock(const DSLModifiers& modifiers, skstd::string_view typeName, SkTArray<DSLField> fields, skstd::string_view varName, int arraySize, PositionInfo pos) InterfaceBlock() argument
[all...]
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp592 SkTArray<DSLField> fields; in structDeclaration() local
855 SkTArray<dsl::Field> fields; in interfaceBlock() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DSchemaUtil.java751 public static boolean shouldUseTableSwitch(FieldInfo[] fields) { in shouldUseTableSwitch() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc410 std::vector<const FieldDescriptor*> fields; in TEST() local
[all...]
H A Dstruct.pb.h719 Struct::fields() const { in fields() function in Struct
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1184 $fields = $this->getFields(); variable
1443 $fields variable
1522 $fields = $this->desc->getField(); global() variable
1915 $fields = $this->desc->getField(); global() variable
2008 $fields = $this->desc->getField(); global() variable
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer_unittest.cc848 std::vector<const FieldDescriptor*> fields; in TEST() local
2213 std::vector<const FieldDescriptor*> fields; TEST() local
2245 std::vector<const FieldDescriptor*> fields; TEST() local
[all...]
/third_party/spirv-tools/source/opt/
H A Dinstrument_pass.cpp390 GetStruct( const std::vector<const analysis::Type*>& fields) GetStruct() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp624 bool DBCommon::HasPrimaryKey(const std::vector<Field> &fields) in HasPrimaryKey() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp718 std::vector<Field> fields; in GetAssetsFromVBucket() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp355 std::vector<FieldInfo> fields; in GetUpgradeFields() local
368 int UpgradeFields(sqlite3 *db, const std::vector<std::string> &tables, std::vector<FieldInfo> &fields) in UpgradeFields() argument
[all...]
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp1704 std::vector<Field> fields; in GetUpdateField() local
69 GetFillDownloadAssetStatement(const std::string &tableName, const VBucket &vBucket, const std::vector<Field> &fields, sqlite3_stmt *&statement) GetFillDownloadAssetStatement() argument
1872 GetRecordFromStmt(sqlite3_stmt *stmt, const std::vector<Field> &fields, int startIndex, VBucket &record) GetRecordFromStmt() argument
[all...]
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp741 BindValueToUpsertStatement(const VBucket &vBucket, const std::vector<Field> &fields, sqlite3_stmt *upsertStmt) BindValueToUpsertStatement() argument
H A Dsqlite_relational_store.cpp1009 std::vector<Field> fields = table.fields; in PrepareSharedTable() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp413 void CloudStorageUtils::ChangeAssetsOnVBucketToAsset(VBucket &vBucket, std::vector<Field> &fields) in ChangeAssetsOnVBucketToAsset() argument
342 GetAssetFieldsFromSchema(const TableSchema &tableSchema, const VBucket &vBucket, std::vector<Field> &fields) GetAssetFieldsFromSchema() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1520 const FieldInfoMap &fields = baseTbl.GetFields(); in CreateSameStuTable() local
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h280 virtual void OnChange(const Origin &origin, const PrimaryFields &fields, ChangeInfo &&changeInfo) in OnChange() argument
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp1032 OnChange( const Origin &origin, const RdbStoreObserver::PrimaryFields &fields, RdbStoreObserver::ChangeInfo &&changeInfo) OnChange() argument
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc1573 ::std::vector< ::std::string> fields; in ParseInternalRunDeathTestFlag() local
1574 SplitString(GTEST_FLAG_GET(internal_run_death_test), '|', &fields); in ParseInternalRunDeathTestFlag() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java4608 setNumberFormat(String fields, NumberFormat overrideNF) setNumberFormat() argument
[all...]
H A DTimeZoneFormat.java2388 parseOffsetFieldsWithPattern(String text, int start, Object[] patternItems, boolean forceSingleHourDigit, int fields[]) parseOffsetFieldsWithPattern() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdattst.c1646 UChar fields[50]; in TestOverrideNumberFormat() local
[all...]

Completed in 56 milliseconds

1...<<1112131415