HomeSort by relevance Sort by last modified time
    Searched defs:GetKind (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.h 41 TokKind GetKind() const { return current_kind_; }
43 switch (GetKind()) {
57 CHECK(GetKind() == TokKind::kShape);
61 CHECK(GetKind() == TokKind::kInt);
65 CHECK(GetKind() == TokKind::kDecimal);
  /art/tools/veridex/
veridex.h 64 Primitive::Type GetKind() const { return kind_; }
  /external/golang-protobuf/ptypes/struct/
struct.pb.go 137 func (m *Value) GetKind() isValue_Kind {
145 if x, ok := m.GetKind().(*Value_NullValue); ok {
152 if x, ok := m.GetKind().(*Value_NumberValue); ok {
159 if x, ok := m.GetKind().(*Value_StringValue); ok {
166 if x, ok := m.GetKind().(*Value_BoolValue); ok {
173 if x, ok := m.GetKind().(*Value_StructValue); ok {
180 if x, ok := m.GetKind().(*Value_ListValue); ok {
  /external/v8/src/
feedback-vector.h 173 FeedbackSlotKind GetKind(FeedbackSlot slot) const {
200 FeedbackSlotKind GetKind(FeedbackSlot slot) const {
239 FeedbackSlotKind GetKind(FeedbackSlot slot) const;
308 FeedbackSlotKind GetKind(FeedbackSlot slot) const;
317 bool Name(FeedbackSlot slot) const { return Name##Kind(GetKind(slot)); }
330 return GetTypeofModeFromSlotKind(GetKind(slot));
335 return GetLanguageModeFromSlotKind(GetKind(slot));
441 FeedbackSlotKind kind() const { return vector()->GetKind(slot()); }
676 DCHECK_EQ(FeedbackSlotKind::kBinaryOp, vector->GetKind(slot));
680 DCHECK_EQ(FeedbackSlotKind::kBinaryOp, vector->GetKind(slot))
    [all...]
feedback-vector.cc 29 FeedbackSlotKind FeedbackMetadata::GetKind(FeedbackSlot slot) const {
61 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i));
64 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i + j));
82 FeedbackSlotKind kind = spec->GetKind(slot);
105 FeedbackSlotKind kind = GetKind(slot);
108 if (kind != other_spec->GetKind(slot)) {
161 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot) const {
163 return metadata()->GetKind(slot);
185 FeedbackSlotKind kind = shared->feedback_metadata()->GetKind(slot);
    [all...]
  /art/compiler/optimizing/
nodes_vector.h 400 ReductionKind GetKind() const { return kind_; }
407 return HVecOperation::InstructionDataEquals(o) && GetKind() == o->GetKind();
    [all...]
nodes.h     [all...]
  /art/runtime/
debugger.h 192 Kind GetKind() const {
    [all...]
stack_map.h 167 Kind GetKind() const {
484 DCHECK(location.GetKind() == DexRegisterLocation::Kind::kInStack);
495 DCHECK_EQ(location.GetKind(), DexRegisterLocation::Kind::kConstant);
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 113 if (Arg.getKind() == TemplateArgument::Type)
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 104 virtual LinkableMessageKind GetKind() const = 0;
209 Kind GetKind() const {
395 LinkableMessageKind GetKind() const override {
454 LinkableMessageKind GetKind() const override {
490 LinkableMessageKind GetKind() const override {
497 LinkableMessageKind GetKind() const override {
521 LinkableMessageKind GetKind() const override {
532 LinkableMessageKind GetKind() const override {
539 LinkableMessageKind GetKind() const override {
571 LinkableMessageKind GetKind() const override
    [all...]
  /external/golang-protobuf/proto/testdata/
test.pb.go 453 func (m *GoTest) GetKind() GoTest_KIND {
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 402 milliseconds