OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_base
(Results
1 - 9
of
9
) sorted by null
/external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_oneof.h
55
void SetOneofIndexBase(int
index_base
);
objectivec_field.h
82
virtual void SetExtraRuntimeHasBitsBase(int
index_base
);
83
void SetOneofIndexBase(int
index_base
);
178
void SetOneofIndexBase(int
index_base
);
objectivec_primitive_field.h
55
virtual void SetExtraRuntimeHasBitsBase(int
index_base
);
objectivec_oneof.cc
65
void OneofGenerator::SetOneofIndexBase(int
index_base
) {
66
int index = descriptor_->index() +
index_base
;
objectivec_field.cc
228
void FieldGenerator::SetExtraRuntimeHasBitsBase(int
index_base
) {
236
void FieldGenerator::SetOneofIndexBase(int
index_base
) {
238
int index = descriptor_->containing_oneof()->index() +
index_base
;
458
void FieldGeneratorMap::SetOneofIndexBase(int
index_base
) {
460
field_generators_[i]->SetOneofIndexBase(
index_base
);
/external/tensorflow/tensorflow/compiler/xla/
shape_util.h
639
std::vector<int64>
index_base
;
member in struct:xla::ShapeUtil::IndexIterationSpace
649
shape, iteration_space.
index_base
, iteration_space.index_count,
[
all
...]
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc
784
std::vector<int64>
index_base
(output_rank, 0);
793
return {std::move(
index_base
), std::move(index_count),
802
std::vector<int64>
index_base
(output_rank, 0);
817
return {std::move(
index_base
), std::move(index_count),
[
all
...]
hlo_evaluator_typed_visitor.h
[
all
...]
/external/vixl/test/aarch64/
test-trace-aarch64.cc
[
all
...]
Completed in 616 milliseconds