Searched defs:field_table (Results 1 – 4 of 4) sorted by relevance
| /third_party/protobuf/src/google/protobuf/ |
| D | generated_message_table_driven.h | 236 const FieldMetadata* field_table; member 247 const FieldMetadata* field_table = table->field_table; in TableSerialize() local 267 const FieldMetadata* field_table = table->field_table + 1; in TableSerializeToArray() local
|
| D | generated_message_util.cc | 310 const FieldMetadata* field_table, int num_fields, in SerializeMessageDispatch() 319 const FieldMetadata* field_table, int num_fields, in SerializeMessageDispatch() 339 const FieldMetadata* field_table = table->field_table; in SerializeMessageTo() local 359 const FieldMetadata* field_table = table->field_table; in SerializeGroupTo() local
|
| /third_party/flatbuffers/src/ |
| D | idl_gen_go.cpp | 1036 std::string field_table = MakeCamel(field.name, false) + "Table"; in GenNativeTableUnPack() local
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 59270 struct field_table { struct 59271 const char *p; 59272 void (*addm)(MPI, MPI, MPI, struct mpi_ec_ctx *); 59273 void (*subm)(MPI, MPI, MPI, struct mpi_ec_ctx *); 59274 void (*mulm)(MPI, MPI, MPI, struct mpi_ec_ctx *); 59275 void (*mul2)(MPI, MPI, struct mpi_ec_ctx *); 59276 void (*pow2)(MPI, const MPI, struct mpi_ec_ctx *);
|