Home
last modified time | relevance | path

Searched refs:doubleAttributeValue (Results 1 – 2 of 2) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DAttributeValueTest.java127 public void doubleAttributeValue() { in doubleAttributeValue() method in AttributeValueTest
128 AttributeValue attribute = AttributeValue.doubleAttributeValue(1.23456); in doubleAttributeValue()
167 AttributeValue attribute = AttributeValue.doubleAttributeValue(1.23456); in doubleAttributeValue_DeprecatedMatchFunction()
217 AttributeValue.doubleAttributeValue(1.23456), AttributeValue.doubleAttributeValue(1.23456)); in attributeValue_EqualsAndHashCode()
218 tester.addEqualityGroup(AttributeValue.doubleAttributeValue(1.234567)); in attributeValue_EqualsAndHashCode()
230 attribute = AttributeValue.doubleAttributeValue(1.23456); in attributeValue_ToString()
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DAttributeValue.java73 public static AttributeValue doubleAttributeValue(double doubleValue) { in doubleAttributeValue() method in AttributeValue